We have configured nagios with check_load NRPE plugin to monitor server load. It reports when load is high, but does not have option to take a snapshot top processes ( like top commmand) at that time.
Any good nagios NRPE plug-ins for that ?
|
We have configured nagios with check_load NRPE plugin to monitor server load. It reports when load is high, but does not have option to take a snapshot top processes ( like top commmand) at that time. Any good nagios NRPE plug-ins for that ?
| ||||
|
feedback
|
|
You can do it with event handlers. First, add an event handler for your Load average definition:
The
And second, write an event handler script (
The command
PS: I haven't tested this config. | ||||
|
feedback
|