summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-04-22 22:29:35 +0300
committerPaul Buetow <paul@buetow.org>2023-04-22 22:29:35 +0300
commit0cf8c8d99485ab06b09e7ddf92a0dc2cd4da97d5 (patch)
treefac516437f15ee9ffa2f9fb51455500322da2715 /README.md
parent64daf1a2849d8ed239912a6d0f46e95bee194713 (diff)
print out when there were no status changes or there are no unhandled alerts"
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index ce4a735..529039d 100644
--- a/README.md
+++ b/README.md
@@ -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!
```