]> arthur.barton.de Git - netdata.git/commitdiff
updated image
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Mon, 12 Oct 2015 22:08:42 +0000 (01:08 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Mon, 12 Oct 2015 22:08:42 +0000 (01:08 +0300)
README.md
src/plugins.d/apps_plugin.c

index 6beeb4801bb094d392c70c11cb91e6f009169769..58cfdd0e44444e994377b9dca8bdfc9e8ee72ef4 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Check it live at:
 
 Here is a screenshot:
 
-![image](https://cloud.githubusercontent.com/assets/2662304/2593406/3c797e88-ba80-11e3-8ec7-c10174d59ad6.png)
+![image](https://cloud.githubusercontent.com/assets/2662304/10440038/b40bcb6c-7146-11e5-93ac-db2e177e39f8.png)
 
 
 # Features
@@ -174,4 +174,4 @@ You can get the running config file at any time, by accessing `http://127.0.0.1:
 
 To start it at boot, just run `/path/to/netdata.git/netdata.start` from your `/etc/rc.local` or equivalent.
 
-You can stop and start netdata at any point. Netdata saves on exit its round robbin database to `cache/` so that it will continue from where it stopped the last time. 
\ No newline at end of file
+You can stop and start netdata at any point. Netdata saves on exit its round robbin database to `cache/` so that it will continue from where it stopped the last time. 
index bd320865d9b76dc5afc1ca5480107dd0116cd0d7..cf16ab41fd5fed1ce061e1736c924869afb21393 100755 (executable)
@@ -1,3 +1,9 @@
+// TODO
+//
+// 1. support -ch option to set global /proc and /sys prefix
+// 2. disable RESET_OR_OVERFLOW check in charts
+
+
 #define __STDC_FORMAT_MACROS
 #include <inttypes.h>