2024-12-20 10:01:32 +01:00
{
"name" : "Checkmk" ,
"slug" : "checkmk" ,
"categories" : [
2025-01-20 13:38:32 +01:00
9
2024-12-20 10:01:32 +01:00
] ,
"date_created" : "2024-12-19" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 80 ,
"documentation" : "https://docs.checkmk.com/" ,
"website" : "https://checkmk.com/" ,
2025-03-04 22:13:56 +01:00
"logo" : "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/checkmk.svg" ,
2025-04-24 11:49:40 +02:00
"config_path" : "" ,
2024-12-20 13:31:27 -08:00
"description" : "Checkmk is an IT monitoring software that tracks the health and performance of your systems, networks, servers, applications, and cloud services. It provides real-time insights, alerts for issues, and tools for troubleshooting, helping ensure smooth operations across your infrastructure." ,
2024-12-20 10:01:32 +01:00
"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
} ,
2024-12-20 13:29:03 +01:00
"notes" : [
{
"text" : "Login Credentials : `cat ~/checkmk.creds`" ,
"type" : "info"
}
]
2024-12-20 10:09:32 +01:00
}
2025-04-24 11:49:40 +02:00