Skip to content

Commit

Permalink
Added /docs/monitoring.md file
Browse files Browse the repository at this point in the history
Update Jira task CE-17 from 'to do' to 'in progress'

Related to CE-17

https://jira.hyperledger.org/browse/CE-17

Change-Id: I3dd59b5c7bdf0c1bb9aa29b46557725b94e78f95
Signed-off-by: indirajith <indirajithv@gmail.com>
  • Loading branch information
indirajith committed Apr 11, 2017
1 parent b3d4986 commit 380726e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/monitoring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

#Monitoring services
The monitoring services build in real time an archive of observations obtained from the analisys of the communication flows of the CELL application services.
The observations could be checked in real time (directly in memory) against attacks, anomalies or errors.
The observations, once processed in real time, are stored into a persistent archive for statistic analisys and reports generation.

### Config the port to be monitored
Admin can configure the tcp ports to be monitored by the monitoring services, by adding the following two lines:
* # the monitoring services will have to monitor the following ports
* PORTS_TO_BE_MONITORED = list(PEER_SERVICE_PORTS.items()) + list(CA_SERVICE_PORTS.items())
to the configuration file: /src/common/utils.py

### Config the monitoring level
Admin can add to the file /src/monitoring/config.py the following flags:
* MONITOR_DB=<file name or network path where to store the persistent archive>
* MONITOR_LEVEL=FULL | SIMPLE | NONE

0 comments on commit 380726e

Please sign in to comment.