27 lines
443 B
YAML
27 lines
443 B
YAML
version: '0.10'
|
|
services:
|
|
- service:
|
|
- name: test
|
|
servicelist: test
|
|
ip:
|
|
- text: nut_monitor_host
|
|
variables:
|
|
- variable:
|
|
name: condition
|
|
value:
|
|
- text: 'no'
|
|
- variable:
|
|
name: nut_monitor_host
|
|
type: ip
|
|
mandatory: true
|
|
value:
|
|
- text: 192.168.0.1
|
|
constraints:
|
|
- condition:
|
|
- name: disabled_if_in
|
|
source: condition
|
|
param:
|
|
- text: 'no'
|
|
target:
|
|
- type: servicelist
|
|
text: test
|