Manage Grafana v2.0 data sources
New in version 2016.3.0.
grafana: grafana_timeout: 3 grafana_token: qwertyuiop grafana_url: 'https://url.com'
Ensure influxdb data source is present:
grafana_datasource.present:
- name: influxdb
- type: influxdb
- url: http://localhost:8086
- access: proxy
- basic_auth: true
- basic_auth_user: myuser
- basic_auth_password: mypass
- is_default: true Ensure that a data source is present.
Ensure that a data source is present.
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/states/all/salt.states.grafana_datasource.html