Skip to content

Releases: BraydenNeale/DT-SNMP

Dynatrace SNMP ActiveGate Extension v1.025

10 Feb 12:46
Compare
Choose a tag to compare

Fix for PySnmpError: Privacy implies authenticity

Dynatrace SNMP ActiveGate Extension v1.023

19 Jan 23:07
Compare
Choose a tag to compare

Added dropdown fields for auth and priv protocols to enable easy selection of supported protocols.

Enhancement for issue #5

Auth protocols

  • "","md5","sha","sha224","sha256","sha384","sha512","noauth"

Priv protocols

  • "","des","3des","aes","aes192","aes256","nopriv"

Dynatrace SNMP ActiveGate Extension v1.022

22 Sep 06:45
Compare
Choose a tag to compare
  • Report IP address endpoint
  • Support metric group and improve metric naming
    • Note that this is not backwards compatible, you must remove the old version of the plugin before uploading this latest release
  • Reduce logging

Dynatrace SNMP ActiveGate Extension v1.017

06 Jun 07:13
Compare
Choose a tag to compare
  • Fixed an issue with hanging threads due to verbose logging in IF-MIB polling.
  • Refactored device and authentication validation into the initialize function
  • Updated OOTB screen groups to use 'Host' and 'Network' instead of 'Host-Resource-MIB' and 'IF-MIB'

Dynatrace SNMP ActiveGate Extension v1.015

18 May 02:36
Compare
Choose a tag to compare

Implement a fix for issue #3

10GB interfaces don't implement low counters (only the ifHC oids)

  • ifInErrors
  • ifInDiscards
  • ifOutDiscards
  • ifOutErrors

Instead 'No more variables left in this MIB view' would be returned, which was throwing a ValueError on conversion to float and crashing the IF-MIB polling thread.

This is now handled more gracefully and interface stats are reported on these Cisco appliances.

Dynatrace SNMP ActiveGate Extension v1.014

25 Apr 02:01
Compare
Choose a tag to compare

Performance improvements - using OID directly instead of translating from readable name for snmpv2, IF and Host-Resource mibs.

Remove Requests and pysnmp-mibs depencies.

Dynatrace SNMP ActiveGate Extension v1.009

23 Apr 02:08
Compare
Choose a tag to compare

This release adds better support for F5 CPU and Memory from the TMM

Now using F5-BIGIP-SYSTEM-MIB
CPU

  • sysTmmStatTmUsageRatio1m

Memory

  • sysStatMemoryTotalKb
  • sysStatMemoryUsedKb

Device type is now determined directly from the sysObjectID property instead of matching for expected strings in sysDescr.

Dynatrace SNMP ActiveGate Extension v1.007

09 Apr 02:33
Compare
Choose a tag to compare

Adds support for CPU and Memory from Cisco devices, since Cisco doesn't support HOST-RESOURCE-MIB

'Cisco' must appear in the device system description (SNMPv2-MIB sysDescr).

CPU - CISCO-PROCESS-MIB

  • cpmCPUTotal1minRev - CPU busy % for the last min

MEMORY - CISCO-ENHANCED-MEMPOOL-MIB

  • cempMemPoolName - Memory Name
  • cempMemPoolUsed - Memory Used
  • cempMemPoolFree - Memory Free

Dynatrace SNMP ActiveGate Extension

06 Apr 09:32
Compare
Choose a tag to compare

First Github release - Stable v1.005.
Generic SNMP monitoring to support most device types.

  • IF-MIB
  • HOST-RESOURCES-MIB
  • SNMPv2-MIB