From 7dbc838af31797840564c51fd21a892fb8d040ce Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 12 Oct 2017 16:45:28 +0200 Subject: [PATCH] Release v2.1.0 --- CHANGELOG.md | 59 +++++++++++++++++++++++++++++ plugins/check_snmp_boostedge.pl | 2 +- plugins/check_snmp_cpfw.pl | 2 +- plugins/check_snmp_css.pl | 2 +- plugins/check_snmp_css_main.pl | 2 +- plugins/check_snmp_env.pl | 2 +- plugins/check_snmp_int.pl | 2 +- plugins/check_snmp_linkproof_nhr.pl | 2 +- plugins/check_snmp_load.pl | 2 +- plugins/check_snmp_mem.pl | 2 +- plugins/check_snmp_nsbox.pl | 2 +- plugins/check_snmp_process.pl | 2 +- plugins/check_snmp_storage.pl | 2 +- plugins/check_snmp_vrrp.pl | 2 +- plugins/check_snmp_win.pl | 2 +- 15 files changed, 73 insertions(+), 14 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..223f5de --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,59 @@ +# Change Log + +## [2.1.0](https://github.com/dnsmichi/manubulon-snmp/tree/2.1.0) (2017-10-12) +[Full Changelog](https://github.com/dnsmichi/manubulon-snmp/compare/v2.0.0...2.1.0) + +**Implemented enhancements:** + +- Cisco SMB switch [\#30](https://github.com/dnsmichi/manubulon-snmp/issues/30) +- Allow output for NagVis "weathermap" lines [\#22](https://github.com/dnsmichi/manubulon-snmp/issues/22) +- Enhance and write better documentation [\#40](https://github.com/dnsmichi/manubulon-snmp/pull/40) ([dnsmichi](https://github.com/dnsmichi)) +- Escape dot in perfdata labels [\#39](https://github.com/dnsmichi/manubulon-snmp/pull/39) ([mj84](https://github.com/mj84)) +- \[\#30\] add support for cisco small business switches \(tested with SG500\) [\#31](https://github.com/dnsmichi/manubulon-snmp/pull/31) ([spali](https://github.com/spali)) +- Allow output for NagVis "weathermap" lines [\#26](https://github.com/dnsmichi/manubulon-snmp/pull/26) ([miken32](https://github.com/miken32)) +- Add SNMP v3 authentication dependencies and distro-specific Perl module packages [\#23](https://github.com/dnsmichi/manubulon-snmp/pull/23) ([virtualtam](https://github.com/virtualtam)) + +**Fixed bugs:** + +- check\_snmp\_load.pl =\> SNMPv3 do not use the -p \(port\) option [\#27](https://github.com/dnsmichi/manubulon-snmp/issues/27) +- Fix typos in documentation [\#29](https://github.com/dnsmichi/manubulon-snmp/pull/29) ([moepot](https://github.com/moepot)) +- The -p \(port\) option was forgotten in some cases [\#28](https://github.com/dnsmichi/manubulon-snmp/pull/28) ([Niflou](https://github.com/Niflou)) +- Fix check\_snmp\_int.pl temp file name [\#25](https://github.com/dnsmichi/manubulon-snmp/pull/25) ([waja](https://github.com/waja)) + +**Closed issues:** + +- Have waiting info always [\#4](https://github.com/dnsmichi/manubulon-snmp/issues/4) + +## [v2.0.0](https://github.com/dnsmichi/manubulon-snmp/tree/v2.0.0) (2016-11-25) +**Implemented enhancements:** + +- check\_snmp\_load.pl - Linux load multiple CPUs [\#6](https://github.com/dnsmichi/manubulon-snmp/issues/6) +- Ignore DOWN state and big snmp requests [\#19](https://github.com/dnsmichi/manubulon-snmp/pull/19) ([SteScho](https://github.com/SteScho)) + +**Fixed bugs:** + +- check\_snmp\_process.pl does not honour timeout \(-t\) [\#21](https://github.com/dnsmichi/manubulon-snmp/issues/21) + +**Closed issues:** + +- Apply a programming style to the plugins [\#20](https://github.com/dnsmichi/manubulon-snmp/issues/20) +- Get rid of utils.pm [\#10](https://github.com/dnsmichi/manubulon-snmp/issues/10) +- Net::SNMP version string no longer numeric in CentOS 7 [\#9](https://github.com/dnsmichi/manubulon-snmp/issues/9) +- fortigate 4.3 support for check\_snmp\_load [\#7](https://github.com/dnsmichi/manubulon-snmp/issues/7) + +**Merged pull requests:** + +- Not all Systems have connections [\#18](https://github.com/dnsmichi/manubulon-snmp/pull/18) ([SteScho](https://github.com/SteScho)) +- Add the -A/--use-ifalias option to do name lookup from ifAlias [\#17](https://github.com/dnsmichi/manubulon-snmp/pull/17) ([darksoul42](https://github.com/darksoul42)) +- pnp need perf-data with always same order [\#16](https://github.com/dnsmichi/manubulon-snmp/pull/16) ([SteScho](https://github.com/SteScho)) +- pnp need perf-data with always same order [\#15](https://github.com/dnsmichi/manubulon-snmp/pull/15) ([SteScho](https://github.com/SteScho)) +- Add -N/--use-ifname option to switch name lookup from ifDescr to ifName [\#14](https://github.com/dnsmichi/manubulon-snmp/pull/14) ([darksoul42](https://github.com/darksoul42)) +- Fix, check\_snmtp\_load output [\#12](https://github.com/dnsmichi/manubulon-snmp/pull/12) ([casvcasv](https://github.com/casvcasv)) +- making checks executable [\#8](https://github.com/dnsmichi/manubulon-snmp/pull/8) ([morgajel](https://github.com/morgajel)) +- Add Cisco Nexus Devices capability for load [\#3](https://github.com/dnsmichi/manubulon-snmp/pull/3) ([pasancario](https://github.com/pasancario)) +- Fix typo protcol vs. protocol [\#2](https://github.com/dnsmichi/manubulon-snmp/pull/2) ([waja](https://github.com/waja)) +- Fix error writing tmp file using plugin with remote unix system [\#1](https://github.com/dnsmichi/manubulon-snmp/pull/1) ([TheCry](https://github.com/TheCry)) + + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/plugins/check_snmp_boostedge.pl b/plugins/check_snmp_boostedge.pl index e005d35..5eaca78 100755 --- a/plugins/check_snmp_boostedge.pl +++ b/plugins/check_snmp_boostedge.pl @@ -38,7 +38,7 @@ # Globals -my $VERSION = "2.0.0"; +my $VERSION = "2.1.0"; my $o_host = undef; # hostname my $o_community = undef; # community diff --git a/plugins/check_snmp_cpfw.pl b/plugins/check_snmp_cpfw.pl index a14dc00..b29c3e9 100755 --- a/plugins/check_snmp_cpfw.pl +++ b/plugins/check_snmp_cpfw.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w ############################## check_snmp_cpfw ############## -my $VERSION = "2.0.0"; +my $VERSION = "2.1.0"; # Date : Oct 20 2007 # Author : Patrick Proy (patrick at proy.org) diff --git a/plugins/check_snmp_css.pl b/plugins/check_snmp_css.pl index cff09b0..3f375b4 100755 --- a/plugins/check_snmp_css.pl +++ b/plugins/check_snmp_css.pl @@ -35,7 +35,7 @@ # Globals -my $VERSION = "2.0.0"; +my $VERSION = "2.1.0"; my $o_host = undef; # hostname my $o_community = undef; # community diff --git a/plugins/check_snmp_css_main.pl b/plugins/check_snmp_css_main.pl index 608f682..0d52694 100755 --- a/plugins/check_snmp_css_main.pl +++ b/plugins/check_snmp_css_main.pl @@ -35,7 +35,7 @@ # Globals -my $VERSION = "2.0.0"; +my $VERSION = "2.1.0"; my $o_host = undef; # hostname my $o_community = undef; # community diff --git a/plugins/check_snmp_env.pl b/plugins/check_snmp_env.pl index 8f83091..8e15bc0 100755 --- a/plugins/check_snmp_env.pl +++ b/plugins/check_snmp_env.pl @@ -167,7 +167,7 @@ # Globals -my $VERSION = "2.0.0"; +my $VERSION = "2.1.0"; my $o_host = undef; # hostname my $o_community = undef; # community diff --git a/plugins/check_snmp_int.pl b/plugins/check_snmp_int.pl index 6df1a6b..9d4a2a5 100755 --- a/plugins/check_snmp_int.pl +++ b/plugins/check_snmp_int.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w ############################## check_snmp_int ############## -my $VERSION = "2.0.0"; +my $VERSION = "2.1.0"; # Date : Oct 10 2007 # Author : Patrick Proy ( patrick at proy.org ) diff --git a/plugins/check_snmp_linkproof_nhr.pl b/plugins/check_snmp_linkproof_nhr.pl index 0e67954..b6dba28 100755 --- a/plugins/check_snmp_linkproof_nhr.pl +++ b/plugins/check_snmp_linkproof_nhr.pl @@ -29,7 +29,7 @@ # Globals -my $VERSION = "2.0.0"; +my $VERSION = "2.1.0"; my $o_host = undef; # hostname my $o_community = undef; # community diff --git a/plugins/check_snmp_load.pl b/plugins/check_snmp_load.pl index 6ae3911..0959f6a 100755 --- a/plugins/check_snmp_load.pl +++ b/plugins/check_snmp_load.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w ############################## check_snmp_load ################# -my $VERSION = "2.0.0"; +my $VERSION = "2.1.0"; # Date : Oct 12 2007 # Author : Patrick Proy ( patrick at proy.org) diff --git a/plugins/check_snmp_mem.pl b/plugins/check_snmp_mem.pl index a7744ef..2ac7ec9 100755 --- a/plugins/check_snmp_mem.pl +++ b/plugins/check_snmp_mem.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w ############################## check_snmp_mem ############## -my $VERSION = "2.0.0"; +my $VERSION = "2.1.0"; # Date : 17 October 2007 # Author : Patrick Proy (nagios at proy.org) diff --git a/plugins/check_snmp_nsbox.pl b/plugins/check_snmp_nsbox.pl index 3ad3fa8..97da635 100755 --- a/plugins/check_snmp_nsbox.pl +++ b/plugins/check_snmp_nsbox.pl @@ -37,7 +37,7 @@ # Globals -my $VERSION = "2.0.0"; +my $VERSION = "2.1.0"; my $o_host = undef; # hostname my $o_community = undef; # community diff --git a/plugins/check_snmp_process.pl b/plugins/check_snmp_process.pl index 22f2cc9..49a8cd7 100755 --- a/plugins/check_snmp_process.pl +++ b/plugins/check_snmp_process.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w ############################## check_snmp_process ############## -my $VERSION = "2.0.0"; +my $VERSION = "2.1.0"; # Date : Oct 12 2007 # Author : Patrick Proy (patrick at proy dot org) diff --git a/plugins/check_snmp_storage.pl b/plugins/check_snmp_storage.pl index ea2a60f..2325acc 100755 --- a/plugins/check_snmp_storage.pl +++ b/plugins/check_snmp_storage.pl @@ -53,7 +53,7 @@ # Globals my $Name = 'check_snmp_storage'; -my $VERSION = "2.0.0"; +my $VERSION = "2.1.0"; my $o_host = undef; # hostname my $o_community = undef; # community diff --git a/plugins/check_snmp_vrrp.pl b/plugins/check_snmp_vrrp.pl index 1e8342c..b6d4d44 100755 --- a/plugins/check_snmp_vrrp.pl +++ b/plugins/check_snmp_vrrp.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w ############################## check_snmp_vrrp ############## -my $VERSION = "2.0.0"; +my $VERSION = "2.1.0"; # Date : Oct 17 2007 # Author : Patrick Proy (patrick at proy.org) diff --git a/plugins/check_snmp_win.pl b/plugins/check_snmp_win.pl index f90bf09..148d6eb 100755 --- a/plugins/check_snmp_win.pl +++ b/plugins/check_snmp_win.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w ############################## check_snmp_win ############## -my $VERSION = "2.0.0"; +my $VERSION = "2.1.0"; # Date : Oct 12 2007 # Author : Patrick Proy (patrick at proy.org)