Page 1 of 1

NSclinet 4.3.1 issue

Posted: Fri Dec 04, 2015 10:34 am
by veenm
Hi ,

I have installed NClient which 4.3.1 version , and i want to monitor all drive using check_nrpe.

I have below line in nsclient.cfg file under the section [/settings/external scripts/alias]

check_all_other_drives = check_drivesize drive=* exclude=C:\\ "filter=type in ('fixed')" "crit=free<10%" "warn=free<20%

When i run the command from nagios i get below error.

[root@xxx libexec]# /nagiosfs/libexec/check_nrpe -H xxx -c check_all_other_drives -p 5666
Unknown command(s): check_all_other_drives

Please help me resolving this.

Re: NSclinet 4.3.1 issue

Posted: Fri Dec 04, 2015 11:38 am
by hsmith
Did you restart the nsclient service?

Code: Select all

net stop nscp
net start nscp

Re: NSclinet 4.3.1 issue

Posted: Tue Dec 08, 2015 9:01 am
by veenm
we are checking using nrpe , why we have to restart nsca service.

Re: NSclinet 4.3.1 issue

Posted: Tue Dec 08, 2015 10:21 am
by hsmith
veenm wrote: why we have to restart nsca
NSCP = NSClient, NRPE sits inside of NSClient.