From 6efad715fa363114d5435a85c09b2e1e2f4ddb90 Mon Sep 17 00:00:00 2001 From: cgagnaire Date: Mon, 9 Apr 2018 15:28:08 +0200 Subject: [PATCH] prepare new release --- centreon/plugins/script.pm | 2 +- changelog | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/centreon/plugins/script.pm b/centreon/plugins/script.pm index 9c13c08de..f4b0bfe88 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 = 20171222; +my $global_version = 20180409; my $alternative_fatpacker = 0; sub new { diff --git a/changelog b/changelog index aee4ab57c..7ccc35027 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,36 @@ +2018-04-09 Colin Gagnaire + * Plugin added: IBM FS900 SNMP + * Plugin added: Kaspersky SNMP + * Plugin added: NetApp Rest Api + * Plugin added: AWS EC2 Api + * Plugin added: AWS RDS Api + * Plugin added: AWS S3 Api + * Plugin added: AWS ELB Api + * Plugin added: AWS Cloudfront Api + * Plugin added: AWS Billing Api + * Plugin added: AWS Elasticache Api + * Plugin added: AWS Lambda Api + * Mode added: [windows/local] 'liststorages' + * Mode added: [mssql] 'logsize' + * Mode added: [f5/bigip] 'trunks' + * Mode added: [f5/bigip] 'listtrunks' + * Enhancement: [vmware]{nethost} add dropped packets + * Enhancement: [snmp_standard]{processcount} add per process options, refactor code + * Enhancement: [hyperv]{scvmmintegrationservice} add some status + * Enhancement: [http] add new useragent.pm library to handle Basic, Digest, Ntlm and Ntlm v2 authentification + * Enhancement: [snmp_standard]{spanningtree} add filtering options, refactor code (#780) + * Enhancement: [ups/apc]{sensors} show temp in long output (#849) + * Fix: [nsclient/restapi] use of uninitialized value issue (#825) + * Fix: [hp]{procurve} temperature sensor not present issue (#847) + * Fix: [veeam]{jobstatus} argument isn't numeric issue (#863) + * Fix: [centreon]{metaservice} use metric name defined in Meta-Service configuration (#874) + * Fix: [oracle]{eventwaitusage} event-count option + * Fix: [redis/restapi]{*} hashes deref issues + * Fix: [activedirectory]{dcdiag} wrong option issue (#902) + * Fix: [bluecoat]{hardware} typo in sensor state + * Fix: [stormshield]{hanodes} mapping issue + * Fix: [f5/bigip]{poolstatus,virtualserverstatus} bad character (#930) + 2017-12-22 Quentin Garnier * Plugin added: Pure Storage SNMP * Plugin added: Pure Storage Rest API