diff --git a/static/css/welcome.css b/static/css/welcome.css index 1188eb49..dee2fa56 100644 --- a/static/css/welcome.css +++ b/static/css/welcome.css @@ -83,11 +83,16 @@ margin-bottom: 80px; } -#welcome-integrations h1 { +#welcome-integrations h2 { + font-size: 24px; text-align: center; margin-bottom: 20px; } +#welcome-integrations h2 small { + font-size: 14px; +} + #welcome-integrations .integration { display: block; color: var(--text-color); @@ -109,13 +114,15 @@ height: 48px; } -#welcome-integrations h3 { +#welcome-integrations p { font-size: 18px; - margin-bottom: 0; + margin: 20px 0 0 0; + line-height: 1.1; } -#welcome-integrations h3 small { +#welcome-integrations p small { font-size: 12px; + color: #777777; } .use-cases li { diff --git a/templates/front/welcome.html b/templates/front/welcome.html index 4da4fa27..9f1e1b8f 100644 --- a/templates/front/welcome.html +++ b/templates/front/welcome.html @@ -245,7 +245,7 @@
{% 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 %}
@@ -325,7 +325,7 @@ {% blocktrans trimmed %} You can add a longer, free-form description to each check. Leave notes and pointers for yourself and - for your team. + your team. {% endblocktrans %}@@ -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 %}