summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-04-09 12:46:31 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-04-09 12:46:31 +0300
commit8d3e5c6cfa02296956ab56b97b5b7356d1e9b09f (patch)
tree9dec15cc4a76633c36f5b60d42f0f391cc373b20 /README.md
parentcba7da0c66990d157263cc8a5480df23b40d7df7 (diff)
update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index abb45e5329..0ea9b96ddb 100644
--- a/README.md
+++ b/README.md
@@ -32,13 +32,13 @@ It tries to visualize the **truth of now**, in its **greatest detail**, so that
This is what you get:
-- **Stunning bootstrap dashboards**, out of the box
+- **Stunning bootstrap dashboards**, out of the box (themable: dark, light)
- **Blazingly fast** and **super efficient**, mostly written in C (for default installations, expect just 2% of a single core CPU usage and a few MB of RAM)
- **Zero configuration** - you just install it and it autodetects everything
- **Zero dependencies**, it is its own web server for its static web files and its web API
- **Zero maintenance**, you just run it, it does the rest
- **Custom dashboards** that can be built using simple HTML (no javascript necessary)
-- **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)
+- **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, so you can easily monitor any application, any API)
- **Embeddable**, it can run anywhere a Linux kernel runs and its charts can be embedded on your web pages too
---
@@ -99,7 +99,7 @@ This is what it currently monitors (most with zero configuration):
- **NUT UPSes** (load, charge, battery voltage, temperature, utility metrics, output metrics)
-Any number of **SNMP devices** can be monitored, although you will need to configure these.
+- **SNMP devices** can be monitored too (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.