Test Frame: Difference between revisions

From VoIPmonitor.org
No edit summary
No edit summary
 
Line 4: Line 4:


skinparam backgroundColor white
skinparam backgroundColor white
skinparam defaultFontColor #1e293b
skinparam ArrowColor #475569


frame "Test" {
skinparam rectangle {
     rectangle "A" as A
     BackgroundColor #e0f4fc
    BorderColor #00A7E3
    RoundCorner 8
}
}
skinparam database {
    BackgroundColor #fef3e2
    BorderColor #f78d1d
}
skinparam storage {
    BackgroundColor #f1f5f9
    BorderColor #475569
}
skinparam cloud {
    BackgroundColor #e0f4fc
    BorderColor #00719A
}
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
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