Nagios 4.2.4

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
n27051538
Posts: 1
Joined: Thu Feb 02, 2017 3:28 am

Nagios 4.2.4

Post by n27051538 »

Moderator Edit: This thread has been split from another - https://support.nagios.com/forum/viewto ... =7&t=41744
In the future, please create a new thread and link to the old one instead of adding on.


Hello,
I have the same problem.

Code: Select all

# cat /etc/*-release
LSB_VERSION=base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Red Hat Enterprise Linux Server release 6.8 (Santiago)
Red Hat Enterprise Linux Server release 6.8 (Santiago)
Nagios installed here

Code: Select all

# ls -l /usr/local/nagios                  
total 24
drwxrwxr-x  2 nagios nagios 4096 Feb  1 10:48 bin
lrwxrwxrwx  1 root   root     11 Feb  1 11:00 etc -> /etc/nagios
drwxr-xr-x  2 root   root   4096 Jul 11  2016 include
drwxrwxr-x  2 nagios nagios 4096 Feb  1 10:48 libexec
drwxrwxr-x  2 nagios nagios 4096 Feb  1 10:48 sbin
drwxrwxr-x 15 nagios nagios 4096 Feb  1 18:55 share
drwxrwxr-x  5 nagios nagios 4096 Feb  2 11:32 var
Cgi config is here

Code: Select all

# cat /etc/nagios/cgi.cfg | egrep -v '#|^$'
main_config_file=/etc/nagios/nagios.cfg
physical_html_path=/usr/local/nagios/share
url_html_path=/nagios
show_context_help=1
use_pending_states=1
use_authentication=1
use_ssl_authentication=0
authorized_for_system_information=nagiosadmin,admin,golikov-a,golikov-s,sveta
authorized_for_configuration_information=nagiosadmin,admin,golikov-a,golikov-s,sveta
authorized_for_system_commands=nagiosadmin,admin,golikov-a,golikov-s,sveta
authorized_for_all_services=nagiosadmin,admin,golikov-a,golikov-s,sveta
authorized_for_all_hosts=nagiosadmin,admin,golikov-a,golikov-s,sveta
authorized_for_all_service_commands=nagiosadmin,admin,golikov-a,golikov-s,sveta
authorized_for_all_host_commands=nagiosadmin,admin,golikov-a,golikov-s,sveta
default_statusmap_layout=3
default_statuswrl_layout=3
ping_syntax=/bin/ping -n -U -c 5 $HOSTADDRESS$
refresh_rate=180
result_limit=500
escape_html_tags=1
action_url_target=_blank
notes_url_target=_blank
lock_author_names=0
navbar_search_for_addresses=1
navbar_search_for_aliases=1
Nagios version

Code: Select all

# /usr/local/nagios/bin/nagios -V

Nagios Core 4.2.4
Copyright (c) 2009-present Nagios Core Development Team and Community Contributors
Copyright (c) 1999-2009 Ethan Galstad
Last Modified: 12-07-2016
License: GPL
Last edited by mcapra on Thu Feb 02, 2017 11:54 am, edited 1 time in total.
Reason: please use [code] tags around long/technical information
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Nagios 4.2.4

Post by mcapra »

Can you share the apache configs being used by this machine? You should be able to upload them all as a zip file attached to your post. Feel free to PM them if there's sensitive information.
Former Nagios employee
https://www.mcapra.com/
Locked