README.md in zabbix-ruby-client-0.0.6 vs README.md in zabbix-ruby-client-0.0.7
- old
+ new
@@ -5,11 +5,11 @@
This tool is designed to make easy to install zabbix reporter on monitored servers using zabbix-sender rather than zabbix-agent. It targets on monitoring mainly linux servers and is built on a plugin system so that you can decide what is going to be reported.
The development is still in progress but it produces results and works in my case. Use at your own risk and read the code first. It is developed under ruby 2 but should work on 1.9.3 as well.
-Check the [Changelog](CHANGELOG.md) for recent changes
+Check the [Changelog](CHANGELOG.md) for recent changes, code is still under huge development and is likely to move a lot until version 0.1.
## Installation
Install it yourself as:
@@ -41,11 +41,11 @@
There are a set of standart plugins included in the package, aimed at linux systems.
* cpu (uses /proc/stat) [cpu_tpl](master/zabbix-templates/cpu_tpl.xml)
* memory (requires iostat, apt-get install sysstat) [memory_tpl](master/zabbix-templates/memory_tpl.xml)
-* disk (requires iostat, apt-get install sysstat) (missing tpl)
-* network (requires netstat, apt-get install netstat) [network_tpl](master/zabbix-templates/network_tpl.xml)
+* disk (requires iostat, apt-get install sysstat) [disk_tpl](master/zabbix-templates/disk_tpl.xml)
+* network (uses /proc/net/dev) [network_tpl](master/zabbix-templates/network_tpl.xml)
* apache (depends on mod_status with status_extended on) [apache_tpl](master/zabbix-templates/apache_tpl.xml)
You can add extra plugin directories in the configuration file.
## Todo