use ZMQ4 for vmware connector

This commit is contained in:
qgarnier 2017-05-31 15:01:59 +02:00
parent d593d9b3bf
commit 47275eb8d8
1 changed files with 2 additions and 2 deletions

View File

@ -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