reworks on ip
This commit is contained in:
17
tests/dictionaries/80services_ip_not_netmask/00-base.xml
Normal file
17
tests/dictionaries/80services_ip_not_netmask/00-base.xml
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<rougail version="0.9">
|
||||
|
||||
<services>
|
||||
<service name='nut'>
|
||||
<ip netmask='nut_monitor_netmask'>nut_monitor_host</ip>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
<variables>
|
||||
<variable name="nut_monitor_host" type="network" mandatory='True'/>
|
||||
<variable name="nut_monitor_netmask" type="ip" mandatory='True'/>
|
||||
</variables>
|
||||
</rougail>
|
||||
<!-- vim: ts=4 sw=4 expandtab
|
||||
-->
|
Reference in New Issue
Block a user