File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 sop_url : " https://gitlab.cee.redhat.com/stackrox/acs-managed-service-runbooks/blob/master/sops/dp-003-rhacs-instance-unavailable.md"
7373 - alert : RHACSScannerContainerFrequentlyRestarting
7474 expr : |
75- increase (kube_pod_container_status_restarts_total{pod=~"scanner.*", container=~"scanner|db|matcher|indexer"}[30m]) > 4
75+ changes (kube_pod_container_status_restarts_total{pod=~"scanner.*", container=~"scanner|db|matcher|indexer"}[30m]) > 4
7676 labels :
7777 severity : warning
7878 annotations :
Original file line number Diff line number Diff line change 33set -eu
44
55if ! [ -x " $( command -v dashboard-lint) " ]; then
6- go install github.com/grafana/dashboard-linter@latest
6+ # using this specific commit as linter installation via go install broke
7+ # because grafana started to use replace directive in their go.mod which does not support go install anymore
8+ go install github.com/grafana/dashboard-linter@a088406
79fi
810
911! [ -x " $( command -v yq) " ] && echo ' yq not installed, the hook requires it.' && exit 1
You can’t perform that action at this time.
0 commit comments