diff options
Diffstat (limited to '')
-rw-r--r-- | monitoring/ceph-mixin/alerts.libsonnet | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/monitoring/ceph-mixin/alerts.libsonnet b/monitoring/ceph-mixin/alerts.libsonnet new file mode 100644 index 000000000..c2d39e2d3 --- /dev/null +++ b/monitoring/ceph-mixin/alerts.libsonnet @@ -0,0 +1,4 @@ +{ + prometheusAlerts+:: (import 'prometheus_alerts.libsonnet') + + { _config:: $._config }, +} |