14 lines
331 B
XML
14 lines
331 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<rougail version="0.10">
|
|
<services>
|
|
<service name="nut">
|
|
<ip>nut_monitor_host</ip>
|
|
</service>
|
|
</services>
|
|
<variables>
|
|
<variable name="nut_monitor_host" type="network_cidr" mandatory="True">
|
|
<value>192.168.0.0/24</value>
|
|
</variable>
|
|
</variables>
|
|
</rougail>
|