29 lines
970 B
XML
29 lines
970 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<rougail>
|
|
|
|
<services>
|
|
<service name='ntp'>
|
|
<ip interface='auto' netmask='nut_monitor_netmask' netmask_type='variable' ip_type='variable'>nut_monitor_host</ip>
|
|
</service>
|
|
</services>
|
|
|
|
<variables>
|
|
<family name='général'>
|
|
<variable name='mode_conteneur_actif' type='string' description="No change" hidden="True">
|
|
<value>oui</value>
|
|
</variable>
|
|
<variable name="nut_monitor_netmask" type="netmask" description="Masque de l'IP du réseau de l'esclave" mandatory='True' multi='True'/>
|
|
<variable name="nut_monitor_host" type="network" description="Adresse IP du réseau de l'esclave" mandatory='True'/>
|
|
</family>
|
|
</variables>
|
|
|
|
<constraints>
|
|
<group leader="nut_monitor_netmask">
|
|
<follower>nut_monitor_host</follower>
|
|
</group>
|
|
</constraints>
|
|
</rougail>
|
|
<!-- vim: ts=4 sw=4 expandtab
|
|
-->
|