… | |
… | |
29 | |
29 | |
30 | use AnyEvent (); |
30 | use AnyEvent (); |
31 | use AnyEvent::Socket (); |
31 | use AnyEvent::Socket (); |
32 | use AnyEvent::Handle (); |
32 | use AnyEvent::Handle (); |
33 | |
33 | |
34 | our $VERSION = '0.1'; |
34 | our $VERSION = '1.0'; |
35 | |
35 | |
36 | =item $zbx = new AnyEvent::ZabbixSender [key => value...] |
36 | =item $zbx = new AnyEvent::ZabbixSender [key => value...] |
37 | |
37 | |
38 | Creates a (virtual) connection to a zabbix server. Since each submission |
38 | Creates a (virtual) connection to a zabbix server. Since each submission |
39 | requires a new TCP connection, creating the connection object does not |
39 | requires a new TCP connection, creating the connection object does not |