]> arthur.barton.de Git - netdata.git/commitdiff
minor updates
authorCosta Tsaousis <costa@tsaousis.gr>
Mon, 8 Aug 2016 00:38:20 +0000 (03:38 +0300)
committerCosta Tsaousis <costa@tsaousis.gr>
Mon, 8 Aug 2016 00:38:20 +0000 (03:38 +0300)
README.md
conf.d/python.d/hddtemp.conf

index d015900c52c5f8f92c82dc09a8c14659e0159f7e..47ed5bfecfe7880905da1f1ee16e9eeeca6a04aa 100644 (file)
--- a/README.md
+++ b/README.md
@@ -107,19 +107,25 @@ This is what it currently monitors (most with zero configuration):
 
 - **Users and User Groups resource usage**, by summarizing the process tree per user and group (CPU, memory, disk reads, disk writes, swap, threads, pipes, sockets, etc)
 
-- **Apache web server** mod-status (v2.2, v2.4)
+- **Apache web server** mod-status (v2.2, v2.4) and cache log statistics (multiple servers)
 
-- **Nginx web server** stub-status
+- **Nginx web server** stub-status (multiple servers)
 
 - **mySQL databases** (multiple servers, each showing: bandwidth, queries/s, handlers, locks, issues, tmp operations, connections, binlog metrics, threads, innodb metrics, etc)
 
+- **Redis databases** (multiple servers, each showing: operations, hit rate, memory, keys, clients, slaves)
+
+- **memcached databases** (multiple servers, each showing: bandwidth, connections, items, etc)
+
 - **ISC Bind name server** (multiple servers, each showing: clients, requests, queries, updates, failures and several per view metrics)
 
 - **Postfix email server** message queue (entries, size)
 
-  **IPFS** (Bandwidth, Peers)
+- **exim email server** message queue (emails queued)
 
-- **Squid proxy server** (clients bandwidth and requests, servers bandwidth and requests)
+- **IPFS** (Bandwidth, Peers)
+
+- **Squid proxy server** (multiple servers, each showing: clients bandwidth and requests, servers bandwidth and requests)
 
 - **Hardware sensors** (temperature, voltage, fans, power, humidity, etc)
 
@@ -129,6 +135,8 @@ This is what it currently monitors (most with zero configuration):
 
 - **PHP-FPM** (multiple instances, each reporting connections, requests, performance)
 
+- **hddtemp** (disk temperatures)
+
 - **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.
index 34790e7c6027753531ee5875bca6517463e2af59..36b0724296bcb056d96b2353ae0238151b1ae6a1 100644 (file)
@@ -76,5 +76,5 @@ localipv4:
 
 localipv6:
   name: 'local'
-  host: '127.0.0.1'
+  host: '::1'
   port: 7634