Goodbye Graphana (#49)

This commit is contained in:
Hyperling 2024-01-27 19:07:35 -07:00 committed by GitHub
parent 7519f23a81
commit a561bdecc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -167,7 +167,8 @@
job: "{{ item.command }}"
special_time: "{{ item.freq }}"
state: present
disabled: "{{ 'yes' if no_telem else 'no' }}"
#disabled: "{{ 'yes' if no_telem else 'no' }}"
disabled: yes # 2024-01-25, Downsizing again and will not have Graphana.
loop:
- { "name": "Telegraf Reboot Job" , "freq": "reboot", "command": "{{ telegraf_cmd }}"}
- { "name": "Telegraf Keep-Alive Job", "freq": "hourly", "command": "{{ telegraf_watcher }}"}