Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Friedrich committed Oct 12, 2017
1 parent ba18aeb commit 7dbc838
Show file tree
Hide file tree
Showing 15 changed files with 73 additions and 14 deletions.
59 changes: 59 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
2 changes: 1 addition & 1 deletion plugins/check_snmp_boostedge.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/check_snmp_cpfw.pl
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion plugins/check_snmp_css.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/check_snmp_css_main.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/check_snmp_env.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/check_snmp_int.pl
Original file line number Diff line number Diff line change
@@ -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 )
Expand Down
2 changes: 1 addition & 1 deletion plugins/check_snmp_linkproof_nhr.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/check_snmp_load.pl
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion plugins/check_snmp_mem.pl
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion plugins/check_snmp_nsbox.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/check_snmp_process.pl
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion plugins/check_snmp_storage.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/check_snmp_vrrp.pl
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion plugins/check_snmp_win.pl
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 7dbc838

Please sign in to comment.