ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-ZabbixSender/ZabbixSender.pm
(Generate patch)

Comparing AnyEvent-ZabbixSender/ZabbixSender.pm (file contents):
Revision 1.3 by root, Thu Jan 18 15:38:11 2018 UTC vs.
Revision 1.4 by root, Thu Jan 18 16:37:44 2018 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines