16 lines
308 B
YAML
16 lines
308 B
YAML
version: '0.10'
|
|
services:
|
|
- service:
|
|
- name: nut
|
|
ip:
|
|
- ip_type: variable
|
|
netmask: nut_monitor_netmask
|
|
text: nut_monitor_host
|
|
variables:
|
|
- variable:
|
|
- name: nut_monitor_host
|
|
type: network_cidr
|
|
mandatory: true
|
|
- name: nut_monitor_netmask
|
|
type: netmask
|
|
mandatory: true
|