From f40c606808414c3270837fc3dd526944a2a852bd Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:29:03 +0100 Subject: [PATCH] Add Login Note for Checkmk (#940) --- json/checkmk.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/json/checkmk.json b/json/checkmk.json index 00fec9232..be96b017c 100644 --- a/json/checkmk.json +++ b/json/checkmk.json @@ -30,5 +30,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "Login Credentials : `cat ~/checkmk.creds`", + "type": "info" + } + ] }