]> arthur.barton.de Git - netdata.git/commitdiff
improved welcome modal on the demo sites
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 11 Dec 2016 22:40:08 +0000 (00:40 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 11 Dec 2016 22:40:08 +0000 (00:40 +0200)
web/index.html

index 9cf7eb291dcac97323bebd55c54febffab2563ce..4f650c62a751aaecf56e6611d6788c60ab3db00e 100644 (file)
             <div class="modal-content">
                 <div class="modal-header">
                     <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
-                    <h4 class="modal-title" id="welcomeModalLabel">Welcome</h4>
+                    <h4 class="modal-title" id="welcomeModalLabel">Welcome to the world of netdata</h4>
                 </div>
                 <div class="modal-body">
                     <div class="p">
-                        You found <b><a href="https://github.com/firehol/netdata/wiki" target="_blank">netdata</a></b> !
+                        <div style="width: 100%; text-align: center; padding-top: 10px; padding-bottom: 10px; font-size: 18px;">
+                            if there is a metric for something, we want it visualised<br/>
+                            and we want this visualisation to be <strong>real-time</strong>, <strong>efficient</strong> and <strong>awesome</strong>
+                        </div>
                     </div>
                     <div class="p">
                         <b><a href="https://github.com/firehol/netdata/wiki" target="_blank">netdata</a></b>
-                        is the best way to monitor your servers and applications, to get <strong>real-time insights</strong>
+                        is a new way to monitor your systems and applications, to get <strong>real-time insights</strong>
                         of what is really happening and what affects performance.
+                        It is carefully optimised to be a real-time system, without interfering in any way,
+                        to the core function of your systems.
                     </div>
                     <div class="p">
-                        This page is a live demo of it.
-                    </div>
-                    <hr/>
-                    <div class="p">
-                        <h4>it is ok to always run <strong>netdata</strong></h4>
-                        We have carefully optimised
                         <b><a href="https://github.com/firehol/netdata/wiki" target="_blank">netdata</a></b>
-                        to achieve a real-time performance monitoring solution that does not interfere, in any way,
-                        to the core function of your servers or devices:
-                        <br/>&nbsp;<br/>
-                        <ul>
-                            <li>most installations will use just 1% cpu utilization of a single core and a few MB of RAM.</li>
-                            <li>it runs with the <code>SCHED_IDLE</code> process scheduler
-                                (check <code>man 2 sched_setscheduler</code>), for <i>very</i> low priority, lower than <code>nice 19</code>.</li>
-                            <li>it adjusts its Out-Of-Memory score (OOM) to the maximum, so that it will be the first process
-                                to be killed if your system starves for memory.</li>
-                        </ul>
-                    </div>
-                    <hr/>
-                    <div class="p">
-                        <h4>more metrics is good</h4>
-                        We designed <b><a href="https://github.com/firehol/netdata/wiki" target="_blank">netdata</a></b>
-                        to monitor <strong>massive amounts of metrics, per server, per second</strong>.
-                        When installed on your systems it might come up with 1k or 2k metrics, but we have tested it with 100k
+                        has been designed to monitor <strong>massive amounts of metrics, per server, per second</strong>.
+                        When installed, it might come up with 1k to 3k metrics, but we have been testing it with 100k
                         metrics, all collected per second, and still the cpu utilisation remained negligible.
-                        <div style="width: 100%; text-align: center; padding-top: 10px; padding-bottom: 10px; font-size: 16px;">
-                            if there is a metric for something, we want it visualised<br/>
-                            and we want this visualisation to be <strong>real-time</strong>, <strong>efficient</strong> and <strong>awesome</strong>
-                        </div>
-                        We have also tried to give a meaning to each metric - to be educational.
-                        We have grouped, categorized and classified metrics into meaningful charts, providing the leads for
+                        <br/>
+                        We have also tried to give each metric, a meaning, a context.
+                        We have grouped and categorized all metrics into meaningful charts, providing a
                         better understanding the underlying technologies and mechanisms.
                     </div>
-                    <hr/>
                     <div class="p">
-                        <h4><b><a href="https://github.com/firehol/netdata/wiki/a-github-star-is-important" target="_blank">a GitHub star is important</a></b></h4>
                         <b><a href="https://github.com/firehol/netdata/wiki" target="_blank">netdata</a></b> is free,
-                        open-source software. If you like it, you should
-                        <a href="https://github.com/firehol/netdata/wiki/a-github-star-is-important" target="_blank">give netdata a star at GitHub</a>.
+                        open-source software. If you decide to use it,
+                        <strong><a href="https://github.com/firehol/netdata/wiki/a-github-star-is-important" target="_blank">it is important to give netdata a star at GitHub</a></strong>.
                     </div>
-                    <hr/>
                     <div class="p">
                         Enjoy real-time performance monitoring!
                     </div>