Add Login Note for Checkmk (#940)

This commit is contained in:
CanbiZ
2024-12-20 13:29:03 +01:00
committed by GitHub
parent 4c042c180f
commit f40c606808

View File

@@ -30,5 +30,10 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [] "notes": [
{
"text": "Login Credentials : `cat ~/checkmk.creds`",
"type": "info"
}
]
} }