Search found 9 matches

by damindd
Mon Jun 22, 2020 12:31 pm
Forum: Nagios XI
Topic: Reverse DNS stopped working after upgrade to 5.7
Replies: 4
Views: 698

Re: Reverse DNS stopped working after upgrade to 5.7

Thank you for the solution. It works perfectly.
by damindd
Wed Jun 10, 2020 6:37 pm
Forum: Nagios XI
Topic: Reverse DNS stopped working after upgrade to 5.7
Replies: 4
Views: 698

Re: Reverse DNS stopped working after upgrade to 5.7

Additional info: check_dns v2.3.3 (nagios-plugins 2.3.3) bind-export-libs.x86_64 32:9.11.4-16.P2.el7_8.6 bind-libs.x86_64 32:9.11.4-16.P2.el7_8.6 bind-libs-lite.x86_64 32:9.11.4-16.P2.el7_8.6 bind-license.noarch 32:9.11.4-16.P2.el7_8.6 bind-utils.x86_64 32:9.11.4-16.P2.el7_8.6 Results from manual ru...
by damindd
Wed Jun 10, 2020 5:30 pm
Forum: Nagios XI
Topic: Reverse DNS stopped working after upgrade to 5.7
Replies: 4
Views: 698

Reverse DNS stopped working after upgrade to 5.7

We have a few reverse DNS services that quit working after upgrading to 5.7. The check command is check_xi_service_dnsquery The Command View is $user1$/check_dns -H 10.0.0.2 -a 'name = dnsname.com.' -s dnsserver_IP Did something change with check_xi_service_dnsquery requiring a different format? Tha...
by damindd
Wed Nov 13, 2019 1:54 pm
Forum: Nagios XI
Topic: Trying to use check_vmware_api.pl
Replies: 8
Views: 1012

Re: Trying to use check_vmware_api.pl

I discovered what I was doing incorrectly: This works: -x singleitem (no single quotes) and this works -x 'item1|item2' (with single quotes) This does not work: -x UNKNOWN: (presumably because UNKNOWN: is the status, not the status message) I was able to get it to work with: [root@nagiosxi libexec]#...
by damindd
Wed Nov 13, 2019 12:24 pm
Forum: Nagios XI
Topic: Trying to use check_vmware_api.pl
Replies: 8
Views: 1012

Re: Trying to use check_vmware_api.pl

I tried running this from the command line. The blacklist is still not working for me. Does the syntax I used look correct? ./check_vmware_api.pl -H esx1a.dc.pud -f /usr/local/nagiosxi/etc/components/vmware/nagioscheck.txt -l runtime -s storagehealth -o blacklistregexp -x 'UNKNOWN:' Results ...... U...
by damindd
Fri Nov 01, 2019 4:24 pm
Forum: Nagios XI
Topic: Trying to use check_vmware_api.pl
Replies: 8
Views: 1012

Re: Trying to use check_vmware_api.pl

I have made some progress on my monitoring. It seems that when I specify the host with the -l vmfs it is very slow to update the values. ./check_vmware_api.pl -H vmhost -f creds.txt -l vmfs -o used (does not update values quickly, hours/days) However, if targeting the vCenter server with -l vmfs vol...
by damindd
Fri Nov 01, 2019 11:24 am
Forum: Nagios XI
Topic: Trying to use check_vmware_api.pl
Replies: 8
Views: 1012

Re: Trying to use check_vmware_api.pl

I have found that I can add "| grep -v UNKNOWN" as an $ARG$ to filter out the results for the UNKNOWN hardware. Is grepping an acceptable way to filter results?
by damindd
Thu Oct 31, 2019 5:05 pm
Forum: Nagios XI
Topic: Trying to use check_vmware_api.pl
Replies: 8
Views: 1012

Trying to use check_vmware_api.pl

I am attempting to use the check_vmware_api.pl plugin with the storagehealth runtime suboption. Here is the command I am running (on the nagiosxi server cli): ./check_vmware_api.pl -H esx2a.dc.pud -f nagioscheck.txt -l runtime -s storagehealth This gives the following output: [root@nagiosxi libexec]...
by damindd
Tue Apr 25, 2017 1:03 pm
Forum: Nagios Log Server
Topic: New demo implementation, 4 sources, no events
Replies: 4
Views: 1980

Re: New demo implementation, 4 sources, no events

I was having this issue as well. New Nagios Log Server, couple of Windows sources, no events displayed. When I ran the commands that mcapra posted I noticed that the time of the Nagios Log Server was several hours in the future. After editing /etc/ntp.conf to point at our time server and rebooting, ...