summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorEric Bakken <44713028+nekkabcire@users.noreply.github.com>2018-11-07 16:27:01 -0600
committerCosta Tsaousis <costa@tsaousis.gr>2018-11-08 00:27:01 +0200
commitf206dbbb2a50ba0b9d2c0ae884e80546301b4144 (patch)
tree2c012cbdcf12881eacf974f38b556e380ad5a8dd /web
parent133b989ae667e31c79604ce50771b264735a6a04 (diff)
Fix badges link that leads to 404. (#4569)
Diffstat (limited to 'web')
-rw-r--r--web/gui/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/gui/index.html b/web/gui/index.html
index 0a01b1df92..0588aec548 100644
--- a/web/gui/index.html
+++ b/web/gui/index.html
@@ -2184,7 +2184,7 @@
function alarmsUpdateModal() {
var active = '<h3>Raised Alarms</h3><table class="table">';
var all = '<h3>All Running Alarms</h3><div class="panel-group" id="alarms_all_accordion" role="tablist" aria-multiselectable="true">';
- var footer = '<hr/><a href="https://github.com/netdata/netdata/wiki/Generating-Badges" target="_blank">netdata badges</a> refresh automatically. Their color indicates the state of the alarm: <span style="color: #e05d44"><b>&nbsp;red&nbsp;</b></span> is critical, <span style="color:#fe7d37"><b>&nbsp;orange&nbsp;</b></span> is warning, <span style="color: #4c1"><b>&nbsp;bright green&nbsp;</b></span> is ok, <span style="color: #9f9f9f"><b>&nbsp;light grey&nbsp;</b></span> is undefined (i.e. no data or no status), <span style="color: #000"><b>&nbsp;black&nbsp;</b></span> is not initialized. You can copy and paste their URLs to embed them in any web page.<br/>netdata can send notifications for these alarms. Check <a href="https://github.com/netdata/netdata/blob/master/conf.d/health_alarm_notify.conf">this configuration file</a> for more information.';
+ var footer = '<hr/><a href="https://github.com/netdata/netdata/wiki/Generating-Badges" target="_blank">netdata badges</a> refresh automatically. Their color indicates the state of the alarm: <span style="color: #e05d44"><b>&nbsp;red&nbsp;</b></span> is critical, <span style="color:#fe7d37"><b>&nbsp;orange&nbsp;</b></span> is warning, <span style="color: #4c1"><b>&nbsp;bright green&nbsp;</b></span> is ok, <span style="color: #9f9f9f"><b>&nbsp;light grey&nbsp;</b></span> is undefined (i.e. no data or no status), <span style="color: #000"><b>&nbsp;black&nbsp;</b></span> is not initialized. You can copy and paste their URLs to embed them in any web page.<br/>netdata can send notifications for these alarms. Check <a href="https://github.com/netdata/netdata/blob/master/health/notifications/health_alarm_notify.conf">this configuration file</a> for more information.';
loadClipboard(function() {});