From fc09d7679ba0f8eff008830301f928103ecb4869 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Thu, 24 Mar 2016 16:36:57 +0100 Subject: [PATCH] + prepare new tag --- centreon/plugins/script.pm | 2 +- changelog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/centreon/plugins/script.pm b/centreon/plugins/script.pm index babc300a8..eba9379e6 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 = 20160220; +my $global_version = 20160324; my $alternative_fatpacker = 0; sub new { diff --git a/changelog b/changelog index 8d5e2bccf..c5ac6ddb6 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,12 @@ +2016-03-24 Quentin Garnier + * Plugin added: to check AKCP SensorProbe + * Plugin added: to check Juniper ISG + * Plugin added: to check OSPF protocol + * Plugin added: to check Microsoft Cluster Service + * Plugin added: to check Dell Compellent in SNMP and Powershell SDK + * Enhancement: [snmp_standard]{string-value} Many changes (#228) + * Fix: [raritan] OnOff sending errors (#348) + 2016-02-20 Quentin Garnier * Add a class for FatPacker system