Versions Compared

Key

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

...

The notifications to expect are:

  1. Iec104 Protocol plugin server connection status (offline, in progress, established) (STLNK or STCHA)
  2. Protocol plugin Iec104 client connection status (offline, in progress, established) (STLNK or STCHA)
  3. North Protocol plugin Iec104 north service status (stopped, starting, shutting down, running) (STSRV)Iec104 south
  4. South Protocol plugin service status (stopped, starting, shutting down, running) (STSRV)
  5. Fledge system start (START)
  6. Stop the Fledge system (FSTOP)
  7. Configuration update (CONCH)
  8. Service failure (SRVFL)
  9. SNMP v3 authentication failure (SNMPAuthenficationFailureSNAUF)
  10. INFO event (eventinfoEVTIF)
  11. WARNING event (eventwarningEVTWA)
  12. FATAL event (eventfatalEVTFA)

The plugin must be able to link audit messages with SNMP traps only by configuration.

...

Name of the audit message

(SOURCE)

Description

  SEVERITY

Variables

JSON DETAILS

Description of the variable

Type of the variable

Audit Existing or to be created

STATELINK

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

STATECHANNEL

STCHA

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

STATESERVICE

STSRV

State of services north or south

SUCCESS, FAILURE,
WARNING or INFORMATION

nameService

Name of the service sending the notification. (1)

String

To be created

valueService

State of the service sending the notification. (1)

enum :

  • stopped
  • starting
  • shutting down
  • running

START

Starting the FLEDGE system

SUCCESS, FAILURE,
WARNING or INFORMATION




Existing

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)

String

Existing

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

SNMPAuthenficationFailure

SNAUTFSNAUF

Authentification failure SNMP v3

SUCCESS, FAILURE,
WARNING or INFORMATION




To be created

Eventinfo

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

Eventwarning

EVTWA

é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

Eventfatal

EVTFA

évènement type FATAL

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

...