From 7bfe0e183ffd9a1f04921f476c0118a523414579 Mon Sep 17 00:00:00 2001 From: Dennis Eisold <de@itstall.de> Date: Fri, 15 Dec 2017 21:09:13 +0000 Subject: [PATCH] Update Readme.md --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index e6e27ab..90b7031 100644 --- a/Readme.md +++ b/Readme.md @@ -17,4 +17,6 @@ sed -i 's/ServerActive=127.0.0.1/ServerActive=zabbix.itstall.de/g' /etc/zabbix/z sed -i 's/Hostname=Zabbix server/Hostname=DEIN_GATEWAY_NAME/g' /etc/zabbix/zabbix_agentd.conf -sed -i 's/Include=/etc/zabbix/zabbix_agentd.conf.d//Include=/etc/zabbix/zabbix_agentd.conf.d/*.conf/g' /etc/zabbix/zabbix_agentd.conf \ No newline at end of file +sed -i 's/Include=\/etc\/zabbix\/zabbix_agentd.conf.d\//Include=\/etc\/zabbix\/zabbix_agentd.conf.d\/*.conf/g' /etc/zabbix/zabbix_agentd.conf + +service zabbix-agent restart \ No newline at end of file -- GitLab