Changeset 1002 for lvs/debian/config


Ignore:
Timestamp:
Mar 5, 2009, 8:53:27 PM (15 years ago)
Author:
quentin
Message:
Upgrade to Lenny's nrpe
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lvs/debian/config/etc/nagios/nrpe.cfg

    r713 r1002  
    33# Written by: Ethan Galstad (nagios@nagios.org)
    44#
    5 # Last Modified: 03-05-2003
     5# Last Modified: 11-23-2007
    66#
    77# NOTES:
     
    1212
    1313
     14# LOG FACILITY
     15# The syslog facility that should be used for logging purposes.
     16
     17log_facility=daemon
     18
     19
     20
     21# PID FILE
     22# The name of the file in which the NRPE daemon should write it's process ID
     23# number.  The file is only written if the NRPE daemon is started by the root
     24# user and is running in standalone mode.
     25
     26pid_file=/var/run/nrpe.pid
     27
     28
    1429
    1530# PORT NUMBER
     
    96111
    97112command_timeout=60
     113
     114
     115
     116# CONNECTION TIMEOUT
     117# This specifies the maximum number of seconds that the NRPE daemon will
     118# wait for a connection to be established before exiting. This is sometimes
     119# seen where a network problem stops the SSL being established even though
     120# all network sessions are connected. This causes the nrpe daemons to
     121# accumulate, eating system resources. Do not set this too low.
     122
     123connection_timeout=300
     124
     125
     126
     127# WEEK RANDOM SEED OPTION
     128# This directive allows you to use SSL even if your system does not have
     129# a /dev/random or /dev/urandom (on purpose or because the necessary patches
     130# were not applied). The random number generator will be seeded from a file
     131# which is either a file pointed to by the environment valiable $RANDFILE
     132# or $HOME/.rnd. If neither exists, the pseudo random number generator will
     133# be initialized and a warning will be issued.
     134# Values: 0=only seed from /dev/[u]random, 1=also seed from weak randomness
     135
     136#allow_weak_random_seed=1
    98137
    99138
     
    160199command[check_procs_z]=/usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -z $ARG3$
    161200
    162 
     201#command[check_users]=/usr/lib/nagios/plugins/check_users -w $ARG1$ -c $ARG2$
     202#command[check_load]=/usr/lib/nagios/plugins/check_load -w $ARG1$ -c $ARG2$
     203#command[check_disk]=/usr/lib/nagios/plugins/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$
     204#command[check_procs]=/usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -s $ARG3$
     205
     206#
     207# local configuration:
     208#       if you'd prefer, you can instead place directives here
    163209include=/etc/nagios/nrpe_local.cfg
     210
     211#
     212# you can place your config snipplets into nrpe.d/
     213include_dir=/etc/nagios/nrpe.d/
     214
     215
Note: See TracChangeset for help on using the changeset viewer.