diff --git a/config/instanceDown_rules.yml b/config/instanceDown_rules.yml deleted file mode 100644 index 72b1f5aa3..000000000 --- a/config/instanceDown_rules.yml +++ /dev/null @@ -1,11 +0,0 @@ -groups: - - name: instance_down - rules: - - alert: InstanceDown - expr: up == 0 - for: 1m - labels: - severity: critical - annotations: - summary: "Instance {{ $labels.instance }} down" - description: "{{ $labels.instance }} of job {{ $labels.job }} has been down for more than 1 minutes." \ No newline at end of file