Test Frame: Difference between revisions

From VoIPmonitor.org
No edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<kroki lang="plantuml">
<kroki lang="plantuml">
@startuml
@startuml
title Remote Probing (Local Processing)
skinparam backgroundColor white
skinparam backgroundColor white
skinparam defaultFontColor #1e293b
skinparam ArrowColor #475569
skinparam rectangle {
    BackgroundColor #e0f4fc
    BorderColor #00A7E3
    RoundCorner 8
}


skinparam frame {
skinparam database {
     BorderColor #64748b
    BackgroundColor #fef3e2
     BorderColor #f78d1d
}
}


frame "Remote Site" {
skinparam storage {
     rectangle "Traffic" as NET1
     BackgroundColor #f1f5f9
     rectangle "Sensor" as SENSOR1
     BorderColor #475569
}
}


frame "Central Server" {
skinparam cloud {
     rectangle "GUI" as GUI
     BackgroundColor #e0f4fc
     rectangle "MySQL" as DB
     BorderColor #00719A
}
}


SENSOR1 -right-> DB : CDR
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
GUI -down-> DB : query
GUI -down-> DB : query
note right of SENSOR1 : Remote Site
note right of DB : Central Server


@enduml
@enduml
</kroki>
</kroki>

Latest revision as of 20:02, 11 December 2025