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?