17 lines
290 B
YAML
17 lines
290 B
YAML
|
version: '0.10'
|
||
|
services:
|
||
|
- service:
|
||
|
- name: nut
|
||
|
ip:
|
||
|
- netmask: nut_monitor_netmask
|
||
|
text: nut_monitor_host
|
||
|
variables:
|
||
|
- variable:
|
||
|
name: nut_monitor_host
|
||
|
type: ip
|
||
|
mandatory: 'True'
|
||
|
- variable:
|
||
|
name: nut_monitor_netmask
|
||
|
type: netmask
|
||
|
mandatory: 'True'
|