diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2022-09-15 11:46:59 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2022-09-15 11:46:59 +0200 |
commit | cce0af328a2703bdd65722d3a708abc7bd047fa6 (patch) | |
tree | 4dbef2e59003508d7b1b2edfc24f03c4f4e26c71 /ansible/host_vars | |
parent | 4b559395d6aa97925a2926bf88fd6015ad7e1b66 (diff) | |
download | infra-cce0af328a2703bdd65722d3a708abc7bd047fa6.tar.gz infra-cce0af328a2703bdd65722d3a708abc7bd047fa6.tar.bz2 infra-cce0af328a2703bdd65722d3a708abc7bd047fa6.tar.xz infra-cce0af328a2703bdd65722d3a708abc7bd047fa6.zip |
repo cleanup
Diffstat (limited to 'ansible/host_vars')
-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 |