]> arthur.barton.de Git - netdata.git/commitdiff
updated readme
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Mon, 28 Mar 2016 22:24:47 +0000 (01:24 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Mon, 28 Mar 2016 22:24:47 +0000 (01:24 +0300)
README.md

index a50b7f7cffa5617218740a35aeaece7a1acdac0e..3fe6f1204a66b597e5260f9c3ce25790a6f96f73 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@
 
 ![image](https://cloud.githubusercontent.com/assets/2662304/14090945/e9aea428-f545-11e5-8942-9f9cf03fc592.png)
 
+---
+
 ## Features
 
 **netdata** is a highly optimized Linux daemon providing **real-time performance monitoring for Linux systems, Applications, SNMP devices, over the web**!
@@ -20,6 +22,10 @@ This is what you get:
 4. **Extensible**, you can monitor anything you can get a metric for, using its Plugin API (anything can be a netdata plugin - from BASH to node.js)
 7. **Embeddable**, it can run anywhere a Linux kernel runs
 
+---
+
+## What is monitors?
+
 This is what it currently monitors (most with zero configuration):
 
 1. **CPU usage, interrupts, softirqs and frequency** (total and per core)
@@ -42,7 +48,9 @@ This is what it currently monitors (most with zero configuration):
 18. **Hardware sensors** (temperature, voltage, fans, power, humidity, etc)
 19. **NUT UPSes** (load, charge, battery voltage, temperature, utility metrics, output metrics)
 
-You can also monitor any number of **SNMP devices**, although you will need to configure these.
+Any number of **SNMP devices** can be monitored, although you will need to configure these.
+
+And you can extend it, by writing plugins that collect data from any source, using any computer language.
 
 ---