Compare commits
No commits in common. "3791223643d73764681d2c3ebadb6efa68ce9b6e" and "12604155cde75aa859b0dc186e042c44a90e2771" have entirely different histories.
3791223643
...
12604155cd
3 changed files with 2 additions and 3 deletions
|
@ -2,4 +2,4 @@
|
|||
|
||||
# Managed by Ansible
|
||||
|
||||
TERM=xterm-256color ssh -t bank@bank.bitlair.nl
|
||||
TERM=xterm-256color ssh bank@bank.bitlair.nl
|
||||
|
|
|
@ -5,7 +5,7 @@ prometheus_storage_retention: 730d
|
|||
blackbox_exporter_web_listen_address: "[::1]:9115"
|
||||
grafana_url: "https://{{ monitoring_domain }}"
|
||||
grafana_domain: "{{ monitoring_domain }}"
|
||||
grafana_address: "[::1]"
|
||||
grafana_address: "::1"
|
||||
grafana_port: 9000
|
||||
grafana_admin_password: "{{ lookup('password', '/tmp/monitoring_grafana_password length=32') }}"
|
||||
grafana_data_dir: /var/lib/grafana
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
connection public-bridge
|
||||
address {{ mqtt_public_host }}
|
||||
|
||||
topic bitlair/alarm out
|
||||
topic bitlair/climate/# out
|
||||
topic bitlair/collectd/bitlair-5406/snmp/# out
|
||||
topic bitlair/doorduino/lockstate out
|
||||
|
|
Loading…
Add table
Reference in a new issue