1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-22 03:58:07 +00:00

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, "username": null,
"password": null "password": null
}, },
"notes": [] "notes": [
{
"text": "Login Credentials : `cat ~/checkmk.creds`",
"type": "info"
}
]
} }