9 lines
315 B
Django/Jinja
9 lines
315 B
Django/Jinja
[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 {{ xymon_cli__plug_smart_script_path }}
|
|
LOGFILE /var/log/xymon/smart.log
|
|
INTERVAL {{ xymon_cli__plug_smart_interval }}
|