Blame view

doc/uml/usecases/monitoring_usc.txt 718 Bytes
64fc9a89   Etienne Pallier   - un peu de refac...
1
2
3
4
5
6
7
8
9
TODO: 
Le Monitor fait bcp trop de choses qui dépassent sa responsabilité.
Il faut passer quelques unes de ces fonctions au Majordome: 
- démarrer le AlertManager
- initialize instruments
- config instruments
- update soft versions
- compute night start&end

164eebbd   haribo   UML and comments
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
@startuml

title Monitoring

actor System
actor User

:System: --> (Initialize instruments connection)
:System: --> (Configure instruments)
:System: --> (Update softwares versions)
:System: --> (Start alert listener)
:System: --> (Get instrument status)
:System: --> (Ask PLC for info)
:System: --> (Compute night start & end)
:System: --> (Handle the time, and the night start & end)

:User: --> (See instruments status)
:User: --> (See PLC info)

@enduml