summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--misc/conf/zabbix_agent.conf2
-rw-r--r--misc/conf/zabbix_agentd.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/conf/zabbix_agent.conf b/misc/conf/zabbix_agent.conf
index 1504753a..21837c4a 100644
--- a/misc/conf/zabbix_agent.conf
+++ b/misc/conf/zabbix_agent.conf
@@ -14,7 +14,7 @@ Timeout=3
####### USER-DEFINED MONITORED PARAMETERS #######
# Format: UserParameter=<key>,<shell command>
-# Note that shell command should return numeric value
+# Note that shell command must not return empty string or EOL only
#UserParameter=system[test],who|wc -l
### Set of parameter for monitoring MySQL server (v3.23.42 and later)
### Change -u<username> and add -p<password> if required
diff --git a/misc/conf/zabbix_agentd.conf b/misc/conf/zabbix_agentd.conf
index f2b885e5..784bed50 100644
--- a/misc/conf/zabbix_agentd.conf
+++ b/misc/conf/zabbix_agentd.conf
@@ -56,7 +56,7 @@ Timeout=3
####### USER-DEFINED MONITORED PARAMETERS #######
# Format: UserParameter=<key>,<shell command>
-# Note that shell command should return numeric value
+# Note that shell command must not return empty string or EOL only
#UserParameter=system[test],who|wc -l