From 02cdbb922227c359a5de84aa1caa97a9a3f9abcf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?P=C4=93teris=20Caune?=
{% blocktrans trimmed %}
Grace Time specifies how "late" a ping can
- be before you will be alerted. Set it to be a little above
+ be before you are alerted. You should set it to be a little above
the expected duration of your cron job.
{% endblocktrans %}
{% blocktrans trimmed %}
Up.
- Time since last ping has not exceeded Period.
+ The time since the last ping has not exceeded Period.
{% endblocktrans %}
@@ -256,7 +256,7 @@
{% blocktrans trimmed %}
Late.
- Time since last ping has exceeded Period,
+ The time since the last ping has exceeded Period,
but has not yet exceeded Period + Grace.
{% endblocktrans %}
@@ -268,8 +268,8 @@
{% blocktrans trimmed %}
Down.
- Time since last ping has exceeded Period + Grace.
- When check goes from "Late" to "Down", {{ site_name }}
+ The time since the last ping has exceeded Period + Grace.
+ When a check goes from "Late" to "Down", {{ site_name }}
sends you a notification.
{% endblocktrans %}
@@ -304,7 +304,7 @@
@@ -356,8 +356,8 @@
{% blocktrans trimmed %} - The badges have public, but hard-to-guess URLs. - You can use them in your READMEs, dashboards or status pages. + The badges have public but hard-to-guess URLs. + You can use them in your READMEs, dashboards, or status pages. {% endblocktrans %}
@@ -365,19 +365,19 @@
{% trans "Email" %}
-
+
Webhooks
-
+
Slack
{% trans "Chat" %}
-
+
Slack
{% trans "Chat" %}
-
+
Apprise
{% trans "Push Notifications" %}
-
+
Discord
{% trans "Chat" %}
-
+
LINE Notify
Chat
Matrix
{% trans "Chat" %}
-
+
Mattermost
{% trans "Chat" %}
-
+
Microsoft Teams
{% trans "Chat" %}
-
+
+ OpsGenie
{% trans "Incident Management" %}
-
+
PagerDuty
{% trans "Incident Management" %}
-
+
PagerDuty
{% trans "Incident Management" %}
-
+
PagerTree
{% trans "Incident Management" %}
-
+
{% trans "Phone Call" %}
-
+
Pushbullet
{% trans "Push Notifications" %}
-
+
{% trans "Shell Commands" %}
-
+
{% trans "Signal" %}
{% trans "Chat" %}
-
+
{% trans "SMS" %}
-
+
Spike.sh
{% trans "Incident Management" %}
-
+
Trello
{% trans "Project Management" %}
-
+
Splunk On-Call
{% trans "Incident Management" %}
-
+
WhatsApp
{% trans "Chat" %}
-
+
Zulip
{% trans "Chat" %}
-
+
{% blocktrans trimmed %} {{ site_name }} monitoring is a great fit for cron jobs and cron-like systems (systemd timers, Jenkins build jobs, Windows Scheduled Tasks, wp-cron, uwsgi cron-like interface, Heroku Scheduler, ...). A failed - cron job often has no immediate visible consequences, and can go + cron job often has no immediate visible consequences and can go unnoticed for a long time. {% endblocktrans %}
@@ -719,13 +719,13 @@{% blocktrans trimmed %} - {{ site_name }} monitoring can be used for lightweight server - monitoring: ensuring a particular system service, or the server as a - whole is alive and healthy. Write a shell script that checks for a + You can use {{ site_name }} for lightweight server + monitoring: ensuring a particular system service or the whole server + is alive and healthy. Write a shell script that checks for a specific condition, and pings {{ site_name }} if successful. Run the shell script regularly. {% endblocktrans %}