Search found 26 matches
- Fri Jul 15, 2016 7:45 am
- Forum: Nagios XI
- Topic: check_http regex question
- Replies: 1
- Views: 142
check_http regex question
I'm looking for a method to return a value with check_http from a unique tag that is found on a short XML page. An added bonus would be if the returned value is greater than 4000000 to have NAGIOS treat it as a critical, however just getting the value returned and displayed on the NAGIOS console wou...
- Mon Jun 20, 2016 9:22 am
- Forum: Nagios XI
- Topic: check_mssql stopped working
- Replies: 13
- Views: 941
Re: check_mssql stopped working
Thanks guys greatly appreciate the help. I was out on vacation last week and wasn't able to perform the downgrade beforehand. I'm upgrading to the June 12th release right now and will then perform the downgrade of the plugin and give it a shot this morning.
- Thu Jun 09, 2016 8:28 pm
- Forum: Nagios XI
- Topic: check_mssql stopped working
- Replies: 13
- Views: 941
Re: check_mssql stopped working
Cool thanks! I will perform the downgrade in the morning it's been a long day! 
- Thu Jun 09, 2016 12:11 pm
- Forum: Nagios XI
- Topic: check_mssql stopped working
- Replies: 13
- Views: 941
Re: check_mssql stopped working
Sure thing here are the results ...
Code: Select all
[root@srvnag01 ~]# yum list installed | grep pdo
php-pdo.x86_64 5.3.3-47.el6 @base
[root@srvnag01 ~]#
- Wed Jun 08, 2016 11:47 pm
- Forum: Nagios XI
- Topic: check_mssql stopped working
- Replies: 13
- Views: 941
Re: check_mssql stopped working
Sorry for the delay got a bit tied up in another issue. Here are the results:
Code: Select all
[root@srvnag01 libexec]# /usr/local/nagios/libexec/check_mssql -V
0.7.8
- Mon Jun 06, 2016 2:04 pm
- Forum: Nagios XI
- Topic: check_mssql stopped working
- Replies: 13
- Views: 941
Re: check_mssql stopped working
Result is same as GUI
Code: Select all
CRITICAL: Could not execute the query.
- Mon Jun 06, 2016 11:15 am
- Forum: Nagios XI
- Topic: check_mssql stopped working
- Replies: 13
- Views: 941
Re: check_mssql stopped working
From command line and the gui a simple select works ... so I'm not sure what in the original check command is broken... --username "XXXX" --password "XXXX" --database master --instance XXXX --query "select+getutcdate%28%29" --result "" --decode --warning 60 --...
- Mon Jun 06, 2016 10:51 am
- Forum: Nagios XI
- Topic: check_mssql stopped working
- Replies: 13
- Views: 941
check_mssql stopped working
I had several check_mssql services that have since two upgrades ago stopped working and I need to get them working again. I'm not a SQL guy by any stretch but the SQL script still runs on the SQL server correctly and no longer does on the NagiosXI server. The service would run a SQL query and would ...
- Mon Dec 14, 2015 12:59 pm
- Forum: Nagios XI
- Topic: HP IDOL Queries
- Replies: 3
- Views: 289
Re: HP IDOL Queries
Somewhat but not sure how I would get NAGIOS to interact with any of it would be the problem. I could sed/awk the results of the curl as well but I have no idea how I would have nagios initiate the script to run and then return the results and determine OK, WARN, CRIT.
- Mon Dec 14, 2015 12:32 pm
- Forum: Nagios XI
- Topic: HP IDOL Queries
- Replies: 3
- Views: 289
HP IDOL Queries
I would like to monitor specific XML output from IDOL content engines. I would like to both extract specific values to display when OK and alert when value is greater than X. How could I go about this? Values (lines 14 & 19) would be for directory and documents. An example content query would be...