Search found 3 matches

by nateaard
Fri Jun 23, 2023 9:38 am
Forum: Open Source Nagios Projects
Topic: Nagios Proxying
Replies: 1
Views: 14691

Nagios Proxying

I've put together a guide to share on how I solved a challenge I couldn't find great documentation on (although some pages and posts got me part of the way). Please let me know of any errors you find. PROXYING NAGIOS HOSTS BEHIND A FIREWALL What do you do when you have several hosts behind a firewal...
by nateaard
Fri Jun 23, 2023 9:22 am
Forum: Open Source Nagios Projects
Topic: Commandline Works / Nagios Alert Doesn't
Replies: 2
Views: 1596

Re: Commandline Works / Nagios Alert Doesn't

Thanks for the suggestion. Oddly it wasn't a timeout, although the message would suggest that. It was the way the command was being called, so that the right info wasn't being passed. This has now been resolved. Have you read this? https://support.nagios.com/kb/article/nrpe-check_nrpe-socket-timeout...
by nateaard
Tue Jun 20, 2023 8:14 am
Forum: Open Source Nagios Projects
Topic: Commandline Works / Nagios Alert Doesn't
Replies: 2
Views: 1596

Commandline Works / Nagios Alert Doesn't

Hiya, I could use some help ... When I issue this command from the commandline on the Nagios Core Server it works! /usr/local/nagios/libexec/check_nrpe -H 10.0.0.50 -c check_proxy_memory -a 10.0.0.56 When Nagios Core Server calls this command it fails. define command{ command_name check_proxy_memory...