From 66065be0e68fdb1e20cef3f142e90efb1a1f5952 Mon Sep 17 00:00:00 2001 From: osmiy Date: Fri, 24 Mar 2006 16:34:39 +0000 Subject: - added "EnableRemoteCommands" option in to configuration file (Eugene) - BY DEFAULT REMOTE COMMANDS DISABLED git-svn-id: svn://svn.zabbix.com/trunk@2710 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- misc/conf/zabbix_agentd.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'misc') diff --git a/misc/conf/zabbix_agentd.conf b/misc/conf/zabbix_agentd.conf index 152e07b9..86ca1e80 100644 --- a/misc/conf/zabbix_agentd.conf +++ b/misc/conf/zabbix_agentd.conf @@ -41,6 +41,10 @@ StartAgents=5 #DisableActive=1 +# Enable remote commands for ZABBIX agent. By default remote commands disabled. + +#EnableRemoteCommands=1 + # Specifies debug level # 0 - debug is not created # 1 - critical information -- cgit