diff options
Diffstat (limited to 'ansible/host_vars/hash')
-rw-r--r-- | ansible/host_vars/hash/ops-agent.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ansible/host_vars/hash/ops-agent.yml b/ansible/host_vars/hash/ops-agent.yml new file mode 100644 index 0000000..96faa11 --- /dev/null +++ b/ansible/host_vars/hash/ops-agent.yml @@ -0,0 +1,11 @@ +telegraf_extra_mount_points: + - /dev/disk + - /dev/sda + - /dev/sdb + +telegraf_sensors_enable: yes +telegraf_smart_enable: yes +# ls -1 /dev/disk/by-id/|grep ^ata|grep -v -- -part +telegraf_smart_devices: + - ata-HGST_HUS724020ALA640_PN1138P2GJ65ZH + - ata-HGST_HUS724020ALA640_PN1138P2GJAXRH |