You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
582 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<seiscomp>
<plugin name="LocExt">
<extends>global</extends>
<description>
Locator which forwards the processing to external scripts
</description>
<configuration>
<group name="ExternalLocator">
<description>
Locator parameters: ExternalLocator
</description>
<parameter name="profiles" type="list:string">
<description>
A list of profiles defined as tuples of name
and path to a script separated by colon.
</description>
</parameter>
</group>
</configuration>
</plugin>
</seiscomp>