瀏覽代碼

invalid nasty_metachars example (#240)

Update nrpe.cfg.in - change default nasty_metachars 

remove " from nasty_metachars example; the format is varname=value; so by default " are considered as nasty chars.
Peekjef72 3 年之前
父節點
當前提交
04c2628037
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sample-config/nrpe.cfg.in

+ 1 - 1
sample-config/nrpe.cfg.in

@@ -268,7 +268,7 @@ connection_timeout=300
 # This option allows you to override the list of characters that cannot
 # be passed to the NRPE daemon.
 
-# nasty_metachars="|`&><'\\[]{};\r\n"
+# nasty_metachars=|`&><'\\[]{};\r\n
 
 # This option allows you to enable or disable logging error messages to the syslog facilities.
 # If this option is not set, the error messages will be logged.