From 0bb9c00a64b981d4b793f618c5dbda8337b99ce0 Mon Sep 17 00:00:00 2001 From: Ramesh Nachimuthu Date: Sun, 27 Apr 2014 19:03:45 +0530 Subject: auto config : Enhance the auto config to preserve user changes Enhace the auto configuration in nagios to preserve the user changes. pynag apis are used to read/write/update the nagios config files. Change-Id: I6820928fb2b0baff5d6e65c811a48b5ff718f9e3 Signed-off-by: Ramesh Nachimuthu --- nagios-server-addons.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nagios-server-addons.spec.in') diff --git a/nagios-server-addons.spec.in b/nagios-server-addons.spec.in index 68c6e8d..997c07f 100644 --- a/nagios-server-addons.spec.in +++ b/nagios-server-addons.spec.in @@ -50,10 +50,10 @@ BuildRequires: python-netaddr BuildRequires: libselinux-python BuildRequires: python-nose BuildRequires: python-devel -BuildRequires: python-jinja2 BuildRequires: python-argparse BuildRequires: python-ethtool BuildRequires: gluster-nagios-common +BuildRequires: pynag %if ( 0%{?_with_systemd:1} ) BuildRequires: systemd-units Requires(post): systemd-units @@ -82,7 +82,7 @@ Requires: python-pthreading Requires: python-inotify Requires: libselinux-python Requires: rrdtool-perl -Requires: python-jinja2 +Requires: pynag Requires: net-snmp-utils %description -- cgit