reident tests
This commit is contained in:
@ -1,27 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<rougail version="0.9">
|
||||
<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>
|
||||
<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>
|
||||
</rougail>
|
||||
<!-- vim: ts=4 sw=4 expandtab
|
||||
-->
|
||||
|
Reference in New Issue
Block a user