Search found 66 matches

by cdietsch
Tue May 12, 2026 3:19 pm
Forum: Nagios XI
Topic: Facing Issues with chcek_sql and check_mssql_health
Replies: 3
Views: 3398

Re: Facing Issues with chcek_sql and check_mssql_health

Hey DileepKumar , We have some steps that should help you troubleshoot your issue. Let’s carefully break down your check_mssql_health error and figure out the root cause and how to fix it. This sounds like a classic case of a connection/authentication mismatch with Microsoft SQL Server. 1. Parsing t...
by cdietsch
Tue May 12, 2026 11:49 am
Forum: Nagios XI
Topic: Facing Issues with chcek_sql and check_mssql_health
Replies: 3
Views: 3398

Re: Facing Issues with chcek_sql and check_mssql_health

Hi @DileepKumar ,

Is it possible you have a typo in your hostname? I see many references to 11.177.10.654 and one to 11.177.10.65.
by cdietsch
Mon Apr 06, 2026 2:01 pm
Forum: Nagios XI
Topic: RESOLVED: Custom Alert Not firing
Replies: 7
Views: 4184

Re: Custom Alert Not firing

Hey story , In your command definitions I think you need to need to change the "HOST" and "SERVICE" quoted strings to be environment variables sent from Nagios. So $HOSTNAME$ instead of "HOST" and $SERVICEDESC$ instead of "SERVICE". Here is a full list of the ...
by cdietsch
Wed Mar 25, 2026 9:16 am
Forum: Nagios XI
Topic: Scheduled Reports not running
Replies: 1
Views: 2546

Re: Scheduled Reports not running

Hi @op-team

Please took a look at the following troubleshooting guide for the XI Scheduled Reports Not Running:

https://library.nagios.com/docs/nagios- ... ot-Running

Hopefully this helps you get up and running again!
by cdietsch
Fri Mar 20, 2026 12:06 pm
Forum: Open Source Nagios Projects
Topic: function similar to Healthchecks.io?
Replies: 2
Views: 21317

Re: function similar to Healthchecks.io?

Hello skent , This functionality seems very similar to the passive checks in combination with writing custom plugins for specific tasks. Here is quick analysis from google: healthchecks.io works in a very similar manner to Nagios passive checks, specifically in the context of monitoring "dead m...
by cdietsch
Wed Mar 18, 2026 11:01 am
Forum: Nagios XI
Topic: Performance graphics black and white, where'd my color go?
Replies: 4
Views: 5516

Re: Performance graphics black and white, where'd my color go?

Quick update, it looks like this bug has been addressed in the upcoming release of XI 2026R1.3.
by cdietsch
Tue Mar 17, 2026 4:54 pm
Forum: Nagios XI
Topic: Performance graphics black and white, where'd my color go?
Replies: 4
Views: 5516

Re: Performance graphics black and white, where'd my color go?

Hey GldRush98 , Thanks for the additional info. I was able to recreate your issue with the Modern Dark theme. I have created an XI issue for this bug GL:XI#2468, please keep an eye out for this in the changelogs to confirm the fix. I cannot commit to any time scale but it seems like something that s...
by cdietsch
Tue Mar 17, 2026 3:21 pm
Forum: Nagios XI
Topic: Performance graphics black and white, where'd my color go?
Replies: 4
Views: 5516

Re: Performance graphics black and white, where'd my color go?

Hi GldRush98 , Do you have a dark mode plugin for your browser running? If so, I would recommend disabling it on XI to see if that helps. If not, what browser are you using? What XI theme are you using? When did this issue start? I would also try clearing your browser cache and/or try a different br...
by cdietsch
Wed Mar 11, 2026 2:11 pm
Forum: Nagios XI
Topic: Unexpected error in "SNMP Walk Jobs"
Replies: 8
Views: 21555

Re: Unexpected error in "SNMP Walk Jobs"

Hi bergna It looks like libcurl-devel package isn't installed. For an EL based system run the following as root and then retry the upgrade dnf install libcurl-devel -y For a Debian or Ubuntu system you'll want to run the following (as root) and retry the upgrade. apt-get install libcurl4-openssl-dev...