Performance Counters graph with check_nt missing

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Naveed
Posts: 285
Joined: Mon May 30, 2016 10:10 am

Performance Counters graph with check_nt missing

Post 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!
You do not have the required permissions to view the files attached to this post.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Performance Counters graph with check_nt missing

Post 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.
Former Nagios Employee
Naveed
Posts: 285
Joined: Mon May 30, 2016 10:10 am

Re: Performance Counters graph with check_nt missing

Post by Naveed »

My bad!

Great, that worked for me...

Thank you very much!
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Performance Counters graph with check_nt missing

Post by mcapra »

Is it alright if we lock this thread and mark the issue as resolved?
Former Nagios employee
https://www.mcapra.com/
Naveed
Posts: 285
Joined: Mon May 30, 2016 10:10 am

Re: Performance Counters graph with check_nt missing

Post by Naveed »

Yeah Sure!

Please proceed.

Thank you!
Locked