Skip to content

Commit

Permalink
Added rpi_exporter, updated grafana to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremehancock committed Dec 2, 2019
1 parent e9f1889 commit fe6441f
Show file tree
Hide file tree
Showing 8 changed files with 465 additions and 243 deletions.
5 changes: 5 additions & 0 deletions ansible/raspberry.yml
Expand Up @@ -2,6 +2,11 @@
hosts: all
roles:
- { role: 'node-exporter', tags: 'node-exporter' }

- name: Install RPi exporter service
hosts: all
roles:
- { role: 'rpi-exporter', tags: 'rpi-exporter' }

- name: Install Prometheus service
hosts: main-raspberry
Expand Down
6 changes: 3 additions & 3 deletions ansible/roles/grafana/defaults/main.yml
@@ -1,3 +1,3 @@
grafana_download_url: https://bintray.com/fg2it/deb-rpi-1b/download_file?file_path=main%2Fg%2Fgrafana_5.1.4_armhf.deb
grafana_filename: grafana_5.1.4_armhf.deb
grafana_install_path: /opt/grafana
grafana_download_url: https://dl.grafana.com/oss/release/grafana_6.5.1_armhf.deb
grafana_filename: grafana_6.5.1_armhf.deb
grafana_install_path: /opt/grafana

0 comments on commit fe6441f

Please sign in to comment.