Sha256: 363ade666702f05f1ae7d7325afdd077f4df6de280410ee5372b8cb2e55e8a4d
Contents?: true
Size: 1.64 KB
Versions: 8
Compression:
Stored size: 1.64 KB
Contents
# # Defaults configuration file for Nagira # -------------------------------------------- # # ---------------------- # Port. Default 4567 # ---------------------- # NAGIRA_PORT= # # ---------------------- # BIND # ---------------------- # String specifying the hostname or IP address of the interface to # listen on when the :run setting is enabled. The default value – # '0.0.0.0' – causes the server to listen on all available # interfaces. To listen on the loopback interface only, use: 'localhost' # # NAGIRA_BIND=localhost # # ---------------------- # Environment # ---------------------- # Usually needs to be production # # RACK_ENV=production # # ---------------------- # Nagira user # ---------------------- # Usually nagira process should be run by same user ID as Nagios. In # many cases this is nagios user. # # NAGIRA_USER=nagios # # ---------------------- # RVM # ---------------------- # RVM_STRING="rvm use default" # # ---------------------- # Log file # ---------------------- # NAGIRA_LOG=/var/log/nagios/nagira.log # # ---------------------- # TTL for data # ---------------------- # Number of seconds between re-parses. All Nagios file are parsed no # more often than this. Default is 5 sec. Setting this to 0 or # negative number disables TTL and backgroiund prser as well. # # NAGIRA_TTL=20 # # ---------------------- # Background parsing # ---------------------- # Set this to 0, to disable background parsing. # NAGIRA_BG_PARSING=1 # # ---------------------- # Nagios configuration file # ---------------------- # Where main Nagios configuration file is located. usually this does # not need to change. # # NAGIOS_CFG_FILE=/etc/nagios/nagios.cfg
Version data entries
8 entries across 8 versions & 1 rubygems