{ "host": "192.168.0.5", "check_interval_sec": 60, "reminder_interval_sec": 1800, "timeout_sec": 5, "state_file": "/data/state.json", "telegram": {"bot_token": "", "chat_id": ""}, "thresholds": {"cpu_percent": 90, "ram_avail_mb": 2048, "disk_percent": 90}, "ping": {"enabled": true}, "http_checks": [ {"name": "Gitea", "url": "http://192.168.0.5:3000/", "expected": [200]}, {"name": "Unraid WebUI", "url": "http://192.168.0.5/", "expected": [200, 301, 302, 307]}, {"name": "MetaCubeXD", "url": "http://192.168.0.5:9090/ui/", "expected": [200]}, {"name": "Netdata", "url": "http://192.168.0.5:19999/", "expected": [200]}, {"name": "Plex", "url": "http://192.168.0.5:32400/", "expected": [200, 401]}, {"name": "Nginx 8080", "url": "http://192.168.0.5:8080/", "expected": [200]} ], "tcp_checks": [ {"name": "MySQL", "host": "192.168.0.5", "port": 3306}, {"name": "SMB", "host": "192.168.0.5", "port": 445}, {"name": "Proxy 1984", "host": "192.168.0.5", "port": 1984} ], "netdata": {"base_url": "http://192.168.0.5:19999", "check_alarms": true, "check_metrics": true} }