Skip to content

Commit

Permalink
Merge pull request #943 from cgagnaire/new-release
Browse files Browse the repository at this point in the history
Release tag 20180409
  • Loading branch information
Sims24 authored Apr 9, 2018
2 parents 7068b2c + 6efad71 commit a2874c7
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
2 changes: 1 addition & 1 deletion centreon/plugins/script.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
33 changes: 33 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
2018-04-09 Colin Gagnaire <[email protected]>
* 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 <[email protected]>
* Plugin added: Pure Storage SNMP
* Plugin added: Pure Storage Rest API
Expand Down

0 comments on commit a2874c7

Please sign in to comment.