ansible.xymon/templates/etc/xymon/clientlaunch.d/smart.cfg.j2

9 lines
315 B
Plaintext
Raw Permalink Normal View History

2020-02-18 14:24:31 +01:00
[smart]
2020-02-25 17:38:05 +01:00
# {{ ansible_managed }}
## From ipr-cnrs.xymon role
2020-02-18 14:24:31 +01:00
{{ '#DISABLED' if xymon_cli__plug_smart_state else 'DISABLED' }}
ENVFILE /etc/xymon/xymonclient.cfg
2020-02-25 17:38:05 +01:00
CMD /usr/bin/sudo -E -u root {{ xymon_cli__plug_smart_script_path }}
2020-02-18 14:24:31 +01:00
LOGFILE /var/log/xymon/smart.log
INTERVAL {{ xymon_cli__plug_smart_interval }}