lego-monitoring/config.example.json
2024-11-09 12:22:12 +03:00

13 lines
251 B
JSON

{
"checks": {
"docker_registry": {
"hub_url": "https://hub.docker.com/",
"images": [
"gitlab/gitlab-ce"
]
},
"raid": {
"lvs": ["Data/lvol0"]
}
}
}