use ZMQ4 for vmware connector
This commit is contained in:
parent
d593d9b3bf
commit
47275eb8d8
|
@ -23,7 +23,7 @@ package apps::vmware::connector::custom::connector;
|
|||
use strict;
|
||||
use warnings;
|
||||
use JSON;
|
||||
use ZMQ::LibZMQ3;
|
||||
use ZMQ::LibZMQ4;
|
||||
use ZMQ::Constants qw(:all);
|
||||
use UUID;
|
||||
|
||||
|
@ -309,4 +309,4 @@ Can shift the time. We the following option you can average X counters values (d
|
|||
|
||||
B<custom>.
|
||||
|
||||
=cut
|
||||
=cut
|
||||
|
|
Loading…
Reference in New Issue