Name

alertd — format of alertd component configuration

DESCRIPTION

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.

TYPES

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:

yes-no (see common(5))

time-cond (see common(5))

zip-mode (see common(5))

dbglev (see log(5))

logfail-mode (see log(5))

ITEMS AND SECTIONS

Configuration of alertd library component consists of following prototypes:


  alertd { ... }
    

Description:

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.

The alertd section is derived from alone-application section prototype. For detail description of it, see application(5).

Added items & subsections:

snmp-manager name {


  host ... ;
  port ... ;
  community ... ;
}

            

SNMP Manager Definition.

Items & subsections:

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.]

SEE ALSO

configuration(7), application(5), common(5), log(5)