This support forum board is for support questions relating to
Nagios XI, our flagship commercial network monitoring solution.
-
ssax
- Dreams In Code
- Posts: 7682
- Joined: Wed Feb 11, 2015 12:54 pm
Post
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
-
rbuckle
- Posts: 146
- Joined: Tue Aug 04, 2015 12:25 pm
- Location: Idaho
-
Contact:
Post
by rbuckle »
here you go
These seem to be snmp checks? but snmpwalk and snmpget do exist
You do not have the required permissions to view the files attached to this post.
----------------------------------
Running:
Installed Version: 5.8.3
OS: CentOS 7
Nagios XI
Enterprise License
-
ssax
- Dreams In Code
- Posts: 7682
- Joined: Wed Feb 11, 2015 12:54 pm
Post
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
-
rbuckle
- Posts: 146
- Joined: Tue Aug 04, 2015 12:25 pm
- Location: Idaho
-
Contact:
Post
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?
----------------------------------
Running:
Installed Version: 5.8.3
OS: CentOS 7
Nagios XI
Enterprise License
-
rbuckle
- Posts: 146
- Joined: Tue Aug 04, 2015 12:25 pm
- Location: Idaho
-
Contact:
Post
by rbuckle »
This happened, this is interesting
You do not have the required permissions to view the files attached to this post.
----------------------------------
Running:
Installed Version: 5.8.3
OS: CentOS 7
Nagios XI
Enterprise License
-
rbuckle
- Posts: 146
- Joined: Tue Aug 04, 2015 12:25 pm
- Location: Idaho
-
Contact:
Post
by rbuckle »
Ticket opened
----------------------------------
Running:
Installed Version: 5.8.3
OS: CentOS 7
Nagios XI
Enterprise License
-
ssax
- Dreams In Code
- Posts: 7682
- Joined: Wed Feb 11, 2015 12:54 pm
Post
by ssax »
Locking thread, ticket received, we will continue support through the ticket.