10 Oct
2012
10 Oct
'12
07:17
Carlos E. R. wrote:
I have seen this rule in the wiki indicated above:
# Everybody gets emergency messages #*.emerg * if \ $source == 'localhost' \ and \ $syslogseverity-text == 'emerg' \ then *
which looks interesting. I wonder how to integrate both. Perhaps this:
if ($source == 'localhost') and ($syslogseverity <= 0 /* emergency */) then :omusrmsg:*
would that be correct?
It looks good, try it. -- Per Jessen, Zürich (13.4°C) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org