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
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 database {
    BackgroundColor #fef3e2
    BorderColor #f78d1d
}
skinparam storage {
    BackgroundColor #f1f5f9
    BorderColor #475569
}
skinparam cloud {
    BackgroundColor #e0f4fc
    BorderColor #00719A
}


skinparam frame {
skinparam frame {
Line 33: Line 8:


frame "Remote Site" {
frame "Remote Site" {
     cloud "PBX/SBC Traffic" as NET1
     rectangle "Traffic" as NET1
     rectangle "Remote Sensor" as SENSOR1
     rectangle "Sensor" as SENSOR1
    storage "PCAP" as PCAP1
    NET1 -down-> SENSOR1 : capture
    SENSOR1 -down-> PCAP1 : packets
}
}


frame "Central Server" {
frame "Central Server" {
     rectangle "Web GUI" as GUI
     rectangle "GUI" as GUI
     database "MySQL" as DB
     rectangle "MySQL" as DB
}
}


SENSOR1 -right-> DB : CDR only
SENSOR1 -right-> DB : CDR
GUI -down-> DB : query
GUI -down-> DB : query


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

Revision as of 20:00, 11 December 2025