Search found 4 matches

by Goulasch
Sun Feb 16, 2020 12:52 pm
Forum: Open Source Nagios Projects
Topic: Nagios core not running, service ist started
Replies: 5
Views: 1617

Re: Nagios core not running, service ist started

Found the issue !

Changed the cgi-path in the ".../config.inc.php" file in the www-directory of Nagios from

Code: Select all

$cfg['cgi_base_url']='/cgi-bin/nagios';
to

Code: Select all

$cfg['cgi_base_url']='/nagios/cgi-bin';
which solved the problem with the remote access via an HAproxy
by Goulasch
Sat Feb 15, 2020 9:29 am
Forum: Open Source Nagios Projects
Topic: Nagios core not running, service ist started
Replies: 5
Views: 1617

Re: Nagios core not running, service ist started

which Nagios program/script decide whether to use

Code: Select all

status.cgi 
or

Code: Select all

statusjson.cgi 
and under which condition ?
by Goulasch
Fri Feb 14, 2020 4:56 pm
Forum: Open Source Nagios Projects
Topic: Nagios core not running, service ist started
Replies: 5
Views: 1617

Re: Nagios core not running, service ist started

any idear to use curl remote, if a proxy is the only gateway from/to remote ?
Proxies can be set up but we don't have any specific documentation regarding the process.
You are not alone; same to HAproxy :-)
by Goulasch
Fri Feb 14, 2020 2:34 am
Forum: Open Source Nagios Projects
Topic: Nagios core not running, service ist started
Replies: 5
Views: 1617

Nagios core not running, service ist started

Nagios version Version 4.3.4, HA-Proxy version 1.7.5-2 The service has started. Nagios is installed on a member server (not DC). A proxy server with HAproxy is set up for remote access. If the server is accessed directly in the local network, it is shown that the daemon is running and all services c...