ansible-roles/roles/zabbix_agent/templates/block_devices.conf.j2
2021-12-01 19:13:34 +01:00

7 lines
222 B
Django/Jinja

{% if zabbix_dev_disco.rc == 0 %}
# Discover block devices
UserParameter=vfs.dev.discovery,/var/lib/zabbix/bin/disco_block_devices
{% else %}
# vfs.dev.discovery is natively supported, not UserParameter needed
{% endif %}