NSclinet 4.3.1 issue

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
veenm
Posts: 148
Joined: Tue Jun 18, 2013 5:58 am

NSclinet 4.3.1 issue

Post 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.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: NSclinet 4.3.1 issue

Post by hsmith »

Did you restart the nsclient service?

Code: Select all

net stop nscp
net start nscp
Former Nagios Employee.
me.
veenm
Posts: 148
Joined: Tue Jun 18, 2013 5:58 am

Re: NSclinet 4.3.1 issue

Post by veenm »

we are checking using nrpe , why we have to restart nsca service.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: NSclinet 4.3.1 issue

Post by hsmith »

veenm wrote: why we have to restart nsca
NSCP = NSClient, NRPE sits inside of NSClient.
Former Nagios Employee.
me.
Locked