Search found 12 matches

by hixavier
Mon Nov 23, 2020 2:55 pm
Forum: Nagios XI
Topic: Check Returns OK on CLI, but WARNING in GUI
Replies: 3
Views: 303

Re: Check Returns OK on CLI, but WARNING in GUI

Turns out the host's IP address, in Nagios, was incorrect. Check is now cleared. Thanks !
by hixavier
Thu Nov 19, 2020 8:21 am
Forum: Nagios XI
Topic: Check Returns OK on CLI, but WARNING in GUI
Replies: 3
Views: 303

Check Returns OK on CLI, but WARNING in GUI

Hello, I just finished setting up a powerpath service check on multiple hosts. The check returns OK on all the hosts except for one. The particular settings for this check are mirrored across all the hosts with this check, so I'm really confused. The weird thing is that when I run the check on that ...
by hixavier
Fri Jul 24, 2020 2:42 pm
Forum: Nagios XI
Topic: "Could not Parse Arguments " Following Nagios Update
Replies: 1
Views: 193

"Could not Parse Arguments " Following Nagios Update

Hello, I recently updated Nagios XI to 5.7.1 and now when I run the check_http check command in the GUI, the following error is returned: Could Not Compile Regular Expression: Unmatched \{check_http: Could not parse arguments Usage: check_http -H <vhost> | -I <IP-address> [-u <uri>] [-p <port>] [-J ...
by hixavier
Fri Jul 10, 2020 1:35 pm
Forum: Nagios XI
Topic: Check MSSQL Database
Replies: 9
Views: 1094

Re: Check MSSQL Database

I updated XI, and I now have the "check_mssql_server.php check, and it returns an OK when I use on an MSSQL server to check the database. Now, when attempting to check for a specific instance, on the databse, it returns an OK even if I enter an invalid instance name. Example: /usr/local/nagios/...
by hixavier
Wed Jul 08, 2020 10:46 am
Forum: Nagios XI
Topic: Check MSSQL Database
Replies: 9
Views: 1094

Re: Check MSSQL Database

I don't have the_mssql_server.php check. Do you know where I could download it?
by hixavier
Fri Jul 03, 2020 10:30 am
Forum: Nagios XI
Topic: Check MSSQL Database
Replies: 9
Views: 1094

Re: Check MSSQL Database

So far, I've tried the following: First, I initially entered the check_mssql_database.py command which failed: $ ./check_mssql_database.py -H '******' -p 1443 -U 'nagios' -P '*****' -T '******'' (20009, 'DB-Lib error message 20009, severity 9:\nUnable to connect: Adaptive Server is unavailable or do...
by hixavier
Wed Jul 01, 2020 1:12 pm
Forum: Nagios XI
Topic: Check MSSQL Database
Replies: 9
Views: 1094

Re: Check MSSQL Database

Thanks. I've tried troubleshooting steps, but still getting the error. Is the check_mssql_database.py my only option for connecting to a mssql database with nagios?
by hixavier
Fri Jun 26, 2020 1:50 pm
Forum: Nagios XI
Topic: Check MSSQL Database
Replies: 9
Views: 1094

Check MSSQL Database

Hello, I'm having difficulties getting the check_mssql_database.py check to successfully connect to a database. I'm able to connect to the database using tsql, and just pymssql in a python interpreter. But when I try to connect using the Nagios check, I get the following error: (20009, 'DB-Lib error...
by hixavier
Tue Apr 28, 2020 7:51 am
Forum: Nagios XI
Topic: API Call Returning 500 Error
Replies: 3
Views: 205

Re: API Call Returning 500 Error

"you may need to increase the PHP settings so it can have enough space and time to run the API call"

Yup, after checking the error logs, this is the issue. Thanks!
by hixavier
Mon Apr 27, 2020 2:36 pm
Forum: Nagios XI
Topic: API Call Returning 500 Error
Replies: 3
Views: 205

API Call Returning 500 Error

Hi,

On only one of our XI instances, we are getting HTTP 500 Errors for an API Object Reference(GET objects/servicestatus
). What's odd is that the other API Object References work fine for this XI instance. Any help?