prepare new release (#1104)

This commit is contained in:
Colin Gagnaire 2018-08-21 15:47:04 +00:00 committed by GitHub
parent d85a93b99f
commit 1961b40811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 1 deletions

View File

@ -30,7 +30,7 @@ use Pod::Find qw(pod_where);
my %handlers = (DIE => {});
my $global_version = 20180528;
my $global_version = 20180821;
my $alternative_fatpacker = 0;
sub new {

View File

@ -1,3 +1,42 @@
2018-08-21 Colin Gagnaire <cgagnaire@centreon.com>
* Plugin added: Microsoft Azure API (PR #1097)
* Plugin added: Slack RestAPI (PR #1076)
* Plugin added: Peplink Balance SNMP (PR #1015, #1045)
* Plugin added: Silverpeak SNMP (PR #1037, #1045)
* Plugin added: Cloudfoundry RestAPI (PR #1031)
* Mode added: [linux/local] add upgrade mode (PR #1034, #1068)
* Mode added: [linux/local] add mountpoint mode (PR #1036, #1043)
* Mode added: [hpux/local] add storage and inode modes (PR #955, #1058)
* Mode added: [aix/local] add inode modes (PR #956, #1056, #1057)
* Mode added: [postgres] add databasesize mode (PR #870, #1046, #1047)
* Mode added: [selenium] add seleniumkatalon mode (PR #1039)
* Enhancement: [activedirectory/local] add receiving-member option to dfsrbacklog mode (#1088, PR #1089)
* Enhancement: [h3c/snmp] enhance h3c hardware mode to allow count thresholds (PR #1080)
* Enhancement: [hardware] enhance template hardware to count checked components (PR #1079)
* Enhancement: [mssql] enhance database-size mode, add list-database mode (PR #1091)
* Enhancement: [common/sql] enhance sqlstring for dual tables (#936, PR #1075)
* Enhancement: [windows/snmp] enhance swap mode virtual memory (#928, #929, PR #1069, #1072, #1073)
* Enhancement: [mssql] convert blockedprocesses mode to counters (PR #938, #1055, #1066)
* Enhancement: [paloalto/snmp] enhance clusterstatus output (PR #1054)
* Enhancement: [h3c/snmp] enhance hardware cache (#1005, PR #1049)
* Fix: [centreon/database] several bugs on multiservice mode (PR #1094)
* Fix: [netapp/restapi] fix netapp restapi volumeusage typo (PR #1074)
* Fix: [kaspersky/snmp] fix kaspersky snmp deployment devision by zero (PR #1070)
* Fix: [mssql] fix transactions mode case issue (#1059, PR #1067)
* Fix: [protocols/radius] correct login mode helper (PR #1060)
* Fix: [protocols/http] using a file as JSON source did not work (PR #979)
* Fix: [tomcat/web] fix sessions mode regexp (#864, PR #1053)
* Fix: [hirschmann/snmp] fix memory mode division by 0 (#999, PR #1052)
* Fix: [dell/fastpath] fix temperature mode loop (#1026, PR #1051)
* Fix: [fortimanager/snmp] fix devicestatus mode helper (#1009, PR #1050)
* Fix: [arista/snmp] fix memory mode output (#1018, PR #1048)
* Fix: [idrac/snmp] report idrac installed CPUs only (PR #1017)
* Fix: [qnap/hardware] add smartdisk section to allow threshold overload (#1008, PR #1017)
* Fix: [netapp/snmp] refactor qtreeusage mode, add not-kbytes option (#1006, PR #1029)
* Fix: [snmp_standard/processcount] fix processcount perfdata output typos (PR #1003)
* Fix: [windows/snmp] fix physical memory informations (#994, PR #1000)
* Break: [mssql] databasesize mode parfdata labels (PR #1091)
2018-05-28 Colin Gagnaire <cgagnaire@centreon.com>
* Enhancement: [http] handle hidden basic authent (#974)
* Enhancement: add basic option to mode using http lib (#975)