Performance Counter Monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
narendra.badgujar
Posts: 46
Joined: Thu Mar 14, 2013 12:55 am

Performance Counter Monitoring

Post by narendra.badgujar »

Hi,

We are unable to monitore Performance Counter for Windows Servers.

We need Performance Counter Output Format fot during configure Performance Counter and waring and critical value.

Eg. Performance Counter : \\Paging File(_Total)\\% Usage
Counter Output Format : Paging File usage is %.2f %%

Performance Counter : \\Processor Information(*)\% of Maximum Frequency
Counter Output Format : ?

We required Counter Output Format for Performance Counter mention in attached file,

Regards,
Narendra Badgujar
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Performance Counter Monitoring

Post by scottwilkerson »

This is the format you would like to display the output in whereas in your example you have some words and then

Code: Select all

%.2f 
Which is a 2 decimal floating point number

Here is a page with some references to different possible values, but it is going to depend on how YOU want the data represented so I cannot give you values for the attached counters.

http://www.cplusplus.com/reference/cstdio/printf/
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
narendra.badgujar
Posts: 46
Joined: Thu Mar 14, 2013 12:55 am

Re: Performance Counter Monitoring

Post by narendra.badgujar »

now able monitor performance counter, thanx
Locked