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!
Performance Counters graph with check_nt missing
Performance Counters graph with check_nt missing
You do not have the required permissions to view the files attached to this post.
Re: Performance Counters graph with check_nt missing
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) -
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" -
After you update the value like above in $ARG4$ they should start to work.
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
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;
Former Nagios Employee
Re: Performance Counters graph with check_nt missing
My bad!
Great, that worked for me...
Thank you very much!
Great, that worked for me...
Thank you very much!
Re: Performance Counters graph with check_nt missing
Is it alright if we lock this thread and mark the issue as resolved?
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
Re: Performance Counters graph with check_nt missing
Yeah Sure!
Please proceed.
Thank you!
Please proceed.
Thank you!