Saltstack Official Linux Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 line
560B

  1. {%- from "linux/map.jinja" import monitoring with context %}
  2. dashboard:
  3. linux_prometheus:
  4. datasource: prometheus
  5. format: json
  6. template: linux/files/grafana_dashboards/system_prometheus.json
  7. linux_influxdb:
  8. datasource: influxdb
  9. format: json
  10. template: linux/files/grafana_dashboards/system_influxdb.json
  11. {%- if monitoring.bond_status.interfaces is defined and monitoring.bond_status.interfaces %}
  12. linux_bond:
  13. datasource: prometheus
  14. format: json
  15. template: linux/files/grafana_dashboards/bond_prometheus.json
  16. {%- endif %}