stateless-uptime-kuma/tests/00_simple_ping_probe.json

8 lines
102 B
JSON
Raw Normal View History

2024-04-16 22:48:52 +02:00
{
"monitors": [{
"name": "test_monitor",
"type": "ping",
"hostname": "localhost"
}]
}