nrpe.cfg.in 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. #############################################################################
  2. # Sample NRPE Config File
  3. # Written by: Ethan Galstad (nagios@nagios.org)
  4. #
  5. # Last Modified: 11-23-2007
  6. #
  7. # NOTES:
  8. # This is a sample configuration file for the NRPE daemon. It needs to be
  9. # located on the remote host that is running the NRPE daemon, not the host
  10. # from which the check_nrpe client is being executed.
  11. #############################################################################
  12. # LOG FACILITY
  13. # The syslog facility that should be used for logging purposes.
  14. log_facility=@log_facility@
  15. # PID FILE
  16. # The name of the file in which the NRPE daemon should write it's process ID
  17. # number. The file is only written if the NRPE daemon is started by the root
  18. # user and is running in standalone mode.
  19. pid_file=@piddir@/nrpe.pid
  20. # PORT NUMBER
  21. # Port number we should wait for connections on.
  22. # NOTE: This must be a non-priviledged port (i.e. > 1024).
  23. # NOTE: This option is ignored if NRPE is running under either inetd or xinetd
  24. server_port=@nrpe_port@
  25. # SERVER ADDRESS
  26. # Address that nrpe should bind to in case there are more than one interface
  27. # and you do not want nrpe to bind on all interfaces.
  28. # NOTE: This option is ignored if NRPE is running under either inetd or xinetd
  29. #server_address=127.0.0.1
  30. # LISTEN QUEUE SIZE
  31. # Listen queue size (backlog) for serving incoming connections.
  32. # You may want to increase this value under high load.
  33. #listen_queue_size=5
  34. # NRPE USER
  35. # This determines the effective user that the NRPE daemon should run as.
  36. # You can either supply a username or a UID.
  37. #
  38. # NOTE: This option is ignored if NRPE is running under either inetd or xinetd
  39. nrpe_user=@nrpe_user@
  40. # NRPE GROUP
  41. # This determines the effective group that the NRPE daemon should run as.
  42. # You can either supply a group name or a GID.
  43. #
  44. # NOTE: This option is ignored if NRPE is running under either inetd or xinetd
  45. nrpe_group=@nrpe_group@
  46. # ALLOWED HOST ADDRESSES
  47. # This is an optional comma-delimited list of IP address or hostnames
  48. # that are allowed to talk to the NRPE daemon. Network addresses with a bit mask
  49. # (i.e. 192.168.1.0/24) are also supported. Hostname wildcards are not currently
  50. # supported.
  51. #
  52. # Note: The daemon only does rudimentary checking of the client's IP
  53. # address. I would highly recommend adding entries in your /etc/hosts.allow
  54. # file to allow only the specified host to connect to the port
  55. # you are running this daemon on.
  56. #
  57. # NOTE: This option is ignored if NRPE is running under either inetd or xinetd
  58. allowed_hosts=127.0.0.1
  59. # COMMAND ARGUMENT PROCESSING
  60. # This option determines whether or not the NRPE daemon will allow clients
  61. # to specify arguments to commands that are executed. This option only works
  62. # if the daemon was configured with the --enable-command-args configure script
  63. # option.
  64. #
  65. # *** ENABLING THIS OPTION IS A SECURITY RISK! ***
  66. # Read the SECURITY file for information on some of the security implications
  67. # of enabling this variable.
  68. #
  69. # Values: 0=do not allow arguments, 1=allow command arguments
  70. dont_blame_nrpe=0
  71. # BASH COMMAND SUBTITUTION
  72. # This option determines whether or not the NRPE daemon will allow clients
  73. # to specify arguments that contain bash command substitutions of the form
  74. # $(...). This option only works if the daemon was configured with both
  75. # the --enable-command-args and --enable-bash-command-substitution configure
  76. # script options.
  77. #
  78. # *** ENABLING THIS OPTION IS A HIGH SECURITY RISK! ***
  79. # Read the SECURITY file for information on some of the security implications
  80. # of enabling this variable.
  81. #
  82. # Values: 0=do not allow bash command substitutions,
  83. # 1=allow bash command substitutions
  84. allow_bash_command_substitution=0
  85. # COMMAND PREFIX
  86. # This option allows you to prefix all commands with a user-defined string.
  87. # A space is automatically added between the specified prefix string and the
  88. # command line from the command definition.
  89. #
  90. # *** THIS EXAMPLE MAY POSE A POTENTIAL SECURITY RISK, SO USE WITH CAUTION! ***
  91. # Usage scenario:
  92. # Execute restricted commmands using sudo. For this to work, you need to add
  93. # the nagios user to your /etc/sudoers. An example entry for alllowing
  94. # execution of the plugins from might be:
  95. #
  96. # nagios ALL=(ALL) NOPASSWD: /usr/lib/nagios/plugins/
  97. #
  98. # This lets the nagios user run all commands in that directory (and only them)
  99. # without asking for a password. If you do this, make sure you don't give
  100. # random users write access to that directory or its contents!
  101. # command_prefix=/usr/bin/sudo
  102. # DEBUGGING OPTION
  103. # This option determines whether or not debugging messages are logged to the
  104. # syslog facility.
  105. # Values: 0=debugging off, 1=debugging on
  106. debug=0
  107. # COMMAND TIMEOUT
  108. # This specifies the maximum number of seconds that the NRPE daemon will
  109. # allow plugins to finish executing before killing them off.
  110. command_timeout=60
  111. # CONNECTION TIMEOUT
  112. # This specifies the maximum number of seconds that the NRPE daemon will
  113. # wait for a connection to be established before exiting. This is sometimes
  114. # seen where a network problem stops the SSL being established even though
  115. # all network sessions are connected. This causes the nrpe daemons to
  116. # accumulate, eating system resources. Do not set this too low.
  117. connection_timeout=300
  118. # WEEK RANDOM SEED OPTION
  119. # This directive allows you to use SSL even if your system does not have
  120. # a /dev/random or /dev/urandom (on purpose or because the necessary patches
  121. # were not applied). The random number generator will be seeded from a file
  122. # which is either a file pointed to by the environment valiable $RANDFILE
  123. # or $HOME/.rnd. If neither exists, the pseudo random number generator will
  124. # be initialized and a warning will be issued.
  125. # Values: 0=only seed from /dev/[u]random, 1=also seed from weak randomness
  126. #allow_weak_random_seed=1
  127. # INCLUDE CONFIG FILE
  128. # This directive allows you to include definitions from an external config file.
  129. #include=<somefile.cfg>
  130. # INCLUDE CONFIG DIRECTORY
  131. # This directive allows you to include definitions from config files (with a
  132. # .cfg extension) in one or more directories (with recursion).
  133. #include_dir=<somedirectory>
  134. #include_dir=<someotherdirectory>
  135. # COMMAND DEFINITIONS
  136. # Command definitions that this daemon will run. Definitions
  137. # are in the following format:
  138. #
  139. # command[<command_name>]=<command_line>
  140. #
  141. # When the daemon receives a request to return the results of <command_name>
  142. # it will execute the command specified by the <command_line> argument.
  143. #
  144. # Unlike Nagios, the command line cannot contain macros - it must be
  145. # typed exactly as it should be executed.
  146. #
  147. # Note: Any plugins that are used in the command lines must reside
  148. # on the machine that this daemon is running on! The examples below
  149. # assume that you have plugins installed in a /usr/local/nagios/libexec
  150. # directory. Also note that you will have to modify the definitions below
  151. # to match the argument format the plugins expect. Remember, these are
  152. # examples only!
  153. # The following examples use hardcoded command arguments...
  154. command[check_users]=@pluginsdir@/check_users -w 5 -c 10
  155. command[check_load]=@pluginsdir@/check_load -w 15,10,5 -c 30,25,20
  156. command[check_hda1]=@pluginsdir@/check_disk -w 20% -c 10% -p /dev/hda1
  157. command[check_zombie_procs]=@pluginsdir@/check_procs -w 5 -c 10 -s Z
  158. command[check_total_procs]=@pluginsdir@/check_procs -w 150 -c 200
  159. # The following examples allow user-supplied arguments and can
  160. # only be used if the NRPE daemon was compiled with support for
  161. # command arguments *AND* the dont_blame_nrpe directive in this
  162. # config file is set to '1'. This poses a potential security risk, so
  163. # make sure you read the SECURITY file before doing this.
  164. #command[check_users]=@pluginsdir@/check_users -w $ARG1$ -c $ARG2$
  165. #command[check_load]=@pluginsdir@/check_load -w $ARG1$ -c $ARG2$
  166. #command[check_disk]=@pluginsdir@/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$
  167. #command[check_procs]=@pluginsdir@/check_procs -w $ARG1$ -c $ARG2$ -s $ARG3$