Need parameter list for Windows servers

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mahesh.kadam
Posts: 3
Joined: Tue Sep 11, 2012 10:24 am

Need parameter list for Windows servers

Post by mahesh.kadam »

Hi
I need what all the parameters monitored by Nagios XI in windows 2003 , 2008 servers.
I am aware of basic parameters of cpu , memory disk ,servies , process.

Can someone share the list ?

Regards
Mahesh
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Need parameter list for Windows servers

Post by scottwilkerson »

This depends on how you are monitoring the systems.

If you are using the NSClient++ Agent, the checks nagios can perform are limitless. Just with the builtin list you can monitor about a dozen regular metrics and thousands of performance counter from the windows perfmon application.

This is not to mention you can turn on the nrpe listener dll and add in your own external scripts to be run
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
mahesh.kadam
Posts: 3
Joined: Tue Sep 11, 2012 10:24 am

Re: Need parameter list for Windows servers

Post by mahesh.kadam »

Thanks Scott ,
But may times client is in trested to know what all parameters are possible then he can make a choice to go with Nagios XI or not. I am working in consulting domain so need this information.
There should be some parameter list available with us.

Regards
Mahesh
mahesh.kadam
Posts: 3
Joined: Tue Sep 11, 2012 10:24 am

Re: Need parameter list for Windows servers

Post by mahesh.kadam »

Thanks Scott ,
But there should be a parameter list readily available as many client ask what is the capability of Nagios XI.

I am working in consulting domai so need to have this sheet
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Need parameter list for Windows servers

Post by scottwilkerson »

Here is a list of the performance counters I have on my system. 1822 of them...
counters.txt
Each windows system has different software installed that will add additional counter you can see them all for a particular system by running the following from the Windows command prompt

Code: Select all

typeperf -q
You do not have the required permissions to view the files attached to this post.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked