Search found 3 matches

by darenmatthews
Wed Jul 11, 2018 6:48 am
Forum: Open Source Nagios Projects
Topic: check_ncpa Not Defined Anywhere - Help Please?
Replies: 4
Views: 2381

Re: check_ncpa Not Defined Anywhere - Help Please?

OK problem solved. It was a simple error / oversight. I did not have this in my commands.cfg file:
define command {
command_name check_ncpa
command_line $USER1$/check_ncpa.py -H $HOSTADDRESS$ $ARG1$
}
Many thanks for the reponse
- Daren
by darenmatthews
Wed Jul 11, 2018 3:20 am
Forum: Open Source Nagios Projects
Topic: check_ncpa Not Defined Anywhere - Help Please?
Replies: 4
Views: 2381

Re: check_ncpa Not Defined Anywhere - Help Please?

Hi Scott, Thanks for replying, much appreciated. Here is the path to commands.cfg in nagios.cfg: [root@linux etc]# grep commands.cfg nagios.cfg cfg_file=/usr/local/nagios/etc/objects/commands.cfg I have one commands.cfg (plus the sample which isn't referenced in nagios.cfg): [root@linux etc]# find /...
by darenmatthews
Tue Jul 10, 2018 10:18 am
Forum: Open Source Nagios Projects
Topic: check_ncpa Not Defined Anywhere - Help Please?
Replies: 4
Views: 2381

check_ncpa Not Defined Anywhere - Help Please?

My problem is that my configuration verification fails with error "Error: Service check command 'check_ncpa ... is not defined anywhere!" Please can someone help me to troubleshoot this? - I installed ncpa agent on a Windows machine successfully (I can login to the agent using https://[ip ...