2019-11-23 08:17:35 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-02-18 18:57:50 +01:00
|
|
|
<rougail version="0.9">
|
2020-02-14 17:59:39 +01:00
|
|
|
<services>
|
|
|
|
<service name='ntp'>
|
2021-02-19 10:50:28 +01:00
|
|
|
<ip netmask='nut_monitor_netmask'>nut_monitor_host</ip>
|
2020-02-14 17:59:39 +01:00
|
|
|
</service>
|
|
|
|
</services>
|
2019-11-23 08:17:35 +01:00
|
|
|
<variables>
|
2021-03-27 07:44:13 +01:00
|
|
|
<family name="general" description="général">
|
2021-02-20 10:41:53 +01:00
|
|
|
<variable name="nut_monitor_netmask" type="netmask" mandatory='True' multi="True">
|
|
|
|
<value>255.255.255.0</value>
|
|
|
|
</variable>
|
|
|
|
<variable name="nut_monitor_host" type="network" mandatory='True'>
|
|
|
|
<value>192.168.1.0</value>
|
2019-11-23 08:17:35 +01:00
|
|
|
</variable>
|
|
|
|
</family>
|
|
|
|
</variables>
|
|
|
|
<constraints>
|
2020-04-18 09:00:03 +02:00
|
|
|
<group leader="nut_monitor_netmask">
|
|
|
|
<follower>nut_monitor_host</follower>
|
2019-11-23 08:17:35 +01:00
|
|
|
</group>
|
|
|
|
</constraints>
|
2020-02-16 21:27:42 +01:00
|
|
|
</rougail>
|
2019-11-23 08:17:35 +01:00
|
|
|
<!-- vim: ts=4 sw=4 expandtab
|
|
|
|
-->
|