mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 23:53:18 +02:00
7 lines
222 B
Plaintext
7 lines
222 B
Plaintext
![]() |
{% 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 %}
|