ysde / grafana-backup-tool

A Python-based application to backup Grafana settings by using the Grafana API
MIT License
860 stars 273 forks source link

[bug] Notification policy spelling #254

Open DerekTBrown opened 9 months ago

DerekTBrown commented 9 months ago

Notification policies is misspelled, resulting in files with a misspelled name:

https://github.com/ysde/grafana-backup-tool/blob/1e14e490268209d4b2e0f9c21bbaff9d9cc764e1/grafana_backup/save_notification_policies.py#L37

https://github.com/ysde/grafana-backup-tool/blob/1e14e490268209d4b2e0f9c21bbaff9d9cc764e1/grafana_backup/save_notification_policies.py#L61

declan-fitzpatrick commented 7 months ago

Sorted in #262.

Note that restoring notification policies are not yet supported and disabled.