mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 04:41:10 +00:00
33 lines
718 B
JSON
33 lines
718 B
JSON
{
|
|
"checks": {
|
|
"docker_registry": {
|
|
"hub_url": "https://hub.docker.com/",
|
|
"images": [
|
|
"gitlab/gitlab-ce"
|
|
]
|
|
},
|
|
"raid": {
|
|
"lvs": [
|
|
"Data/lvol0"
|
|
]
|
|
},
|
|
"wearout": {
|
|
"disks": [
|
|
{
|
|
"name": "/dev/sda",
|
|
"severity": "WARNING"
|
|
},
|
|
{
|
|
"name": "/dev/nvme0",
|
|
"severity": "CRITICAL"
|
|
}
|
|
]
|
|
},
|
|
"login": {
|
|
"hostname": "example.com"
|
|
}
|
|
},
|
|
"disabled_checks": [
|
|
"nonexistent_check"
|
|
]
|
|
}
|