lego-monitoring/archive-arch/config.example.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"
]
}