15 lines
467 B
XML
15 lines
467 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<rougail version="0.9">
|
|
<services>
|
|
<service name='nut'>
|
|
<ip ip_type='variable' netmask="nut_monitor_netmask">nut_monitor_host</ip>
|
|
</service>
|
|
</services>
|
|
<variables>
|
|
<variable name="nut_monitor_host" type="network_cidr" mandatory='True'/>
|
|
<variable name="nut_monitor_netmask" type="netmask" mandatory='True'/>
|
|
</variables>
|
|
</rougail>
|
|
<!-- vim: ts=4 sw=4 expandtab
|
|
-->
|