allow multiple IP
This commit is contained in:
34
tests/dictionaries/70services_ip_twice/makedict/after.json
Normal file
34
tests/dictionaries/70services_ip_twice/makedict/after.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"rougail.nut_monitor_host": {
|
||||
"owner": "default",
|
||||
"value": "192.168.0.1"
|
||||
},
|
||||
"rougail.nut_monitor_host2": {
|
||||
"owner": "default",
|
||||
"value": "192.168.0.2"
|
||||
},
|
||||
"services.nut.ip.nut_monitor_host.name": {
|
||||
"owner": "default",
|
||||
"value": "192.168.0.1"
|
||||
},
|
||||
"services.nut.ip.nut_monitor_host.activate": {
|
||||
"owner": "default",
|
||||
"value": true
|
||||
},
|
||||
"services.nut.ip.nut_monitor_host2.name": {
|
||||
"owner": "default",
|
||||
"value": "192.168.0.2"
|
||||
},
|
||||
"services.nut.ip.nut_monitor_host2.activate": {
|
||||
"owner": "default",
|
||||
"value": true
|
||||
},
|
||||
"services.nut.activate": {
|
||||
"owner": "default",
|
||||
"value": true
|
||||
},
|
||||
"services.nut.manage": {
|
||||
"owner": "default",
|
||||
"value": true
|
||||
}
|
||||
}
|
10
tests/dictionaries/70services_ip_twice/makedict/base.json
Normal file
10
tests/dictionaries/70services_ip_twice/makedict/base.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"rougail.nut_monitor_host": "192.168.0.1",
|
||||
"rougail.nut_monitor_host2": "192.168.0.2",
|
||||
"services.nut.ip.nut_monitor_host.name": "192.168.0.1",
|
||||
"services.nut.ip.nut_monitor_host.activate": true,
|
||||
"services.nut.ip.nut_monitor_host2.name": "192.168.0.2",
|
||||
"services.nut.ip.nut_monitor_host2.activate": true,
|
||||
"services.nut.activate": true,
|
||||
"services.nut.manage": true
|
||||
}
|
34
tests/dictionaries/70services_ip_twice/makedict/before.json
Normal file
34
tests/dictionaries/70services_ip_twice/makedict/before.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"rougail.nut_monitor_host": {
|
||||
"owner": "default",
|
||||
"value": "192.168.0.1"
|
||||
},
|
||||
"rougail.nut_monitor_host2": {
|
||||
"owner": "default",
|
||||
"value": "192.168.0.2"
|
||||
},
|
||||
"services.nut.ip.nut_monitor_host.name": {
|
||||
"owner": "default",
|
||||
"value": "192.168.0.1"
|
||||
},
|
||||
"services.nut.ip.nut_monitor_host.activate": {
|
||||
"owner": "default",
|
||||
"value": true
|
||||
},
|
||||
"services.nut.ip.nut_monitor_host2.name": {
|
||||
"owner": "default",
|
||||
"value": "192.168.0.2"
|
||||
},
|
||||
"services.nut.ip.nut_monitor_host2.activate": {
|
||||
"owner": "default",
|
||||
"value": true
|
||||
},
|
||||
"services.nut.activate": {
|
||||
"owner": "default",
|
||||
"value": true
|
||||
},
|
||||
"services.nut.manage": {
|
||||
"owner": "default",
|
||||
"value": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user