stateless-uptime-kuma/tests/02_tags.json

22 lines
451 B
JSON

{
"notifications":[{
"name": "dgn",
"type": "ntfy",
"ntfyAuthenticationMethod": "none",
"ntfytopic": "dgnum-test",
"ntfyserverurl": "https://htfy.sh",
"ntfyPriority": 5
}],
"tags":[{
"name":"test"
}],
"monitors": [{
"tags": [{ "name":"test", "value":"value"}],
"notifications": [ "dgn" ],
"old_name": "test_monitor",
"name": "test_monitor2",
"type": "ping",
"hostname": "localhost"
}]
}