summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-11-08 00:32:49 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-11-08 00:32:49 +0200
commitda9dafe79e5804f50012ffee6b3c8eba35667336 (patch)
tree5da8b998a47c2540e805f71ec201c4ae568194c0 /web
parent563e91e17c7387ab0cfa2acb9f194a13cc782452 (diff)
removed dead link to haveged; fixes #1219
Diffstat (limited to 'web')
-rw-r--r--web/dashboard_info.js2
-rw-r--r--web/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/dashboard_info.js b/web/dashboard_info.js
index a67b700ff1..2aaef7936e 100644
--- a/web/dashboard_info.js
+++ b/web/dashboard_info.js
@@ -309,7 +309,7 @@ netdataDashboard.context = {
'system.entropy': {
colors: '#CC22AA',
- info: '<a href="https://en.wikipedia.org/wiki/Entropy_(computing)" target="_blank">Entropy</a>, read from <code>/proc/sys/kernel/random/entropy_avail</code>, is like a pool of random numbers (<a href="https://en.wikipedia.org/wiki//dev/random" target="_blank">/dev/random</a>) that are mainly used in cryptography. It is advised that the pool remains always <a href="https://blog.cloudflare.com/ensuring-randomness-with-linuxs-random-number-generator/" target="_blank">above 200</a>. If the pool of entropy gets empty, you risk your security to be predictable and you should install a user-space random numbers generating daemon, like <a href="http://www.issihosts.com/haveged/" target="_blank">haveged</a> or <code>rng-tools</code> (i.e. <b>rngd</b>), to keep the pool in healthy levels.'
+ info: '<a href="https://en.wikipedia.org/wiki/Entropy_(computing)" target="_blank">Entropy</a>, read from <code>/proc/sys/kernel/random/entropy_avail</code>, is like a pool of random numbers (<a href="https://en.wikipedia.org/wiki//dev/random" target="_blank">/dev/random</a>) that are mainly used in cryptography. It is advised that the pool remains always <a href="https://blog.cloudflare.com/ensuring-randomness-with-linuxs-random-number-generator/" target="_blank">above 200</a>. If the pool of entropy gets empty, you risk your security to be predictable and you should install a user-space random numbers generating daemon, like <code>haveged</code> or <code>rng-tools</code> (i.e. <b>rngd</b>), to keep the pool in healthy levels.'
},
'system.forks': {
diff --git a/web/index.html b/web/index.html
index 572935ce27..0523f60e59 100644
--- a/web/index.html
+++ b/web/index.html
@@ -2555,7 +2555,7 @@
});
NETDATA.requiredJs.push({
- url: NETDATA.serverDefault + 'dashboard_info.js?v20161105-4',
+ url: NETDATA.serverDefault + 'dashboard_info.js?v20161108-1',
async: false,
isAlreadyLoaded: function() { return false; }
});