alertd — format of alertd component configuration
General syntax rules of Kernun Firewall configuration files are described in configuration(7). This man page describes types, sections and items specific for the alertd component configuration.
Repeatable sections/items are marked by
the '*
' before section/item name.
Configuration directives have attributes of several value-types. For the basic types description, see configuration(7).
Enumeration is a list of words (names) representing integer values. Some enumerations accept both names and direct integer values; in this case, enumeration description contains values for every name (in parenthesis next to name). For other enumerations, using of names is obligatory.
The following enumerations are used in alertd configuration directives:
Configuration of alertd library component consists of following prototypes:
alertd { ... }
alertd
{
phase ... ;
* tag ... ;
log-debug { ... }
log-stats { ... }
use-resolver ... ;
cfg-resolution ... ;
monitoring { ... }
stats-daily { ... }
stats-weekly { ... }
stats-monthly { ... }
nodaemon ... ;
singleproc ... ;
app-user ... ;
idle-timeout ... ;
run-block-sigalrm ... ;
* snmp-manager name
{ ... }
}
SNMP Alert Daemon configuration.
alertd
section is derived from
alone-application
section prototype.
For detail description of it, see application(5).
snmp-manager
name
{
host ... ;
port ... ;
community ... ;
}
SNMP Manager Definition.
host
host
;SNMP Manager Host.
host
(type: host
)port
[port
];SNMP Manager Port.
port
(type: port
, optional, default: 162)community
[community
];SNMP Community.
community
(type: str
, optional, default: "public")[End of section alertd.snmp-manager
description.]
[End of section alertd
description.]