diff options
Diffstat (limited to '')
-rw-r--r-- | monitoring/ceph-mixin/alerts.jsonnet | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/monitoring/ceph-mixin/alerts.jsonnet b/monitoring/ceph-mixin/alerts.jsonnet new file mode 100644 index 000000000..43826eedd --- /dev/null +++ b/monitoring/ceph-mixin/alerts.jsonnet @@ -0,0 +1 @@ +std.manifestYamlDoc((import 'alerts.libsonnet').prometheusAlerts, indent_array_in_object=true, quote_keys=false) |