Page 2 of 2

Re: Load Balancing Nagios XI

Posted: Fri Apr 17, 2020 5:06 pm
by ssax
This file doesn't exist? (notice it's /var/lib/log and not /var/log)

Code: Select all

/var/lib/log/mod_gearman/mod_gearman_worker.log
Can you create it?

Code: Select all

mkdir -p /var/lib/log/mod_gearman
touch /var/lib/log/mod_gearman/mod_gearman_worker.log
service mod-gearman-worker restart

Re: Load Balancing Nagios XI

Posted: Fri Apr 17, 2020 5:14 pm
by rbuckle
here you go

These seem to be snmp checks? but snmpwalk and snmpget do exist

Re: Load Balancing Nagios XI

Posted: Mon Apr 20, 2020 2:57 pm
by ssax
Looks like it's host checks erroring for the most part.

What is the output of this command on the gearman worker?

Code: Select all

ls -l /usr/local/nagios/libexec/check_icmp
Try this (on the worker):

Code: Select all

chown root.nagios /usr/local/nagios/libexec/check_icmp
chmod u+s /usr/local/nagios/libexec/check_icmp
chown root.nagios /usr/local/nagios/libexec/check_dhcp
chmod u+s /usr/local/nagios/libexec/check_dhcp

Re: Load Balancing Nagios XI

Posted: Mon Apr 20, 2020 3:03 pm
by rbuckle
rbuckle@w1:~$ ls -l /usr/local/nagios/libexec/check_icmp
-r-xr-xr-x 1 nagios nagios 258528 Apr 16 22:14 /usr/local/nagios/libexec/check_icmp
rbuckle@w1:~$


Same issue

where are the XI plugins?

Re: Load Balancing Nagios XI

Posted: Mon Apr 20, 2020 4:02 pm
by rbuckle
This happened, this is interesting

Re: Load Balancing Nagios XI

Posted: Mon Apr 20, 2020 4:37 pm
by rbuckle
Ticket opened

Re: Load Balancing Nagios XI

Posted: Mon Apr 20, 2020 4:40 pm
by ssax
Locking thread, ticket received, we will continue support through the ticket.