disabling checks

This commit is contained in:
Alex 2025-01-18 14:47:56 +03:00
parent 40a92932a2
commit ae1204449c
4 changed files with 34 additions and 14 deletions

View file

@ -26,5 +26,8 @@
"login": {
"hostname": "example.com"
}
}
},
"disabled_checks": [
"nonexistent_check"
]
}