From 51e51733a71e76cef6eec5c07f39a037ad2503f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Tue, 25 Feb 2020 17:38:05 +0100 Subject: [PATCH] Update smart plugin configuration file --- templates/etc/xymon/clientlaunch.d/smart.cfg.j2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/etc/xymon/clientlaunch.d/smart.cfg.j2 b/templates/etc/xymon/clientlaunch.d/smart.cfg.j2 index 465043b..0172fa7 100644 --- a/templates/etc/xymon/clientlaunch.d/smart.cfg.j2 +++ b/templates/etc/xymon/clientlaunch.d/smart.cfg.j2 @@ -1,6 +1,8 @@ [smart] + # {{ ansible_managed }} + ## From ipr-cnrs.xymon role {{ '#DISABLED' if xymon_cli__plug_smart_state else 'DISABLED' }} ENVFILE /etc/xymon/xymonclient.cfg - CMD /usr/bin/sudo -E -u root $XYMONCLIENTHOME/ext/smart + CMD /usr/bin/sudo -E -u root {{ xymon_cli__plug_smart_script_path }} LOGFILE /var/log/xymon/smart.log INTERVAL {{ xymon_cli__plug_smart_interval }}