Saltstack Official Linux Formula
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

17 lines
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 %}