diff --git a/static/css/style.css b/static/css/style.css index b087a50a..02317def 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -157,7 +157,7 @@ td.inactive .popover { margin-left: -77px; } -#checks-table > tbody > tr > th.th-frequency { +#checks-table > tbody > tr > th.th-period { padding-left: 15px; } @@ -209,11 +209,11 @@ tr:hover .check-menu { } -#frequency-slider { +#period-slider { margin: 20px 50px 80px 50px; } -#frequency-slider.noUi-connect { +#period-slider.noUi-connect { background: #5cb85c; } @@ -225,7 +225,7 @@ tr:hover .check-menu { background: #f0ad4e; } -#frequency-slider .noUi-value, #grace-slider .noUi-value { +#period-slider .noUi-value, #grace-slider .noUi-value { width: 60px; margin-left: -30px; } diff --git a/static/js/checks.js b/static/js/checks.js index 40c9612b..b3213c39 100644 --- a/static/js/checks.js +++ b/static/js/checks.js @@ -16,8 +16,8 @@ $(function () { return result; } - var frequencySlider = document.getElementById("frequency-slider"); - noUiSlider.create(frequencySlider, { + var periodSlider = document.getElementById("period-slider"); + noUiSlider.create(periodSlider, { start: [20], connect: "lower", range: { @@ -37,9 +37,9 @@ $(function () { } }); - frequencySlider.noUiSlider.on("update", function(a, b, value) { + periodSlider.noUiSlider.on("update", function(a, b, value) { var rounded = Math.round(value); - $("#frequency-slider-value").text(secsToText(rounded)); + $("#period-slider-value").text(secsToText(rounded)); $("#update-timeout-timeout").val(rounded); }); @@ -88,7 +88,7 @@ $(function () { var $this = $(this); $("#update-timeout-form").attr("action", $this.data("url")); - frequencySlider.noUiSlider.set($this.data("timeout")) + periodSlider.noUiSlider.set($this.data("timeout")) graceSlider.noUiSlider.set($this.data("grace")) $('#update-timeout-modal').modal({"show":true, "backdrop":"static"}); diff --git a/templates/emails/alert/body.html b/templates/emails/alert/body.html index 2821fcc5..68817735 100644 --- a/templates/emails/alert/body.html +++ b/templates/emails/alert/body.html @@ -41,7 +41,7 @@ Name URL - Frequency + Period Last Ping {% for check in checks %} diff --git a/templates/front/docs.html b/templates/front/docs.html index 362c4d14..20523d6c 100644 --- a/templates/front/docs.html +++ b/templates/front/docs.html @@ -40,7 +40,7 @@ curl {{ ping_endpoint }}{uuid-goes-here}

When Alerts Are Sent

- Each check has a configurable Frequency parameter, with the default value of one day. + Each check has a configurable Period parameter, with the default value of one day. For periodic tasks, this is the expected time gap between two runs.

@@ -68,7 +68,7 @@ curl {{ ping_endpoint }}{uuid-goes-here} Up. - Time since last ping has not exceeded Frequency. + Time since last ping has not exceeded Period. @@ -77,8 +77,8 @@ curl {{ ping_endpoint }}{uuid-goes-here} Late. - Time since last ping has exceeded Frequency, - but has not yet exceeded Frequency + Grace. + Time since last ping has exceeded Period, + but has not yet exceeded Period + Grace. @@ -87,7 +87,7 @@ curl {{ ping_endpoint }}{uuid-goes-here} Down. - Time since last ping has exceeded Frequency + Grace. + Time since last ping has exceeded Period + Grace. When check goes from "Late" to "Down", healthchecks.io sends you an email alert. diff --git a/templates/front/my_checks.html b/templates/front/my_checks.html index 54c7bf7e..9fd1f95b 100644 --- a/templates/front/my_checks.html +++ b/templates/front/my_checks.html @@ -14,8 +14,8 @@ Name URL - - Frequency
+ + Period
Grace Last Ping @@ -147,15 +147,15 @@ class="update-timeout-label" data-toggle="tooltip" title="Expected time between pings."> - Frequency + Period 1 day -

+

- Frequency + Period Expected time between pings.

diff --git a/templates/front/welcome.html b/templates/front/welcome.html index 667f76ea..b25a8666 100644 --- a/templates/front/welcome.html +++ b/templates/front/welcome.html @@ -6,7 +6,7 @@

-

Get Notified When Your Cron Jobs Fail

+

Cron Monitoring. Get Notified When Your Cron Jobs Fail

@@ -71,7 +71,7 @@ - + @@ -82,11 +82,9 @@ Never {% endif %} -
Last pingFrequencyPeriod Alert in
1 day - + + 1 day + (log in to change) {{ timer_formatted }}