Search found 12 matches
- Mon Jan 16, 2012 8:11 am
- Forum: Open Source Nagios Projects
- Topic: warn- and critical level
- Replies: 10
- Views: 7926
Re: warn- and critical level
I assume there's no solution, or does anyone have any type of idea?
- Mon Jan 09, 2012 5:12 am
- Forum: Open Source Nagios Projects
- Topic: warn- and critical level
- Replies: 10
- Views: 7926
Re: warn- and critical level
I activated debugging and got the following output: [1326099991.112527] [008.0] [pid=18373] ** Service Check Event ==> Host: 'HOSTNAME', Service: 'BB SQL Server User Connections', Options: 0, Latency: 0.112000 sec [1326099991.112549] [001.0] [pid=18373] run_scheduled_service_check() start [132609999...
- Mon Jan 09, 2012 3:40 am
- Forum: Open Source Nagios Projects
- Topic: warn- and critical level
- Replies: 10
- Views: 7926
Re: warn- and critical level
Found a topic which might explaing why I see no warn and critical level (?): http://forum.centreon.com/showthread.php/10867-No-graphs-with-check_nt-performance-counter Got the same issue here. I think it's because rrd is'nt able to build file(s) with something which has a "%" in the name. ...
- Mon Jan 09, 2012 2:41 am
- Forum: Open Source Nagios Projects
- Topic: warn- and critical level
- Replies: 10
- Views: 7926
Re: warn- and critical level
\\MSSQL\$BES:Datenbanken Any chance the dollar sign is throwing something off. The $ is a special character for nagios, and typically to have a dollar sign pass correctly you need to use \\$$ You could also try single quotes instead of double quotes so that the shell won't interpret anything inside...
- Fri Jan 06, 2012 3:46 am
- Forum: Open Source Nagios Projects
- Topic: warn- and critical level
- Replies: 10
- Views: 7926
Re: warn- and critical level
Anyone an idea what I'm doing wrong?
- Wed Jan 04, 2012 2:32 am
- Forum: Open Source Nagios Projects
- Topic: redundant sendmail
- Replies: 3
- Views: 2789
Re: redundant sendmail
If neither of those scenarios happen and you can only reference the server by specifying one IP and then a different IP, you might want to create a simple in-between script for your sendmail. You would basically configure the notifications to use your sendemail script and pass it all the same param...
- Tue Jan 03, 2012 1:48 am
- Forum: Open Source Nagios Projects
- Topic: warn- and critical level
- Replies: 10
- Views: 7926
Re: warn- and critical level
Hello mguthrie and supporter, need to raise the issue again. Doing a: /usr/local/nagios/libexec/check_nt -H HOSTNAME -p PORT -v COUNTER -l "\\MSSQL\$BES:Datenbanken(_Total)\\Größe der Datendatei(en) (KB)","SQL Server Datafile size total is %.f" -w 150000.000000 -c 200000.000000 r...
- Mon Jan 02, 2012 2:02 pm
- Forum: Open Source Nagios Projects
- Topic: warn- and critical level
- Replies: 10
- Views: 7926
Re: warn- and critical level
Hello mguthrie,
will try it, thanks for your answer.
Just wondering why it is working with other checks...............
will try it, thanks for your answer.
Just wondering why it is working with other checks...............
- Mon Jan 02, 2012 2:01 pm
- Forum: Open Source Nagios Projects
- Topic: MSSQL query with $ character
- Replies: 2
- Views: 1161
Re: MSSQL query with $ character
Hey mguthrie,
the solution might help. I found a solution till my request got a approved. My solution was:
Thanks for your assistance
the solution might help. I found a solution till my request got a approved. My solution was:
Code: Select all
./check_nt -H IP -p PORT -v COUNTER -l "\\MSSQL\$BES:Datenbanken(_Total)\\Größe der Datendatei(en) (KB)"- Mon Jan 02, 2012 9:52 am
- Forum: Open Source Nagios Projects
- Topic: warn- and critical level
- Replies: 10
- Views: 7926
warn- and critical level
Hello Supporter, currently i'm using Nagios 3.3.1 and 1.4.5 plugins. At the moment I'm monitoring around 500 services of different types. I have added recently another SQL to monitor and it doesn't throw errors. For a german SQL Server Express 2003 I use: define command{ command_name check_nt_bb_sql...