Windows Perfomance Monitoring - No Graph
Posted: Wed Apr 03, 2013 3:29 am
Hi,
I'm trying to get some data from the windows performance manager, using the below service
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?
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"
I've tried looking into the wiki, user guides but cannot find the relevant information.
Can someone point me in the right direction?