You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Introduction


Architecture

Data collection and sending process

The monitoring is based on the 3 following plugins:

Sysinfo plugin which task is to collect information about the system it is running.

This plugin is already available in the Fledge's repo.

Http internal events listener south plugin which task is to collect Fledge internal events (services, tasks, logs, etc...) by polling events using the Fledge's REST API.

This plugin needs to be developed.

SNMP agent north plugin which task to convert the collected data stream to SNMP notifications (traps or informs) and send them to the remote SNMP manager (server.)

This plugin needs to be developed.


  • No labels