Search found 5 matches

by keelerad
Tue Feb 05, 2019 4:14 am
Forum: Open Source Nagios Projects
Topic: Problems with RHEL6 epel nagios-4.4.3
Replies: 8
Views: 3895

Re: Problems with RHEL6 epel nagios-4.4.3

Checked the rpm and conf.d is not owned by any rpm, so either a post install created it or I did and I forgot. What surprised me though was that it was working with 4.3.4 but not with 4.4.3. But adding the definition of this config dir to the main config file nagios.cfg did get everything working ag...
by keelerad
Mon Feb 04, 2019 10:57 am
Forum: Open Source Nagios Projects
Topic: Problems with RHEL6 epel nagios-4.4.3
Replies: 8
Views: 3895

Re: Problems with RHEL6 epel nagios-4.4.3

OK I have sorted the issue, to get it to process the /etc/nagios/conf.d folder I had to add the following line to /etc/nagios/nagios.cfg cfg_dir=/etc/nagios/conf.d Now how it was working with 4.3.4 I don't know, but adding that line with 4.4.3 got all my hosts, host_groups, service_groups etc that w...
by keelerad
Mon Feb 04, 2019 10:48 am
Forum: Open Source Nagios Projects
Topic: Problems with RHEL6 epel nagios-4.4.3
Replies: 8
Views: 3895

Re: Problems with RHEL6 epel nagios-4.4.3

Looks like 4.4.3 is not reading any of the config for hosts, host-groups or service_groups I have configured under /etc/nagios/conf.d

Has the use of /etc/nagios/conf.d been deprecated in 4.4.3 ?

Alec
by keelerad
Mon Feb 04, 2019 10:24 am
Forum: Open Source Nagios Projects
Topic: Problems with RHEL6 epel nagios-4.4.3
Replies: 8
Views: 3895

Re: Problems with RHEL6 epel nagios-4.4.3

Just tried to show my host groups and i get Service Overview For All Host Groups There are no host groups defined. My host groups are defined in /etc/nagios/conf.d/ # ls -l /etc/nagios/conf.d/host_groups.cfg -rw-r--r--. 1 root root 942 Jan 15 14:43 /etc/nagios/conf.d/host_groups.cfg This config was ...
by keelerad
Mon Feb 04, 2019 10:01 am
Forum: Open Source Nagios Projects
Topic: Problems with RHEL6 epel nagios-4.4.3
Replies: 8
Views: 3895

Problems with RHEL6 epel nagios-4.4.3

I have my nagios server set to use yum-cron to auto apply updates It upgraded 4.3.4-7.el6.x86_64 to 4.4.3-1.el6.x86_64 from epel First problem is it has broken the service script /etc/init.d/nagios as an extra if test was introduced without a closing fi directive This causes the following to happen ...