Page 1 of 1

NIC monitoring for windows server

Posted: Thu Aug 11, 2016 9:30 am
by sunnynani4849
Hi ,

Iam trying to configure NIC monitoring for windows server, getting the below error. Could you please help?

[root@ACPHOFNAG01 libexec]# ./check_nt -H XXXXX -p 12489 -s xxxx -v COUNTER -l "<\\Network Interface(Broadcom BCM5708c NetXtreme II GigE (NDIS VBD Client) _4)\\Bytes Total/sec>"
NSClient - ERROR: Invalid return from command: check_pdh
[root@ACPHOFNAG01 libexec]#

Re: NIC monitoring for windows server

Posted: Thu Aug 11, 2016 4:08 pm
by lmiltchev
Try running:

Code: Select all

./check_nt -H XXXXX -p 12489 -s xxxx -v COUNTER -l "\\Network Interface(Broadcom BCM5708c NetXtreme II GigE (NDIS VBD Client) _4)\\Bytes Total/sec"
Do you get a valid output when you run your command this way?