28 lines
445 B
YAML
28 lines
445 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
|