Page 1 of 1

Performance Counters graph with check_nt missing

Posted: Tue Jul 19, 2016 6:52 am
by Naveed
Hello

I am monitoring Performance counters with check_nt protocol, monitoring is fine but I am unable to generate the graphs.

I am successfully generated graphs with check_nrpe protocl.

I have already checked that .rdd and .xml files are not creating in relevant performance data folder

/usr/local/nagios/share/perfdata/PRODAX01

I have attached the performance graph and service description screenshots for assistance.

Thank you!

Re: Performance Counters graph with check_nt missing

Posted: Tue Jul 19, 2016 9:40 am
by rkennedy
You haven't specified the additional parameters for performance data that is required.

Look at this first one for example (which is what you're using) -

Code: Select all

[root@localhost libexec]# ./check_nt -H 192.168.5.47 -p 12489 -v COUNTER -l "\\System\Processor Queue Length"
0
Now, we need to define the parameters so that it knows how to handle the data, and label it accordingly. I've added "Queue Length","Queue" -

Code: Select all

 
[root@localhost libexec]# ./check_nt -H 192.168.5.47 -p 12489 -v COUNTER -l "\\System\Processor Queue Length","Queue Length","Queue" -w 10 -c 20
Queue Length = 0.00 Queue | 'Queue Length'=0.000000Queue;10.000000;20.000000;
After you update the value like above in $ARG4$ they should start to work.

Re: Performance Counters graph with check_nt missing

Posted: Tue Jul 19, 2016 10:33 am
by Naveed
My bad!

Great, that worked for me...

Thank you very much!

Re: Performance Counters graph with check_nt missing

Posted: Tue Jul 19, 2016 10:35 am
by mcapra
Is it alright if we lock this thread and mark the issue as resolved?

Re: Performance Counters graph with check_nt missing

Posted: Tue Jul 19, 2016 10:45 am
by Naveed
Yeah Sure!

Please proceed.

Thank you!