Versions Compared

Key

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

...

The plugin will receive a number of audit messages. These audits represent states, logs , or actions reported by the various services. These messages are to be transferred as a trap via the SNMP protocol.

...

To be createdTo be created

Name of the audit message

(SOURCE)

Description

  SEVERITY

Variables

JSON DETAILS

Description of the variable

Type of the variableAudit Existing or

STLNK (to be created)

STLNK

State of the protocol link of the north or south services



SUCCESS, FAILURE,
WARNING or INFORMATION

nameService

Name of the service sending the notification. (1)

String

To be created

nameLink

Name of the protocol link (name of the PA for example)

String

valueLink

Link status.

enum :

  • ON
  • OFF

STCHA (to be created)

Status of the north or south service protocol channels



SUCCESS, FAILURE,
WARNING or INFORMATION

nameService

Name of the service sending the notification. (1)

String

To be created

nameLink

Name of the protocol link

String

nameChannel

Name of the TCP connection

String

valueChannel

State of the TCP connection

enum :

  • ON
  • OFF

STSRV (to be created)

State of services north or south

SUCCESS, FAILURE,
WARNING or INFORMATION

nameService

Name of the service sending the notification. (1)

String

valueService

State of the service sending the notification. (1)

enum :

  • stopped
  • starting
  • shutting down
  • running

START

Starting the FLEDGE system

SUCCESS, FAILURE,
WARNING or INFORMATIONExisting




FSTOP

Stopping the FLEDGE system

SUCCESS, FAILURE,
WARNING or INFORMATION

Existing




CONCH

Configuration update

SUCCESS, FAILURE,
WARNING or INFORMATION

nameService

Name of the service sending the notification. (1)

StringExisting

SRVFL

Failure of a service (failure to start, crash at runtime...)

SUCCESS, FAILURE,
WARNING or INFORMATION

nameService

Name of the service sending the notification. (1)

String

Existing

errorService

Service error in the form of a string

String

SNAUF (to be created)

Authentification failure SNMP v3

SUCCESS, FAILURE,
WARNING or INFORMATIONTo




EVTIF (to be created)

EVTIF

évènement type INFO

SUCCESS, FAILURE,
WARNING or INFORMATION

nameService

Name of the service sending the notification. (1)

String

To be created

nameEvent

Name of the event

String

valueEvent

Description of the event

String

EVTWA (to be created)

évènement type WARNING

SUCCESS, FAILURE,
WARNING or INFORMATION

nameService

Name of the service sending the notification. (1)

String

To be created

nameEvent

Name of the event

String

valueEvent

Description of the event

String

EVTFA (to be created)

évènement type FATAL

SUCCESS, FAILURE,
WARNING or INFORMATION

nameService

Name of the service sending the notification. (1)

String

nameEvent

Name of the event

String

valueEvent

Description of the event

String

...

The configuration of the plugin allows the link between the audit variables and the SNMP trap objects. 
It also allows to fill in the following information:

...

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"

Yes
destname of the object in the trap
Yes
originorigin of the dataaudit, env, staticYes
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"
   }
}

...