Also, I was looking at my file sizes after freshly installing the wizard and I mine are quite different than yours, so either they are different files or have been modifiedscottwilkerson wrote:Looking back at your first post you don't appear to have a check_wmi_plus.ini file which should get installed with the wizard.CBoekhuis wrote: ll /usr/local/nagios/libexec/check_wmi*
-rwxr-xr-x 1 nagios nagios 2514 Mar 1 14:50 check_wmi_plus.conf
-rwxrwxr-x 1 nagios nagios 232495 Feb 10 17:27 check_wmi_plus.pl
Code: Select all
[root@localhost libexec]# ll |grep wmi
-rwxr-xr-x 1 nagios users 2405 Mar 2 10:54 check_wmi_plus.conf
-rwxr-xr-x 1 nagios users 46543 Mar 2 10:54 check_wmi_plus.ini
-rwxr-xr-x 1 nagios users 237155 Mar 2 10:54 check_wmi_plus.pl
CBoekhuis wrote:define service {
host_name someserver.somedomain.nl
service_description CPU Usage
check_command check_xi_service_wmiplus!<username>!<password>!checkcpu!-w 80 -c 90!!!!
max_check_attempts 5
check_interval 5
retry_interval 1
notification_interval 60
first_notification_delay 0
notification_options w,u,r,c,f,s
notifications_enabled 1
_xiwizard windowswmi
register 1
}
If we are going to be able to help you we at the very least are going to need consistent data as well as know what you have changed on the system and with the plugins.