mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-08 17:06:05 +02:00
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…
x
Reference in New Issue
Block a user