Closed mbierman closed 2 years ago
The error is coming from a different plugin, not mine. but still, it seems like the second part of your config does not include name:
{
"hosts": [
{
"name": "Pigpen Awway",
"ipv4_address": "192.168.0.19",
"interval": 60,
"timeout": 25,
"retries": 1,
"startup_as_failed": true,
"closed_on_success": false
},
{
"name": "xxxxxx", <----- this is missing
"ipv4_address": "xx.xx.xx.xx, <----- this is missing
"interval": 60,
"timeout": 25,
"retries": 1,
"startup_as_failed": true,
"closed_on_success": true
}
],
"_bridge": {
"username": "0E:56:B1:0B:8D:61",
"port": 48176
},
"platform": "PingHosts"
}
lol so sorry! I grabbed the wrong link to github.And thanks. Apparently the other plugin didn't get rid of an empty entry that it should have. Many, many thanks!
Can you give any sugggestions about why this isn't working?
Config