Search found 239 matches

by kg2857
Tue Apr 30, 2024 2:28 am
Forum: Open Source Nagios Projects
Topic: check_service: UNKNOWN: No handler for that command
Replies: 2
Views: 73

Re: check_service: UNKNOWN: No handler for that command

It looks like you can get that response from a host running nsclient and check_service isn't in the nsclient config...
by kg2857
Mon Apr 29, 2024 1:53 am
Forum: Open Source Nagios Projects
Topic: connect to address 127.0.0.1 and port 0: Connection refused
Replies: 3
Views: 93

Re: connect to address 127.0.0.1 and port 0: Connection refused

Looks like the plugin wants args in some order. This from the short help output I read...
command[check_tcp]=/usr/local/nagios/libexec/check_tcp $ARG1$ -w 10 -c 20
by kg2857
Sat Apr 27, 2024 2:46 am
Forum: Open Source Nagios Projects
Topic: connect to address 127.0.0.1 and port 0: Connection refused
Replies: 3
Views: 93

Re: connect to address 127.0.0.1 and port 0: Connection refused

Try adding $ARG1$ to the command.
command[check_tcp]=/usr/local/nagios/libexec/check_tcp -w 10 -c 20 $ARG1$
by kg2857
Tue Apr 23, 2024 2:18 pm
Forum: Nagios XI
Topic: Copy custom scripts from core to XI
Replies: 2
Views: 79

Re: Copy custom scripts from core to XI

You need a nagios command. Services run commands, and commands run plugins.
by kg2857
Sun Mar 31, 2024 9:28 pm
Forum: Open Source Nagios Projects
Topic: NCPA 3.0.1 on Debian Linux – update/re-install issue
Replies: 17
Views: 3152

Re: NCPA 3.0.1 on Debian Linux – update/re-install issue

Maybe kill the ncpa service processes and rerun the upgrade.
by kg2857
Thu Mar 28, 2024 1:32 pm
Forum: Nagios XI
Topic: Check For Updates Failed (new install with no proxy)
Replies: 14
Views: 2729

Re: Check For Updates Failed (new install with no proxy)

Use curl or wget to fetch the upgrade check URL.
by kg2857
Mon Mar 18, 2024 5:19 pm
Forum: Nagios XI
Topic: Monitoring Engine wont start.
Replies: 13
Views: 1414

Re: Monitoring Engine wont start.

Probably need to see why ndo3 isn't running, why it isn't responding.
by kg2857
Sun Mar 17, 2024 1:58 pm
Forum: Nagios XI
Topic: Monitoring Engine wont start.
Replies: 13
Views: 1414

Re: Monitoring Engine wont start.

https://www.google.com/search?q=NDO-3%3A+mysql_ping%3A+Unknown+error.+Is+the+database+running%3F&sca_esv=902f5ec581767639&hl=en&source=hp&ei=3dT1ZbSjGbHe0PEP5_SR2Ao&iflsig=ANes7DEAAAAAZfXi7aDD8zPuR1cy6yj2lY5hgcO8o6gs&ved=0ahUKEwj0hb66pfmEAxUxLzQIHWd6BKsQ4dUDCA4&uact=5&...
by kg2857
Mon Feb 26, 2024 8:26 pm
Forum: Open Source Nagios Projects
Topic: Access Nagvis as Nagios user
Replies: 3
Views: 1674

Re: Access Nagvis as Nagios user

I think nagvis just uses the standard httpd config.
https://httpd.apache.org/docs/2.4/howto/auth.html
by kg2857
Fri Feb 23, 2024 2:34 am
Forum: Nagios Log Server
Topic: Elasticsearch Database Offline
Replies: 3
Views: 982

Re: Elasticsearch Database Offline

Might want to check host/IP resolution and look at the ES log file.