Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SNMP trap name

Variable Objet

Description variable objet

Evt (OID)

nameGateway (OID)

Name of the gateway (hostname)

nameService (OID)

Name of the service

nameEvent (OID)

Name of the event. Take the name of the audit.

labelVariable (OID)

Label of the variable

valueVariable (OID)

Event value (log description, connection status, service status ...)

severity (OID)

Severity of the eventaudit

date (OID)

Date of receipt of the audit

...

Common fields for all traps:

  • "nameGateway " = hostname of the gateway
  • Datedate
  • Severityseverity

Correspondence with audit variables

...

The configuration of the plugin allows the link between the audit variables and the SNMP trap objects. 

Attributes definition

Attribute

Description

Expected values

Mandatory

oidOID of the trap or OID of the objects include in the traptexte value respecting OID formatYes
"1".."7"Order index number of the objects include in the trap"1" to "7"Yes
destname of the object in the trapstringYes
originorigin of the data"audit", "env", "static"Yes
valueValue of the data
  • audit : data retrieved from the audit message
  • env : data retrieved from
an
  • environment variable
  • static : data entered statically in the configuration 
Yes

Configuration :

{

   "link_audit_trap": {
      "description":"Correspondence between audit and trap",
      "type":"json",
      "default":"",
      "order":"1",
      "displayName":"Link audit trap"
   }
}

...