Hi all,
I have following question:
In my configuration I have defined:
module(load="omprog")
ruleset(name="iscsi_repair"){
action(name="iscsi_repair"
type="omprog"
binary="/usr/bin/iscsi-supervision-handler"
template="RSYSLOG_TraditionalFileFormat")
}
# Rules for matching events
# -------------------------#
if ($syslogtag contains "iscsid") and ($msg contains "operational after
recovery") then {
call iscsi_repair
}
It works fine, but when a triggering event occurs
while the program (iscsi_repair) is still running, it is not triggered again.
i.e. the triggering event in that case is just discarded.
I already tried to add
queue.type="linkedList" for the action but this did not change anything.
What can I do that each trigger event is handled?
Thanks and BR
Elisabeth
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of
sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE
THAT.