ansible-roles/roles/zabbix_agent/templates/block_devices.conf.j2

7 lines
222 B
Plaintext
Raw Normal View History

2021-12-01 19:13:34 +01:00
{% 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 %}