]> arthur.barton.de Git - netdata.git/commitdiff
removed dead link to haveged; fixes #1219
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Mon, 7 Nov 2016 22:32:49 +0000 (00:32 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Mon, 7 Nov 2016 22:32:49 +0000 (00:32 +0200)
web/dashboard_info.js
web/index.html

index a67b700ff153b29f1719cd8db82e616870ef869c..2aaef7936ee1df4287bf8498771022397a298190 100644 (file)
@@ -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': {
index 572935ce27f5958de866f958780f159dfcee4607..0523f60e592d9e36e6c104d87d69283dd7ac0e96 100644 (file)
         });
 
         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; }
         });