add systemd timer + a service and a timer can have same name
This commit is contained in:
@ -6,22 +6,22 @@
|
||||
"192.168.0.2"
|
||||
]
|
||||
},
|
||||
"services.nut.ip.nut_monitor_host.name": {
|
||||
"services.nut_service.ip.nut_monitor_host.name": {
|
||||
"owner": "default",
|
||||
"value": [
|
||||
"192.168.0.1",
|
||||
"192.168.0.2"
|
||||
]
|
||||
},
|
||||
"services.nut.ip.nut_monitor_host.activate": {
|
||||
"services.nut_service.ip.nut_monitor_host.activate": {
|
||||
"owner": "default",
|
||||
"value": true
|
||||
},
|
||||
"services.nut.activate": {
|
||||
"services.nut_service.activate": {
|
||||
"owner": "default",
|
||||
"value": true
|
||||
},
|
||||
"services.nut.manage": {
|
||||
"services.nut_service.manage": {
|
||||
"owner": "default",
|
||||
"value": true
|
||||
}
|
||||
|
@ -3,11 +3,11 @@
|
||||
"192.168.0.1",
|
||||
"192.168.0.2"
|
||||
],
|
||||
"services.nut.ip.nut_monitor_host.name": [
|
||||
"services.nut_service.ip.nut_monitor_host.name": [
|
||||
"192.168.0.1",
|
||||
"192.168.0.2"
|
||||
],
|
||||
"services.nut.ip.nut_monitor_host.activate": true,
|
||||
"services.nut.activate": true,
|
||||
"services.nut.manage": true
|
||||
"services.nut_service.ip.nut_monitor_host.activate": true,
|
||||
"services.nut_service.activate": true,
|
||||
"services.nut_service.manage": true
|
||||
}
|
||||
|
@ -6,22 +6,22 @@
|
||||
"192.168.0.2"
|
||||
]
|
||||
},
|
||||
"services.nut.ip.nut_monitor_host.name": {
|
||||
"services.nut_service.ip.nut_monitor_host.name": {
|
||||
"owner": "default",
|
||||
"value": [
|
||||
"192.168.0.1",
|
||||
"192.168.0.2"
|
||||
]
|
||||
},
|
||||
"services.nut.ip.nut_monitor_host.activate": {
|
||||
"services.nut_service.ip.nut_monitor_host.activate": {
|
||||
"owner": "default",
|
||||
"value": true
|
||||
},
|
||||
"services.nut.activate": {
|
||||
"services.nut_service.activate": {
|
||||
"owner": "default",
|
||||
"value": true
|
||||
},
|
||||
"services.nut.manage": {
|
||||
"services.nut_service.manage": {
|
||||
"owner": "default",
|
||||
"value": true
|
||||
}
|
||||
|
Reference in New Issue
Block a user