Search found 5 matches
- Thu Sep 08, 2016 1:56 pm
- Forum: Open Source Nagios Projects
- Topic: event handler issue
- Replies: 4
- Views: 1981
Re: event handler issue
correction : my event handler script has the entry - "sudo -u root /etc/init.d/ntpd restart" (because my ntpd script will work only if the UID matches to zero)
- Thu Sep 08, 2016 1:46 pm
- Forum: Open Source Nagios Projects
- Topic: event handler issue
- Replies: 4
- Views: 1981
event handler issue
I am trying to setup event handler for ntpd service.. i created event handler script that restarts ntpd using command "/etc/init.d/ntpd restart" in nagios core. on the remote server, i have below entries in the sudoers file nagios ALL=NOPASSWD: /usr/sbin/ntpd Defaults:nagios !requiretty na...
- Tue Aug 30, 2016 1:00 am
- Forum: Nagios XI
- Topic: setup mod_gearman
- Replies: 4
- Views: 1025
Re: setup mod_gearman
Thanks for the quick response.. I still have confusion with setting up mod_gearman.. i have installed gearman in "server" mode on my nagios xi appliance.. i have also installed gearman in "worker" mode on my existing nagios core...gearman server is pointing to appliance ip my nag...
- Mon Aug 29, 2016 5:27 pm
- Forum: Nagios XI
- Topic: setup mod_gearman
- Replies: 4
- Views: 1025
Re: setup mod_gearman
Thanks for the quick response. I still have doubt with the gearman configs.. i have configured gearman as "server" type and now its listening on 4730 (this is the same box as my appliance where nagiosxi also running ) my next step would be to install gearman with "worker" type on...
- Mon Aug 29, 2016 4:53 pm
- Forum: Nagios XI
- Topic: setup mod_gearman
- Replies: 4
- Views: 1025
setup mod_gearman
Hi Currently we have only 2* instances of nagios core with distributed monitoring in place (using NSCA) I am evaluating nagiosXi for out infrastructure monitoring. I have download the appliance (oVA) and got it UP and running..We are planning to use mod_gearman for distributed monitoring. I have als...