We are facing performace issue. I have checked CPU & Memory and found both are under threshold.
How can i monitor the Disk I/O and Network I/O for servers.
Also want to know how can i use check_load for windows server ?
monitor the Disk I/O and Network I/O
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: monitor the Disk I/O and Network I/O
For the windows server you will need to install an agent which can handle NSCA/NRPE checks such as NSClient++ "use version 0.3.9.x."
What are you currently using to monitor CPU and memory thresholds on the server you mentioned? Is it the local nagios server or an external one, if it's the nagios server lets get that sorted out before trying to add more monitoring in.
What are you currently using to monitor CPU and memory thresholds on the server you mentioned? Is it the local nagios server or an external one, if it's the nagios server lets get that sorted out before trying to add more monitoring in.
Re: monitor the Disk I/O and Network I/O
lafargeuser,
There is a few way to check these metrics, either with an agent and performance counters, or remotely with wmi.
to find the performance counter metric to match your goal:
start > run > perfmon
right click on one of the "performance Monitors" > properties > choose the data tab
Here you can add new metrics and find what there counter values are
for example:
"Counter=\LogicalDisk(_Total)\Current Disk Queue Length"
The corresponding NRPE command would be:
./check_nrpe -H 192.168.5.176 -c CheckCounter -a "Counter=\LogicalDisk(_Total)\Current Disk Queue Length" ShowAll MaxWarn=60 MaxCrit=90"Counter=\LogicalDisk(_Total)\Current Disk Queue Length"
Hope that helps!
-Yancy
There is a few way to check these metrics, either with an agent and performance counters, or remotely with wmi.
to find the performance counter metric to match your goal:
start > run > perfmon
right click on one of the "performance Monitors" > properties > choose the data tab
Here you can add new metrics and find what there counter values are
for example:
"Counter=\LogicalDisk(_Total)\Current Disk Queue Length"
The corresponding NRPE command would be:
./check_nrpe -H 192.168.5.176 -c CheckCounter -a "Counter=\LogicalDisk(_Total)\Current Disk Queue Length" ShowAll MaxWarn=60 MaxCrit=90"Counter=\LogicalDisk(_Total)\Current Disk Queue Length"
Hope that helps!
-Yancy
-
lafargeuser
- Posts: 341
- Joined: Thu Sep 27, 2012 12:23 am
Re: monitor the Disk I/O and Network I/O
Thanks.
I am monitoring below Performance Counter.
\\Server Work Queues(0)\\Queue Length
It indicate Current work queue (an indication of processing load) is %.f but not sure is this server load monitoring. Also not able to fetch that data. attaching document for reference.
Else, how can monitor load on windows server.
I am monitoring below Performance Counter.
\\Server Work Queues(0)\\Queue Length
It indicate Current work queue (an indication of processing load) is %.f but not sure is this server load monitoring. Also not able to fetch that data. attaching document for reference.
Else, how can monitor load on windows server.
You do not have the required permissions to view the files attached to this post.
Re: monitor the Disk I/O and Network I/O
http://nsclient.org/nscp/downloadsslansing wrote:For the windows server you will need to install an agent which can handle NSCA/NRPE checks such as NSClient++ "use version 0.3.9.x."
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
-
lafargeuser
- Posts: 341
- Joined: Thu Sep 27, 2012 12:23 am
Re: monitor the Disk I/O and Network I/O
I tried using nsca/nrpe , but it doesnt collect data.
CPU Usage Critical 6h 28m 2s 5/5 21/01/2013 10:15:36 CRITICAL - Socket timeout after 10 seconds
i reinstalled nsclient with nrpe & nsca check enabled.Do i need to do any further changes. Pls. guide me with steps.
any help would highly appericiate.
Also trying with WMI but not sure if i achieve this ? trying every possibilities.
Pls. let me know, how can i monitor windows server using nrpe.
Else, would be good to use WMI.
CPU Usage Critical 6h 28m 2s 5/5 21/01/2013 10:15:36 CRITICAL - Socket timeout after 10 seconds
i reinstalled nsclient with nrpe & nsca check enabled.Do i need to do any further changes. Pls. guide me with steps.
any help would highly appericiate.
Also trying with WMI but not sure if i achieve this ? trying every possibilities.
Pls. let me know, how can i monitor windows server using nrpe.
Else, would be good to use WMI.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: monitor the Disk I/O and Network I/O
Can you send us both your nsclient.ini/nsc.ini file and your nrpe.cfg file from the Nagios system.
-
lafargeuser
- Posts: 341
- Joined: Thu Sep 27, 2012 12:23 am
Re: monitor the Disk I/O and Network I/O
I have installed NSclient with NRPE/NSCA check enabled. Services running fine.
Now, how can i move further to achieve Disk I/O & N/W I/O.
Attaching, requested files along with NSClient installed snapshot for your reference.
Now, how can i move further to achieve Disk I/O & N/W I/O.
Attaching, requested files along with NSClient installed snapshot for your reference.
You do not have the required permissions to view the files attached to this post.
-
lafargeuser
- Posts: 341
- Joined: Thu Sep 27, 2012 12:23 am
Re: monitor the Disk I/O and Network I/O
Attaching........NSClient snapshot ....
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: monitor the Disk I/O and Network I/O
closing thread, already being worked via email support.