diff --git a/centreon-plugins/centreon/plugins/script.pm b/centreon-plugins/centreon/plugins/script.pm index 38c26b7ff..e506a54e7 100644 --- a/centreon-plugins/centreon/plugins/script.pm +++ b/centreon-plugins/centreon/plugins/script.pm @@ -30,7 +30,7 @@ use Pod::Find qw(pod_where); my %handlers = (DIE => {}); -my $global_version = 20181019; +my $global_version = 20181031; my $alternative_fatpacker = 0; sub new { diff --git a/centreon-plugins/changelog b/centreon-plugins/changelog index a10f49972..e7b7c1da1 100644 --- a/centreon-plugins/changelog +++ b/centreon-plugins/changelog @@ -1,3 +1,17 @@ +2018-31-10 Colin Gagnaire + * Plugin added: Prometheus for cAdvisor (PR #1199) + * Plugin added: Axis Video SNMP (PR #1196) + * Mode added: [prometheus] 'expression' (PR #1205) + * Enhancement: [prometheus] target status mode filtering (PR #1206, #1207) + * Enhancement: [prometheus/nodeexporter] nodeexporter filtering (PR #1201) + * Enhancement: [prometheus/kubernetes] kubernetes filtering (PR #1197, #1200) + * Enhancement: [azure] add subscription option (PR #1189) + * Enhancement: [prometheus/api] enh prometheus timeframe/step options (PR #1190) + * Fix: [idrac/pdisk] fix typo in long outputs (PR #1194) + * Fix: [netapp/qtreeusage] fix qtreeusage mode thresholds (#1193, PR #1195) + * Fix: [hyperv2012/nodesnapshot] fix negative timestamp (PR #1192) + * Break: [masterclock/ntp] change masterclock plugin path (PR #1191) + 2018-19-10 Colin Gagnaire * Plugin added: Prometheus (PR #1168, #1169) * Plugin added: Prometheus for Node Exporter (PR #1168, #1169, #1179)