Wrong Service is showing up

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Wrong Service is showing up

Post by tgriep »

I found the error. The command is missing the -a argument so it is not checking for the service name in your command
After the -m checkservice, put a -a like the following and it should work for you.

Code: Select all

/usr/local/nagios/libexec/check_wmi_plus.pl -H 10.0.3.20 -u '.\scheduler' -p 'nav_support' -m checkservice -a 'LSM'
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked