Alignak-monitoring-contrib / alignak-backend

Backend for alignak (REST API for configuration, retention, livestate, logs) based on Python Eve
GNU Affero General Public License v3.0
11 stars 4 forks source link

Grafana panels refresh #408

Open mohierf opened 6 years ago

mohierf commented 6 years ago

It is interesting to include this command in the server crontab to make sure that the Grafana dashboards/panels created by the backend are up-to-date ... because currently, some panels are not automatically added by the backend!

curl "http://127.0.0.1:5000/cron_grafana?forcegenerate=1"
ddurieux commented 6 years ago

What the link with grafana?