Incidents: Difference between revisions

Jump to navigation Jump to search
965 bytes added ,  15 March 2023
→‎Channel configuration: SNMP trap configuration
(Restructure and update)
(→‎Channel configuration: SNMP trap configuration)
Line 343: Line 343:
Each channel can be of type:
Each channel can be of type:


* email: Incidents will be sent to the email address configured in the [[Global settings]].
'''email''' Incidents will be sent to the email address configured in the [[Global settings]].
* syslog: Incidents will be sent to the configured syslog server via TCP on any TCP or UDP port.
 
* kafka: The incidents are sent to a topic on the configured Apache Kafka server. Firmware >= 4.0. The message is the same as for syslog.
'''kafka''' The incidents are sent to a topic on the configured Apache Kafka server. Firmware >= 4.0. The message is the same as for syslog.
** Kafka Server configuration:
* Bootstrap Server: hostname/ip:port of a Kafka Broker or multiple Brokers separated by comma
*** Bootstrap Server: hostname/ip:port of a Kafka Broker or multiple Brokers separated by comma
* Protocol: Plaintext (no authentication, no encryption), SASL Paintext (Plain authentication, no encryption), SASL SSL (Plain authentication, TLS/SSL encryption)
*** Protocol: Plaintext (no authentication, no encryption), SASL Paintext (Plain authentication, no encryption), SASL SSL (Plain authentication, TLS/SSL encryption)
* Ignore TLS Certificate: Ignore the TLS Certificate of the Brokers (only SASL SSL)
*** Ignore TLS Certificate: Ignore the TLS Certificate of the Brokers (only SASL SSL)
* Username: Broker Login (only SASL)
*** Username: Broker Login (only SASL)
* Password: Broker Login (only SASL)
*** Password: Broker Login (only SASL)
* Topic: The name of the topic into which the Incidents are sent.
*** Topic: The name of the topic into which the Incidents are sent.
 
'''snmp_trap''' Incidents will be sent to the configured SNMP trap receiver (firmware >= 4.0). A MIB file with the Allegro Network Multimeter SNMP trap definitions is available for download in the channel configuration dialog.
* Version: Supported SNMP version of the trap receiver (SNMP v2c or SNMP v3)
* Trap receiver (manager) hostname/IP: The trap receiver hostname or IP address
 
''SNMP v2c'':
* Community name: SNMP community name expected by the trap receiver
 
''SNMP v3'':
* Authentication protocol: Protocol for authenticated messages (MD5, SHA, SHA-224, SHA-256, SHA-384, SHA-512)
* Authentication password: Pass phrase for authenticated messages
* Privacy protocol: Protocol for message encryption (AES, DES)
* Privacy password: Pass phrase for message encryption
* Security name: Security name for authenticated SNMP messages
* Security level: Security level for SNMP messages (noAuthNoPriv, authNoPriv, authPriv)
* Engine ID: Authoritative (security) engineID (hexadecimal number)
 
'''syslog''' Incidents will be sent to the configured syslog server via TCP on any TCP or UDP port.
 
 
[[File:Incidents add channel.png|thumb|alt=|none|Adding a new channel]]
[[File:Incidents add channel.png|thumb|alt=|none|Adding a new channel]]
Each channel also uses a minimum severity setting, so only incidents are reported which are of at least that severity.
Each channel also uses a minimum severity setting, so only incidents are reported which are of at least that severity.
183

edits

Navigation menu