initial upload

This commit is contained in:
2025-04-05 11:25:24 +02:00
commit 389b0254fb
6 changed files with 249 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# HAL9002-CheckMK
#### Just an example for a special agent in CheckMK.
#### This is the HAL9001 agent rewritten according to the new plugin API introduced with CheckMK 2.3
#### Provides an agent which is highly customizable and does not depend on any remote data source or system.
#### Covers various aspects of agent development within CheckMK.
Some screenshots:
Services Overview:
![Services Overview](images/services-overview.png)
Service Details:
![Service Detail "Overall Info"](images/service-detail-overall-info.png)
![Service Detail "Storage"](images/service-detail-storage.png)
![Service Detail "User"](images/service-detail-user.png)