37 lines
1.1 KiB
XML
37 lines
1.1 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<creole>
|
||
|
|
||
|
<files/>
|
||
|
<containers>
|
||
|
<container name='test' id='23'>
|
||
|
<service_restriction service='nut'>
|
||
|
<ip interface='auto' netmask='nut_monitor_netmask' netmask_type='SymLinkOption' ip_type='SymLinkOption'>nut_monitor_host</ip>
|
||
|
</service_restriction>
|
||
|
|
||
|
</container>
|
||
|
</containers>
|
||
|
|
||
|
<variables>
|
||
|
<family name='général'>
|
||
|
<variable name='mode_conteneur_actif' type='oui/non' 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>
|
||
|
<separators/>
|
||
|
</variables>
|
||
|
|
||
|
<constraints>
|
||
|
<group master="nut_monitor_netmask">
|
||
|
<slave>nut_monitor_host</slave>
|
||
|
</group>
|
||
|
</constraints>
|
||
|
|
||
|
<help/>
|
||
|
|
||
|
</creole>
|
||
|
<!-- vim: ts=4 sw=4 expandtab
|
||
|
-->
|