Test Frame: Difference between revisions
No edit summary |
No edit summary |
||
| (11 intermediate revisions by the same user not shown) | |||
| Line 28: | Line 28: | ||
} | } | ||
cloud "PBX/SBC Traffic" as NET1 | |||
rectangle "Remote Sensor\nLocal Processing" as SENSOR1 | |||
storage "PCAP" as PCAP1 | |||
rectangle "Web GUI" as GUI | |||
database "MySQL" as DB | |||
NET1 -down-> SENSOR1 : capture | |||
SENSOR1 -down-> PCAP1 : packets | |||
SENSOR1 -right-> DB : CDR only | SENSOR1 -right-> DB : CDR only | ||
GUI -down-> DB : query | GUI -down-> DB : query | ||
note right of SENSOR1 : Remote Site | |||
note right of DB : Central Server | |||
@enduml | @enduml | ||
</kroki> | </kroki> | ||