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.
- Fix nameing inconsistancies
- Fix nameing inconsistancies
- 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)
- When logging in via ssh wait for "assword: " and not just for "assword:"
- allow install on 2.3.0
- require ssl verification setting
- remove OETIKER+PARTNER from plugin name
- 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
- Fixed import error: removed deprecated
cmk.agent_based.v2.type_defsimport, now importing types directly fromcmk.agent_based.v2for Checkmk 2.4.0+ compatibility
- Improved error message when pexpect library is missing for Huawei devices
- Fixed import error: changed
from cmk.utils import debugtofrom cmk.ccc import debugfor Checkmk 2.4.0+ compatibility
- build correct mkp
- Ported to cmk api 2 and new plugin structures
- Make ssl security configurable