2021-04-13 11:07:10 +02:00
|
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
2021-04-13 19:05:01 +02:00
|
|
|
<rougail version="0.10">
|
2021-04-13 11:07:10 +02:00
|
|
|
<services>
|
|
|
|
<service name="test" servicelist="test">
|
|
|
|
<ip>nut_monitor_host</ip>
|
|
|
|
</service>
|
|
|
|
</services>
|
|
|
|
<variables>
|
|
|
|
<variable name="condition">
|
|
|
|
<value>no</value>
|
|
|
|
</variable>
|
|
|
|
<variable name="nut_monitor_host" type="ip" mandatory="True">
|
|
|
|
<value>192.168.0.1</value>
|
|
|
|
</variable>
|
|
|
|
</variables>
|
|
|
|
<constraints>
|
|
|
|
<condition name="disabled_if_in" source="condition">
|
|
|
|
<param>no</param>
|
|
|
|
<target type="servicelist">test</target>
|
|
|
|
</condition>
|
|
|
|
</constraints>
|
2021-02-21 19:48:30 +01:00
|
|
|
</rougail>
|