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

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

55 on_error => $cb->($zbx, \@items, $msg) (default: log and continue) 55 on_error => $cb->($zbx, \@items, $msg) (default: log and continue)
56 Called on any protocol errors - these generally indicate that 56 Called on any protocol errors - these generally indicate that
57 something other than a zabbix server is running on a port. The 57 something other than a zabbix server is running on a port. The
58 given key-value pairs are the lost items. 58 given key-value pairs are the lost items.
59 59
60 on_loss => $cb->$zbx, (\@items) (default: log and continue) 60 on_loss => $cb->($zbx, \@items) (default: log and continue)
61 Will be called when some data items are thrown away (this 61 Will be called when some data items are thrown away (this
62 happens if the server isn't reachable for at least "queue_time" 62 happens if the server isn't reachable for at least "queue_time"
63 seconds), 63 seconds),
64 64
65 on_response => $cb->$zbx, (\@items, \%response) (default: not 65 on_response => $cb->($zbx, \@items, \%response) (default: not
66 called) 66 called)
67 Will be called with the (generally rather useless) response form 67 Will be called with the (generally rather useless) response form
68 the zabbix server. 68 the zabbix server.
69 69
70 $zbx->submit ($k, $v[, $clock[, $host]]) 70 $zbx->submit ($k, $v[, $clock[, $host]])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines