nrpe.cfg.in 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. #############################################################################
  2. # Sample NRPE Config File
  3. # Written by: Ethan Galstad (nagios@nagios.org)
  4. #
  5. # Last Modified: 2016-05-10
  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. # SSL/TLS OPTIONS
  128. # These directives allow you to specify how to use SSL/TLS.
  129. # SSL VERSION
  130. # This can be any of: SSLv2 (only use SSLv2), SSLv2+ (use any version),
  131. # SSLv3 (only use SSLv3), SSLv3+ (use SSLv3 or above), TLSv1 (only use
  132. # TLSv1), TLSv1+ (use TLSv1 or above), TLSv1.1 (only use TLSv1.1),
  133. # TLSv1.1+ (use TLSv1.1 or above), TLSv1.2 (only use TLSv1.2),
  134. # TLSv1.2+ (use TLSv1.2 or above)
  135. # If an "or above" version is used, the best will be negotiated. So if both
  136. # ends are able to do TLSv1.2 and use specify SSLv2, you will get TLSv1.2.
  137. #ssl_version=SSLv2+
  138. # SSL USE ADH
  139. # This is for backward compatibility and is DEPRECATED. Set to 1 to enable
  140. # ADH or 2 to require ADH. 1 is currently the default but will be changed
  141. # in a later version.
  142. #ssl_use_adh=1
  143. # SSL CIPHER LIST
  144. # This lists which ciphers can be used. For backward compatibility, this
  145. # defaults to 'ssl_cipher_list=ALL:!MD5:@STRENGTH' in this version but
  146. # will be changed to something like the example below in a later version of NRPE.
  147. #ssl_cipher_list=ALL:!MD5:@STRENGTH
  148. #ssl_cipher_list=ALL:!aNULL:!eNULL:!SSLv2:!LOW:!EXP:!RC4:!MD5:@STRENGTH
  149. # SSL Certificate and Private Key Files
  150. #ssl_cacert_file=/etc/ssl/servercerts/ca-cert.pem
  151. #ssl_cert_file=/etc/ssl/servercerts/nagios-cert.pem
  152. #ssl_privatekey_file=/etc/ssl/servercerts/nagios-key.pem
  153. # SSL USE CLIENT CERTS
  154. # This options determines client certificate usage.
  155. # Values: 0 = Don't ask for or require client certificates
  156. # 1 = Ask for client certificates
  157. # 2 = Require client certificates
  158. #ssl_client_certs=0
  159. # SSL LOGGING
  160. # This option determines which SSL messages are send to syslog. OR values
  161. # together to specify multiple options.
  162. # Values: 0x00 (0) = No additional logging (default)
  163. # 0x01 (1) = Log startup SSL/TLS parameters
  164. # 0x02 (2) = Log remote IP address
  165. # 0x04 (4) = Log SSL/TLS version of connections
  166. # 0x08 (8) = Log which cipher is being used for the connection
  167. # 0x10 (26) = Log if client has a certificate
  168. # 0x20 (32) = Log details of client's certificate if it has one
  169. # -1 or 0xff or 0x2f = All of the above
  170. #ssl_logging=0x00
  171. # INCLUDE CONFIG FILE
  172. # This directive allows you to include definitions from an external config file.
  173. #include=<somefile.cfg>
  174. # INCLUDE CONFIG DIRECTORY
  175. # This directive allows you to include definitions from config files (with a
  176. # .cfg extension) in one or more directories (with recursion).
  177. #include_dir=<somedirectory>
  178. #include_dir=<someotherdirectory>
  179. # COMMAND DEFINITIONS
  180. # Command definitions that this daemon will run. Definitions
  181. # are in the following format:
  182. #
  183. # command[<command_name>]=<command_line>
  184. #
  185. # When the daemon receives a request to return the results of <command_name>
  186. # it will execute the command specified by the <command_line> argument.
  187. #
  188. # Unlike Nagios, the command line cannot contain macros - it must be
  189. # typed exactly as it should be executed.
  190. #
  191. # Note: Any plugins that are used in the command lines must reside
  192. # on the machine that this daemon is running on! The examples below
  193. # assume that you have plugins installed in a /usr/local/nagios/libexec
  194. # directory. Also note that you will have to modify the definitions below
  195. # to match the argument format the plugins expect. Remember, these are
  196. # examples only!
  197. # The following examples use hardcoded command arguments...
  198. command[check_users]=@pluginsdir@/check_users -w 5 -c 10
  199. command[check_load]=@pluginsdir@/check_load -w 15,10,5 -c 30,25,20
  200. command[check_hda1]=@pluginsdir@/check_disk -w 20% -c 10% -p /dev/hda1
  201. command[check_zombie_procs]=@pluginsdir@/check_procs -w 5 -c 10 -s Z
  202. command[check_total_procs]=@pluginsdir@/check_procs -w 150 -c 200
  203. # The following examples allow user-supplied arguments and can
  204. # only be used if the NRPE daemon was compiled with support for
  205. # command arguments *AND* the dont_blame_nrpe directive in this
  206. # config file is set to '1'. This poses a potential security risk, so
  207. # make sure you read the SECURITY file before doing this.
  208. #command[check_users]=@pluginsdir@/check_users -w $ARG1$ -c $ARG2$
  209. #command[check_load]=@pluginsdir@/check_load -w $ARG1$ -c $ARG2$
  210. #command[check_disk]=@pluginsdir@/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$
  211. #command[check_procs]=@pluginsdir@/check_procs -w $ARG1$ -c $ARG2$ -s $ARG3$