Search found 15 matches

by fusfeld
Tue Sep 29, 2015 1:25 pm
Forum: Nagios XI
Topic: WMI error following v5 upgrade
Replies: 14
Views: 514

Re: WMI error following v5 upgrade

Go ahead and close it. Thanks!
by fusfeld
Tue Sep 29, 2015 1:15 pm
Forum: Nagios XI
Topic: WMI error following v5 upgrade
Replies: 14
Views: 514

Re: WMI error following v5 upgrade

Yep makes sense, should have considered that as soon as it happened. Will have to track down the guy that extended it and have him re-do.

Thanks!
by fusfeld
Tue Sep 29, 2015 12:24 pm
Forum: Nagios XI
Topic: WMI error following v5 upgrade
Replies: 14
Views: 514

Re: WMI error following v5 upgrade

We had extended the script with our own "checkforoldfiles", and now that I'm typing that out i'm wondering the upgrade overwrote our version. Let me check that.
by fusfeld
Tue Sep 29, 2015 10:06 am
Forum: Nagios XI
Topic: WMI error following v5 upgrade
Replies: 14
Views: 514

Re: WMI error following v5 upgrade

Here's the definition for that command:

define command {
command_name check_xi_service_wmiplus_1
command_line $USER1$/check_wmi_plus.pl -H $ARG5$ -u $ARG1$ -p $ARG2$ -m $ARG3$ $ARG4$
}

Yep it fails from the command line as well, same error.
by fusfeld
Tue Sep 29, 2015 8:41 am
Forum: Nagios XI
Topic: WMI error following v5 upgrade
Replies: 14
Views: 514

Re: WMI error following v5 upgrade

define service { host_name AFWeb1 service_description Check Scantest MDB folder use xiwizard_windowsserver_nsclient_service check_command check_xi_service_wmiplus_1!<domain/user>!<password>!checkforoldfiles!-a d: -3 /Acsysweb/AchievementFirst/FileWebApp/StudentAnswerImages/database/ -4 %.mdb -w 60mi...
by fusfeld
Tue Sep 29, 2015 5:17 am
Forum: Nagios XI
Topic: WMI error following v5 upgrade
Replies: 14
Views: 514

Re: WMI error following v5 upgrade

Are you referring to the service status detail? I see this: A valid MODE and/or SUBMODE must be specified Typical Usage: -H HOSTNAME -u DOMAIN/USER -p PASSWORD -m MODE [-s SUBMODE] [-b BYTEFACTOR] [-w WARN] [-c CRIT] [-a ARG1 ] [-o ARG2] [-3 ARG3] [-4 ARG4] [-A AUTHFILE] [-t TIMEOUT] [-y DELAY] [--n...
by fusfeld
Mon Sep 28, 2015 3:12 pm
Forum: Nagios XI
Topic: WMI error following v5 upgrade
Replies: 14
Views: 514

Re: WMI error following v5 upgrade

Here is the command definition:

$USER1$/check_wmi_plus.pl -H $ARG5$ -u $ARG1$ -p $ARG2$ -m $ARG3$ $ARG4$
by fusfeld
Mon Sep 28, 2015 12:41 pm
Forum: Nagios XI
Topic: WMI error following v5 upgrade
Replies: 14
Views: 514

WMI error following v5 upgrade

Hello - one of our checks has started throwing an error since the v5 upgrade, no issues with this previously. The output from running a test command (which also contains the error) is: COMMAND: /usr/local/nagios/libexec/check_wmi_plus.pl -H afweb1.acsysprod.com -u <domain/user> -p <password> m check...
by fusfeld
Tue Mar 17, 2015 12:46 pm
Forum: Nagios XI
Topic: Emails not being sent?
Replies: 12
Views: 1710

Re: Emails not being sent?

A-HA! Success!

I went into the cloned copy and added use notify-service-by-email and use notify-host-by-email to the notification options, and then ran my test again. So it would appear that setting isn't carried over from the template, I guess? Either way, thank you!
by fusfeld
Tue Mar 17, 2015 12:41 pm
Forum: Nagios XI
Topic: Emails not being sent?
Replies: 12
Views: 1710

Re: Emails not being sent?

Thanks I will take a look.
jdalrymple wrote:The weird thing is that if you cloned a working contact what is in my head should have carried across.
This is what I'm having the most trouble getting my head around as well