Windows Performance Counter - No Graph

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Pilly170
Posts: 75
Joined: Thu Mar 28, 2013 6:03 am

Windows Performance Counter - No Graph

Post by Pilly170 »

Hi,

I'm having issues with getting a graph to display any data.

I can run the command via the CLI

Image

Works ok.

I then create a new service for the server
Image
Arg3 = -l "\\TCPv4\Connections Established","Connections are %.2f %%"
then the graph is blank

Image


Any ideas what I did wrong
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Windows Performance Counter - No Graph

Post by slansing »

Lets start by adding an additional slash:

Code: Select all

\\TCPv4\\Connections Established
Save, apply config, wait for a few checks to go through "Or force them through the interface." Then check the graphs, also, what is listed in the Advanced tab or the service details page under Performance Data?
Pilly170
Posts: 75
Joined: Thu Mar 28, 2013 6:03 am

Re: Windows Performance Counter - No Graph

Post by Pilly170 »

You are a star. Thank you.

How would you write

\\PhysicalDisk(4 G:)\Disk Writes/sec ???
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Windows Performance Counter - No Graph

Post by lmiltchev »

This should do it:

Code: Select all

"\\PhysicalDisk(4 G:)\\Disk Writes/sec"
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked