diff options
| author | Paul Buetow <paul@buetow.org> | 2023-04-22 22:29:35 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-04-22 22:29:35 +0300 |
| commit | 0cf8c8d99485ab06b09e7ddf92a0dc2cd4da97d5 (patch) | |
| tree | fac516437f15ee9ffa2f9fb51455500322da2715 /README.md | |
| parent | 64daf1a2849d8ed239912a6d0f46e95bee194713 (diff) | |
print out when there were no status changes or there are no unhandled alerts"
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -15,13 +15,13 @@ This is the recent Gogios report! # Alerts with status changed: -OK->CRITICAL: Check ICMP4 vulcan.buetow.org ==>> Check command timed out -OK->CRITICAL: Check ICMP6 vulcan.buetow.org ==>> Check command timed out +OK->CRITICAL: Check ICMP4 vulcan.buetow.org: Check command timed out +OK->CRITICAL: Check ICMP6 vulcan.buetow.org: Check command timed out # Unhandled alerts: -CRITICAL: Check ICMP4 vulcan.buetow.org ==>> Check command timed out -CRITICAL: Check ICMP6 vulcan.buetow.org ==>> Check command timed out +CRITICAL: Check ICMP4 vulcan.buetow.org: Check command timed out +CRITICAL: Check ICMP6 vulcan.buetow.org: Check command timed out Have a nice day! ``` |
