2021-04-13 11:07:10 +02:00
|
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
2021-02-18 18:57:50 +01:00
|
|
|
<rougail version="0.9">
|
2021-04-13 11:07:10 +02:00
|
|
|
<services>
|
|
|
|
<service name="nut">
|
|
|
|
<ip iplist="example">nut_monitor_host</ip>
|
|
|
|
</service>
|
|
|
|
</services>
|
|
|
|
<variables>
|
|
|
|
<variable name="condition">
|
|
|
|
<value>no</value>
|
|
|
|
</variable>
|
|
|
|
<variable name="nut_monitor_host" type="network_cidr" mandatory="True">
|
|
|
|
<value>192.168.0.0/24</value>
|
|
|
|
</variable>
|
|
|
|
</variables>
|
|
|
|
<constraints>
|
|
|
|
<condition name="disabled_if_in" source="condition">
|
|
|
|
<param>yes</param>
|
|
|
|
<target type="iplist">example</target>
|
|
|
|
<target>nut_monitor_host</target>
|
|
|
|
</condition>
|
|
|
|
</constraints>
|
2021-02-17 10:04:57 +01:00
|
|
|
</rougail>
|