mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 19:05:09 +00:00
34 lines
757 B
JSON
34 lines
757 B
JSON
|
{
|
||
|
"name": "Checkmk",
|
||
|
"slug": "checkmk",
|
||
|
"categories": [
|
||
|
7
|
||
|
],
|
||
|
"date_created": "2024-12-19",
|
||
|
"type": "ct",
|
||
|
"updateable": true,
|
||
|
"privileged": false,
|
||
|
"interface_port": 80,
|
||
|
"documentation": "https://docs.checkmk.com/",
|
||
|
"website": "https://checkmk.com/",
|
||
|
"logo": "https://github.com/Checkmk/checkmk/blob/master/omd/license_sources/checkmk_logo.svg",
|
||
|
"description": "Checkmk - Your complete IT monitoring solution",
|
||
|
"install_methods": [
|
||
|
{
|
||
|
"type": "default",
|
||
|
"script": "ct/checkmk.sh",
|
||
|
"resources": {
|
||
|
"cpu": 2,
|
||
|
"ram": 2048,
|
||
|
"hdd": 4,
|
||
|
"os": null,
|
||
|
"version": null
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"default_credentials": {
|
||
|
"username": null,
|
||
|
"password": null
|
||
|
},
|
||
|
"notes": []
|
||
|
}
|