Skip to content

Latest commit

 

History

History
72 lines (50 loc) · 1.74 KB

File metadata and controls

72 lines (50 loc) · 1.74 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

New

Changed

Fixed

1.1.2 - 2025-11-27

Fixed

  • Fix nameing inconsistancies

1.1.1 - 2025-11-27

Changed

  • Fix nameing inconsistancies

1.1.0 - 2025-11-27

New

  • Added "minimum uptime after recovery" feature: configurable thresholds to keep recently-recovered BGP sessions in WARNING/CRITICAL state until stable (inspired by cisco_bgp_peer plugin)

Changed

  • When logging in via ssh wait for "assword: " and not just for "assword:"

1.0.7 - 2025-11-19

Changed

  • allow install on 2.3.0

1.0.6 - 2025-11-18

1.0.5 - 2025-11-18

Changed

  • require ssl verification setting
  • remove OETIKER+PARTNER from plugin name

1.0.4 - 2025-11-17

Changed

  • Agent now uses hostname instead of IP address for proper HTTPS/SSL certificate validation
  • Added if __name__ == "__main__" guard to agent plugin for proper module import behavior

1.0.3 - 2025-11-17

Fixed

  • Fixed import error: removed deprecated cmk.agent_based.v2.type_defs import, now importing types directly from cmk.agent_based.v2 for Checkmk 2.4.0+ compatibility

1.0.2 - 2025-11-17

Changed

  • Improved error message when pexpect library is missing for Huawei devices

Fixed

  • Fixed import error: changed from cmk.utils import debug to from cmk.ccc import debug for Checkmk 2.4.0+ compatibility

1.0.1 - 2025-11-13

Fixed

  • build correct mkp

1.0.0 - 2025-11-13

Changed

  • Ported to cmk api 2 and new plugin structures

Fixed

  • Make ssl security configurable