Changeset 714 for noc/nagios/cgi.cfg


Ignore:
Timestamp:
Apr 6, 2008, 9:49:29 PM (16 years ago)
Author:
quentin
Message:
Update cgi.cfg for running on syn
File:
1 edited

Legend:

Unmodified
Added
Removed
  • noc/nagios/cgi.cfg

    r318 r714  
    11#################################################################
    22#
    3 # CGI.CFG - Sample CGI Configuration File for Nagios
    4 #
    5 # Last Modified: 05-05-2005
     3# CGI.CFG - CGI Configuration File for Nagios
    64#
    75#################################################################
     
    1311# data they might need.
    1412
    15 main_config_file=/etc/nagios/nagios.cfg
     13main_config_file=/etc/nagios2/nagios.cfg
    1614
    1715
     
    2220# and statuswrl CGIs.
    2321
    24 physical_html_path=/usr/share/nagios/share
     22physical_html_path=/usr/share/nagios2/htdocs
    2523
    2624
     
    3432# (without the quotes).
    3533
    36 url_html_path=/nagios
     34url_html_path=/nagios2
    3735
    3836
     
    4442#         1 = enables context-sensitive help
    4543
    46 show_context_help=0
     44show_context_help=1
    4745
    4846
     
    6361# use different command line arguments/syntaxes.
    6462
    65 nagios_check_command=/usr/lib/nagios/plugins/check_nagios /var/log/nagios/status.dat 5 '/usr/sbin/nagios'
     63nagios_check_command=/usr/lib/nagios/plugins/check_nagios /var/cache/nagios2/status.dat 5 '/usr/sbin/nagios2'
    6664
    6765
     
    9391# secure domain (i.e., behind a firewall) to see the current status
    9492# without authenticating.  You may want to use this to avoid basic
    95 # authentication if you are not using a sercure server since basic
     93# authentication if you are not using a secure server since basic
    9694# authentication transmits passwords in the clear.
    9795#
     
    114112# authorize any user who has authenticated to the web server.
    115113
    116 authorized_for_system_information=presbrey@MIT.EDU,quentin@MIT.EDU,geofft@MIT.EDU
     114authorized_for_system_information=presbrey@MIT.EDU,andersk@MIT.EDU,quentin@MIT.EDU,geofft@MIT.EDU
    117115
    118116
     
    126124# to the web server.
    127125
    128 authorized_for_configuration_information=presbrey@MIT.EDU,quentin@MIT.EDU,geofft@MIT.EDU
     126authorized_for_configuration_information=presbrey@MIT.EDU,andersk@MIT.EDU,quentin@MIT.EDU,geofft@MIT.EDU
    129127
    130128
     
    139137# authenticated to the web server.
    140138
    141 authorized_for_system_commands=presbrey@MIT.EDU,quentin@MIT.EDU,geofft@MIT.EDU
     139authorized_for_system_commands=presbrey@MIT.EDU,andersk@MIT.EDU,quentin@MIT.EDU,geofft@MIT.EDU
    142140
    143141
     
    154152authorized_for_all_services=*
    155153authorized_for_all_hosts=*
    156 #authorized_for_all_services=presbrey@MIT.EDU,jbarnold@MIT.EDU
    157 #authorized_for_all_hosts=presbrey@MIT.EDU,jbarnold@MIT.EDU
     154#authorized_for_all_services=presbrey@MIT.EDU,andersk@MIT.EDU
     155#authorized_for_all_hosts=presbrey@MIT.EDU,andersk@MIT.EDU
    158156
    159157
     
    168166# user who has authenticated to the web server.
    169167
    170 authorized_for_all_service_commands=presbrey@MIT.EDU,jbarnold@MIT.EDU,quentin@MIT.EDU,geofft@MIT.EDU
    171 authorized_for_all_host_commands=presbrey@MIT.EDU,jbarnold@MIT.EDU,quentin@MIT.EDU,geofft@MIT.EDU
     168authorized_for_all_service_commands=presbrey@MIT.EDU,andersk@MIT.EDU,quentin@MIT.EDU,geofft@MIT.EDU
     169authorized_for_all_host_commands=presbrey@MIT.EDU,andersk@MIT.EDU,quentin@MIT.EDU,geofft@MIT.EDU
    172170
    173171
Note: See TracChangeset for help on using the changeset viewer.