README.rdoc in zabbixapi-0.1.6.4 vs README.rdoc in zabbixapi-0.1.7
- old
+ new
@@ -3,11 +3,11 @@
Simple and lightweight ruby module for work with zabbix api version 1.8.x
{<img src="https://travis-ci.org/vadv/zabbixapi.png">}[https://travis-ci.org/vadv/zabbixapi]
You can:
-* Create and delete host/template/application/items/triggers and screens;
+* Create and delete host/template/application/items/triggers/maintenance and screens;
* Get info about all zabbix essences;
== Installation
gem install zabbixapi
@@ -33,9 +33,15 @@
zbx = Zabbix::ZabbixApi.new('https://zabbix.example.com', 'login', 'password')
if zbx.add_group('some_group')
puts zbx.get_group_id('some_group')
end
+* Debugging
+
+For debug information on requests set
+
+ zbx.debug = true
+
More see in spec please...
== Dependencies
* net/http