NIC monitoring for windows server

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sunnynani4849
Posts: 31
Joined: Fri Jan 22, 2016 1:04 am

NIC monitoring for windows server

Post 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]#
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NIC monitoring for windows server

Post 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?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked