summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/service-event-handler.xml.in18
1 files changed, 15 insertions, 3 deletions
diff --git a/interface-definitions/service-event-handler.xml.in b/interface-definitions/service-event-handler.xml.in
index 3e96013c7..ed6d41d1b 100644
--- a/interface-definitions/service-event-handler.xml.in
+++ b/interface-definitions/service-event-handler.xml.in
@@ -7,11 +7,23 @@
<help>Event handler name</help>
</properties>
<children>
- <leafNode name="pattern">
+ <node name="filter">
<properties>
- <help>Match pattern (regex)</help>
+ <help>Logs filter settings</help>
</properties>
- </leafNode>
+ <children>
+ <leafNode name="pattern">
+ <properties>
+ <help>Match pattern (regex)</help>
+ </properties>
+ </leafNode>
+ <leafNode name="syslog-identifier">
+ <properties>
+ <help>Identifier of a process in syslog (string)</help>
+ </properties>
+ </leafNode>
+ </children>
+ </node>
<node name="script">
<properties>
<help>Event handler script file</help>