15 lines
274 B
YAML
15 lines
274 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
|
|
- name: nut_monitor_netmask
|
|
type: netmask
|
|
mandatory: true
|