Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check CPU, Memory and UpTime with WMI
You can check CPU, Memory and Uptime without agent.
The UpTime mode, identify the shutdown modality: correct or unexpected.
define command{
command_name check_wmi_performance
command_line $USER1$/check_wmi_performance.sh -I $HOSTADDRESS$ -U $ARG1$ -P $ARG2$ -S $ARG3$ $ARG4$
}
UpTime check submit all information as:
- who
- when
- if unexpected
- report the shutdown or restart comment
- type
The UpTime mode, identify the shutdown modality: correct or unexpected.
define command{
command_name check_wmi_performance
command_line $USER1$/check_wmi_performance.sh -I $HOSTADDRESS$ -U $ARG1$ -P $ARG2$ -S $ARG3$ $ARG4$
}
UpTime check submit all information as:
- who
- when
- if unexpected
- report the shutdown or restart comment
- type
Reviews (0)
Be the first to review this listing!