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
Performance Counter Monitoring
-
narendra.badgujar
- Posts: 46
- Joined: Thu Mar 14, 2013 12:55 am
Performance Counter Monitoring
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
This is the format you would like to display the output in whereas in your example you have some words and then
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/
Code: Select all
%.2f 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/
-
narendra.badgujar
- Posts: 46
- Joined: Thu Mar 14, 2013 12:55 am
Re: Performance Counter Monitoring
now able monitor performance counter, thanx