forked from stove/dataset
21 lines
1.1 KiB
XML
21 lines
1.1 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<rougail version="0.10">
|
|
<variables>
|
|
<variable name="remotes" description="Remote journald" type="domainname" provider="Journald" mandatory="True" multi="True"/>
|
|
<family name="remote_" description="Account for " dynamic="accounts.remotes">
|
|
<variable name="host_" description="Remote host" type="domainname" mandatory="True" provider="Journald:host"/>
|
|
<variable name="messages_" multi="True" provider="Journald:message" unique="False"/>
|
|
<variable name="services_" multi="True" provider="Journald:service" unique="False"/>
|
|
<variable name="functions_" multi="True" provider="Journald:function" mandatory="False" unique="False"/>
|
|
</family>
|
|
<variable name="vector_conditions" hidden="True"/>
|
|
</variables>
|
|
<constraints>
|
|
<fill name="calc_vector_conditions">
|
|
<param type="variable">accounts.remote_.messages_</param>
|
|
<param type="variable">accounts.remote_.services_</param>
|
|
<param type="variable">accounts.remote_.functions_</param>
|
|
<target>accounts.vector_conditions</target>
|
|
</fill>
|
|
</constraints>
|
|
</rougail>
|