Test Frame: Difference between revisions

From VoIPmonitor.org
No edit summary
No edit summary
Line 1: Line 1:
<kroki lang="plantuml">
<kroki lang="plantuml">
@startuml
@startuml
rectangle "Line1\nLine2" as A
title Remote Probing (Local Processing)
 
skinparam backgroundColor white
skinparam defaultFontColor #1e293b
skinparam ArrowColor #475569
 
skinparam rectangle {
    BackgroundColor #e0f4fc
    BorderColor #00A7E3
    RoundCorner 8
}
 
skinparam database {
    BackgroundColor #fef3e2
    BorderColor #f78d1d
}
 
skinparam storage {
    BackgroundColor #f1f5f9
    BorderColor #475569
}
 
skinparam cloud {
    BackgroundColor #e0f4fc
    BorderColor #00719A
}
 
skinparam frame {
    BorderColor #64748b
}
 
frame "Remote Site" {
    cloud "PBX/SBC\nTraffic" as NET1
    rectangle "**Remote Sensor**\nLocal Processing" as SENSOR1
    storage "PCAP" as PCAP1
    NET1 -down-> SENSOR1 : capture
    SENSOR1 -down-> PCAP1 : packets
}
 
frame "Central Server" {
    rectangle "**Web GUI**" as GUI
    database "**MySQL**" as DB
}
 
SENSOR1 -right-> DB : CDR only\n(minimal traffic)
GUI -down-> DB : query
 
@enduml
@enduml
</kroki>
</kroki>

Revision as of 19:59, 11 December 2025