Parcourir la source

Revert "Add monitoring for cron job"

As we resign to develop full-stack solution to monitor cron jobs

This reverts commit 697ce4bf04.

Change-Id: Icab6008011141bb658c836897a05018dd6ce2984
pull/160/merge
mkobus il y a 6 ans
Parent
révision
f546f9582f
1 fichiers modifiés avec 0 ajouts et 9 suppressions
  1. +0
    -9
      linux/meta/prometheus.yml

+ 0
- 9
linux/meta/prometheus.yml Voir le fichier

@@ -188,15 +188,6 @@ server:
annotations:
summary: "Cron process is down"
description: "The cron process on the {{ $labels.host }} node is down."
CronJobFailure:
if: >-
min(cron_job_status) by (name, host) == 0
labels:
severity: major
service: system
annotations:
summary: "Cron job failure"
description: "The {{ $labels.name }} cron job on the {{ $labels.host }} node failed."
SshdProcessDown:
if: >-
procstat_running{process_name="sshd"} == 0

Chargement…
Annuler
Enregistrer