Page 1 of 1

Windows Perfomance Monitoring - No Graph

Posted: Wed Apr 03, 2013 3:29 am
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?

Re: Windows Perfomance Monitoring - No Graph

Posted: Wed Apr 03, 2013 9:20 am
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.

Re: Windows Perfomance Monitoring - No Graph

Posted: Fri Apr 05, 2013 5:07 am
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"