Search found 92 matches

by ksafa
Fri May 29, 2026 5:46 pm
Forum: Nagios XI
Topic: Availability Reports via Command Line
Replies: 1
Views: 1310

Availability Reports via Command Line

Hi All,
Does anyone know if there is a way to generate PDF Availability reports via command line? Prior to 2026 Release I was able to use wkhtmltopdf to generate the reports but that does not seem to be working anymore. Wondering if there is another method or workaround.

Thanks
by ksafa
Wed May 27, 2026 10:31 am
Forum: Nagios XI
Topic: Nagios Upgraded but still shows old version
Replies: 1
Views: 1056

Nagios Upgraded but still shows old version

Hello,
I just upgraded our Nagios version to 2026 but its still showing old version under system profile (5.11.2).

Thanks
by ksafa
Wed Oct 01, 2025 10:56 am
Forum: Nagios XI
Topic: File Configs for System Settings
Replies: 2
Views: 11527

Re: File Configs for System Settings

We are trying to automate restore from one server to another. Only manual task required are these updates so was trying to see if there was an option that could be done via script.

Thanks
Khaled
by ksafa
Wed Oct 01, 2025 9:47 am
Forum: Nagios XI
Topic: File Configs for System Settings
Replies: 2
Views: 11527

File Configs for System Settings

Hi All,
Anybody know if things like program URL under system settings, email settings are located in any config files? Trying to see if file can be modified rather than having to go through the GUI?

Thanks
Khaled
by ksafa
Thu Jan 16, 2025 9:11 am
Forum: Nagios XI
Topic: check_mongodb.py connection failure
Replies: 6
Views: 3382

Re: check_mongodb.py connection failure

Do you know what the turn around time will be on such a request?

Thank you
by ksafa
Tue Jan 14, 2025 4:24 pm
Forum: Nagios XI
Topic: check_mongodb.py connection failure
Replies: 6
Views: 3382

Re: check_mongodb.py connection failure

Made some more progress. It seems the error in the Mongo logs is "SSLHandshakeFailed" "The server is configured to only allow SSL connections". When I attempted to add ssl parameters to command i received following error (also not sure if my syntax is off): ./check_mongodb.py -H ...
by ksafa
Tue Jan 14, 2025 12:30 pm
Forum: Nagios XI
Topic: check_mongodb.py connection failure
Replies: 6
Views: 3382

check_mongodb.py connection failure

Hello All, I'm attempting to use check_mongodb.py script and its failing on initial connection test. Destination server is up and port is accessible via netcat. The error is below: ./check_mongodb.py -H X.X.X.X -P 27017 CRITICAL - Connection to Mongo server on X.X.X.X:27017 has failed Error is not v...
by ksafa
Thu Apr 11, 2024 4:00 pm
Forum: Nagios XI
Topic: Availability Report just spins for particular Host
Replies: 4
Views: 1454

Re: Availability Report just spins for particular Host

I do see following error in http error_log: ==> /var/log/httpd/error_log <== [Thu Apr 11 20:53:52.370975 2024] [proxy_fcgi:error] [pid 5561:tid 140378564970240] (70007)The timeout specified has expired: [client X.X.X.X:60005] AH01075: Error dispatching request to : (polling), referer: http://X.X.X.X...
by ksafa
Thu Apr 11, 2024 12:27 pm
Forum: Nagios XI
Topic: Availability Report just spins for particular Host
Replies: 4
Views: 1454

Re: Availability Report just spins for particular Host

Nagios XI version: 5.11.2
Red Hat Enterprise Linux release 8.9 (Ootpa)
by ksafa
Wed Apr 10, 2024 5:44 pm
Forum: Nagios XI
Topic: Availability Report just spins for particular Host
Replies: 4
Views: 1454

Availability Report just spins for particular Host

Hello All, I'm trying to generate an availability report for a host and all services. After clicking run it just never returns the report and shows the data. I tried individual services and it works for individual services but not all services. I also tried running wkhtmltopdf from command line and ...