Search found 15 matches

by DragonJTS
Tue Aug 23, 2011 10:48 am
Forum: Open Source Nagios Projects
Topic: Diferent messa for diferent retrys
Replies: 2
Views: 1754

Re: Diferent messa for diferent retrys

Sounds like you want to set up notification escalations. They allow you to specify different people to contact ofter certain numbers of notifications, and the time between notifications. Nagios Core: http://nagios.sourceforge.net/docs/nagioscore/3/en/escalations.html Nagios XI: http://assets.nagios....
by DragonJTS
Wed Aug 17, 2011 2:41 pm
Forum: Nagios XI
Topic: MSSQL/IIS
Replies: 13
Views: 2797

Re: MSSQL/IIS

I tried the check_mssql_health plugin, and it works fine, without needing the sql instance.
by DragonJTS
Wed Aug 17, 2011 7:30 am
Forum: Nagios XI
Topic: Custom nagios email notification
Replies: 2
Views: 758

Re: Custom nagios email notification

Under configure, go to my account settings > notification messages
by DragonJTS
Fri Aug 12, 2011 12:00 pm
Forum: Nagios XI
Topic: MSSQL/IIS
Replies: 13
Views: 2797

Re: MSSQL/IIS

So I installed the WMI wizard on different wmware machine, and WMI checks worked on it. Then I looked at the version and discovered that the WMI wizard uses an older version of check_wmi_plus (1.42) then my machine with the checks returning null (1.47, previously 1.46). When I upgraded the working m...
by DragonJTS
Thu Aug 11, 2011 9:45 am
Forum: Nagios XI
Topic: Services disappeared
Replies: 23
Views: 11510

Re: Services disappeared

CREATING: /usr/local/nagiosxi/var/dbmaint.lock CLEANING ndoutils TABLE 'commenthistory'... SQL: DELETE FROM nagios_commenthistory WHERE entry_time < FROM_UNIXTIME(1281532528) CLEANING ndoutils TABLE 'processevents'... SQL: DELETE FROM nagios_processevents WHERE event_time < FROM_UNIXTIME(1281532528...
by DragonJTS
Thu Aug 11, 2011 9:09 am
Forum: Nagios XI
Topic: MSSQL/IIS
Replies: 13
Views: 2797

Re: MSSQL/IIS

Yes, I can confirm I am installing it through the config wizard screen. And that it shows up in the directory.
by DragonJTS
Thu Aug 11, 2011 8:33 am
Forum: Nagios XI
Topic: MSSQL/IIS
Replies: 13
Views: 2797

Re: MSSQL/IIS

Installing the perl modules does not prevent the wmi checks from returning null.

After removing it via the GUI, It returns nothing, it say there is no such file directory (performing the command on the configwizards directory confirms it's not there).
by DragonJTS
Thu Aug 11, 2011 8:21 am
Forum: Nagios XI
Topic: Services disappeared
Replies: 23
Views: 11510

Re: Services disappeared

After I ran those commands, it started working again. Do you still want the output?
by DragonJTS
Wed Aug 10, 2011 1:22 pm
Forum: Nagios XI
Topic: Services disappeared
Replies: 23
Views: 11510

Re: Services disappeared

I am running the latest version. No segmentation faults, but there are a huge amount of errors (several a second since around the time the issue started) mentioning an undefined index Max/min/avg_execution/latency_time in /usr/local/nagiosxi/html/includex/utils-xmlsysstat.inc.php on line 117/18/19/2...
by DragonJTS
Wed Aug 10, 2011 1:13 pm
Forum: Nagios XI
Topic: MSSQL/IIS
Replies: 13
Views: 2797

Re: MSSQL/IIS

I did trying removing/readding the wizard.

I am using the ip, I will try adding the instance name. Is there any way to escape invalid characters in a plugin command? The instance name has a dash, do I need to change it?

WMIC was installed, via the directions in the document.