]> arthur.barton.de Git - netdata.git/commitdiff
do not remove idle dimensions from charts
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Wed, 16 Sep 2015 07:53:59 +0000 (10:53 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Wed, 16 Sep 2015 07:53:59 +0000 (10:53 +0300)
src/rrd.c
web/index.html

index ee98fb3e2d05a3f1dc665fe187cc0d9d64738401..41847440e4fb50888c150e68e4ba619ce1752331 100755 (executable)
--- a/src/rrd.c
+++ b/src/rrd.c
@@ -22,7 +22,8 @@
 // ----------------------------------------------------------------------------
 // globals
 
-int rrd_delete_unupdated_dimensions = (86400 * 7);
+// if not zero it gives the time (in seconds) to remove un-updated dimensions
+int rrd_delete_unupdated_dimensions = 0;
 
 int rrd_update_every = UPDATE_EVERY;
 int rrd_default_history_entries = RRD_DEFAULT_HISTORY_ENTRIES;
index d5908b829d932215f1f464c944951f8e572485f9..05f55bdc3a2ee52fd45ea2dce9ab16586af31943 100644 (file)
 
     <div class="container" id="splash_container">
                <table width="100%">
-                       <tr><td id="splash" align="center" style="vertical-align: middle; height: calc(100% / 2); overflow: auto;">
+                       <tr><td id="splash" align="center" style="vertical-align: middle; height: 400px; overflow: auto;">
                                <h2>
                                Welcome to <b>NetData</b>!
                                <br/><br/>