This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
additionalPrometheusRulesMap: | |
infra: | |
groups: | |
- name: infra | |
rules: | |
- alert: InstanceDown | |
expr: up == 0 | |
for: 5m | |
labels: | |
severity: critical |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# inet6 ... prefixlen 64 deprecated autoconf pltime 0 vltime 1984906 | |
# inet6 ... prefixlen 64 autoconf pltime 174916 vltime 2162116 | |
# special code to allow hup | |
COMMAND=ifconfig | |
LOGFILE=/var/log/erpel_cleanup.log | |
WAIT_SECONDS=0 | |
while getopts i:dnw arg |