diff --git a/centreon/plugins/script.pm b/centreon/plugins/script.pm index 47e253030..0422d6d65 100644 --- a/centreon/plugins/script.pm +++ b/centreon/plugins/script.pm @@ -30,7 +30,7 @@ use Pod::Find qw(pod_where); my %handlers = (DIE => {}); -my $global_version = 20180427; +my $global_version = 20180528; my $alternative_fatpacker = 0; sub new { diff --git a/changelog b/changelog index 5e0eae02d..7b7f78299 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,12 @@ +2018-05-28 Colin Gagnaire + * Enhancement: [http] handle hidden basic authent (#974) + * Enhancement: add basic option to mode using http lib (#975) + * Enhancement: [sonicwall] enhance modes outputs and thresholds (#978) + * Enhancement: [quadstor]{vtltapeusage} add tapes count (#987) + * Fix: [f5/bigip]{trunks} div by 0 error (#964) + * Fix: [hirschmann]{hardware/psu} wrong oid (#985) + * Fix: [cisco/standard]{qosusage} calcul of total and child (#792) + 2018-04-27 Colin Gagnaire * Plugin added: Sonicwall SNMP (#914) * Mode added: [juniper/ssg] 'vpnstatus' (#891)