lego-monitoring/config.example.json
2024-11-09 13:57:32 +03:00

27 lines
590 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"
}
]
}
}
}