Skip to content

Commit 0f35ae8

Browse files
oetikerclaude
andcommitted
docs: add comprehensive SNMP plugin development documentation
- Added complete SNMP plugin development section to cmk-plugin-guide.md - Covers SimpleSNMPSection and SNMPSection classes with examples - Includes SNMP detection specifications and all detection functions - Documents special OID types (OIDEnd, OIDBytes, OIDCached) - Provides real-world UPS monitoring example - Adds SNMP-specific best practices and optimization techniques - Includes testing, troubleshooting, and common OIDs reference - Updates CHANGES.md to reflect documentation additions 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b602572 commit 0f35ae8

File tree

2 files changed

+809
-0
lines changed

2 files changed

+809
-0
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### New
1111
- added more information and examples to cmk-plugin-guide.md
12+
- **Added comprehensive SNMP plugin development section** to cmk-plugin-guide.md covering:
13+
- SimpleSNMPSection and SNMPSection classes for SNMP data collection
14+
- SNMP detection specifications with all available detection functions
15+
- Special OID types (OIDEnd, OIDBytes, OIDCached) with usage examples
16+
- Multi-item discovery patterns for SNMP devices
17+
- Complete real-world example: UPS monitoring via SNMP
18+
- SNMP-specific best practices and optimization techniques
19+
- Testing and troubleshooting guidance for SNMP plugins
20+
- Common SNMP OIDs reference (MIB-2 standard OIDs)
1221

1322
### Changed
1423
- Reorganized cmk-plugin-guide.md structure with table of contents and improved flow

0 commit comments

Comments
 (0)