Windows Perfomance Monitoring - No Graph

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Pilly170
Posts: 75
Joined: Thu Mar 28, 2013 6:03 am

Windows Perfomance Monitoring - No Graph

Post by Pilly170 »

Hi,

I'm trying to get some data from the windows performance manager, using the below service

Code: Select all

Check_xi_service_nsclient
$USER1$/check_nt -H $HOSTADDRESS$ -s "$ARG1$" -p 12489 -v $ARG2$ $ARG3$ $ARG4$

$ARG1$    password
$ARG2$    COUNTER
$ARG3$    -l "\\Web Service(Intranet)\\Current Connections" 
This is ok and generates a numeric value, my problem is I cannot seem to get a graph to plot these values.
I've tried looking into the wiki, user guides but cannot find the relevant information.

Can someone point me in the right direction?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Windows Perfomance Monitoring - No Graph

Post by slansing »

Please take a look at this thread as it seems relevant:

http://support.nagios.com/forum/viewtop ... ing#p21644

You will need to supply a valid section for performance graphing as shown in that thread.
Pilly170
Posts: 75
Joined: Thu Mar 28, 2013 6:03 am

Re: Windows Perfomance Monitoring - No Graph

Post by Pilly170 »

Resolved.

It was all about adding this

check_nt -H X.X.X.X -p XXXX -v COUNTER -l "\\LogicalDisk(C:)\\Avg. Disk sec/Transfer","Response Time: %.3f"
Locked