prepare new release
This commit is contained in:
parent
7068b2c7ab
commit
6efad715fa
|
@ -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 {
|
||||
|
|
33
changelog
33
changelog
|
@ -1,3 +1,36 @@
|
|||
2018-04-09 Colin Gagnaire <cgagnaire@centreon.com>
|
||||
* 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 <qgarnier@centreon.com>
|
||||
* Plugin added: Pure Storage SNMP
|
||||
* Plugin added: Pure Storage Rest API
|
||||
|
|
Loading…
Reference in New Issue