Search found 3 matches
- Mon Jun 20, 2016 2:08 am
- Forum: Open Source Nagios Projects
- Topic: nrpe nsclient++ check counter - No counters specified
- Replies: 6
- Views: 6470
Re: nrpe nsclient++ check counter - No counters specified
Can you show us the actual command run from the command line along with the output of it? Example: [root@localhost libexec]# ./check_nrpe -H x.x.x.x -c CheckCounter -a 'Counter:Idle Timer=\Processor Information(_Total)\% Idle Time' Showall MaxWarn=80 MaxCritcrit=90 WARNING: Idle Timer = 94|'Idle Ti...
- Fri Jun 17, 2016 1:36 am
- Forum: Open Source Nagios Projects
- Topic: nrpe nsclient++ check counter - No counters specified
- Replies: 6
- Views: 6470
Re: nrpe nsclient++ check counter - No counters specified
Thanks all! Turns out I did not initiate the nsclient config file properly. By running nscp settings --generate --add-defaults --load-all in the nsclient install folder, I am able to set allow arguments and allow nasty characters to 1. Did the trick. root@nagioscore:/usr/lib/nagios/plugins# ./check_...
- Thu Jun 16, 2016 4:49 am
- Forum: Open Source Nagios Projects
- Topic: nrpe nsclient++ check counter - No counters specified
- Replies: 6
- Views: 6470
nrpe nsclient++ check counter - No counters specified
Hi I have been trying to use the check counter function via nrpe+nsclient but I keep getting a "No counters specified: add counter=<name of counter>" unknown status in Nagios. Anyone can comment on what I am doing wrong. Here're the different ways that I have tried defining the services wi...