System information
OnBoard Notifications
44 AlterPath OnBoard Administrator’s Guide
Supported operators are “and,” “or,” and “not.”
The following line shows the syntax for a match function.
The following line shows the syntax for two match functions connected by
the not operator.
Supported functions are shown in the following list with their supported
criteria:
facility
(comma-separated_facility_names);
Facilities are categories: auth, auth-priv, cron, daemon, kern,
lpr, mail, mark, news, syslog, user, uucp, and local0
through local7. For example, in the default syslog-ng.conf
file, the localN facilities are not filtered:
level
(comma-separated_priority_names);
Levels are priorities: debug, info, notice, warning, err, crit, alert,
emerg. For example, in the default syslog-ng.conf file, the the
alert,” “crit,” “emerg,” “err,” “notice,” and “warn” levels
are filtered:
program(“regular_expression_matching_name_of_program
_that_created_the_message”);
For example, in the default syslog-ng.conf file, messages from
“SMTP,” “sendsms,” “snmptrap,” and “conserver” are not filtered
using the not and or operators:
host(“regular_expression_matching_name_of_host_from_
which_message_was_received”);
match(‘regular_expression_matching_a_text_string’);
match(‘regular_expression”) and not match(“regular_ expression’);