From 99bbf17b6ddcc94407679a936c1ba02ed916a449 Mon Sep 17 00:00:00 2001 From: Ralf Mellis Date: Fri, 9 May 2025 18:19:28 +0200 Subject: [PATCH] Update Readme.md --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3226a0f..bce5cfb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,24 @@ # Traefik-CheckMK -CheckMK Special Agent for Traefik \ No newline at end of file +CheckMK Special Agent for Traefik + +Transposes the main dashboard of Traefik into CheckMK services. +Thresholds for min/max numbers of HTTP/TCP/UDP routers/services/middlewares are adjustable. + +Securing Traefik's API and dashboard with Basic or Digest Auth is mandatory. + +If the Traefik dashboard reports any warning state, the appropriate service goes into warning state. +If the Traefik dashboard reports any critical state, the appropriate service goes into critical state. + + +Services Overview: + +![Services Overview](Traefik-Services-Overview.png) + +Traefik Info Details: + +![Info Details](Traefik-Info-Details.png) + +Traefik HTTP Components Details: + +![HTTP Components Details](Traefik-HTTPComponents-Details.png) \ No newline at end of file