--- AnyEvent-ZabbixSender/README 2018/01/18 15:38:11 1.2 +++ AnyEvent-ZabbixSender/README 2018/01/18 16:37:54 1.3 @@ -57,12 +57,12 @@ something other than a zabbix server is running on a port. The given key-value pairs are the lost items. - on_loss => $cb->$zbx, (\@items) (default: log and continue) + on_loss => $cb->($zbx, \@items) (default: log and continue) Will be called when some data items are thrown away (this happens if the server isn't reachable for at least "queue_time" seconds), - on_response => $cb->$zbx, (\@items, \%response) (default: not + on_response => $cb->($zbx, \@items, \%response) (default: not called) Will be called with the (generally rather useless) response form the zabbix server.