ping-monitor/ping-monitor.conf.example

51 lines
1.1 KiB
Plaintext

{
"debug_output": false,
"ping_config": [
{
"tag": "google",
"name": "Google",
"address": "8.8.8.8",
"ping_count": 2,
"ping_interval": 0.3,
"ping_deadline": 3,
"refresh_interval": 2000,
"active": true,
"visible": true,
"show_name": true,
"show_address": true,
"show_tooltip": true,
"warning_threshold": 20
},
{
"tag": "router",
"name": "Router",
"address": "192.168.0.1",
"ping_count": 2,
"ping_interval": 0.3,
"ping_deadline": 3,
"refresh_interval": 2000,
"active": true,
"visible": true,
"show_name": true,
"show_address": true,
"show_tooltip": true,
"warning_threshold": 20
},
{
"tag": "cloudflare",
"name": "Cloudflare",
"address": "1.1.1.1",
"ping_count": 2,
"ping_interval": 0.3,
"ping_deadline": 3,
"refresh_interval": 2000,
"active": true,
"visible": true,
"show_name": true,
"show_address": false,
"show_tooltip": true,
"warning_threshold": 20
}
]
}