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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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