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 }}