New Script: CheckMk (#926)

* New Script: CheckMk

* Add sudo

* Change to dpkg -i
This commit is contained in:
Michel Roegl-Brunner
2024-12-20 10:01:32 +01:00
committed by GitHub
parent 94b51fefeb
commit 2326e11699
3 changed files with 141 additions and 0 deletions

34
json/checkmk.json Normal file
View File

@@ -0,0 +1,34 @@
{
"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": []
}