Test Frame: Difference between revisions
No edit summary |
No edit summary |
||
| Line 33: | Line 33: | ||
frame "Remote Site" { | frame "Remote Site" { | ||
cloud "PBX/SBC | cloud "PBX/SBC Traffic" as NET1 | ||
rectangle " | rectangle "Remote Sensor" as SENSOR1 | ||
storage "PCAP" as PCAP1 | storage "PCAP" as PCAP1 | ||
NET1 -down-> SENSOR1 : capture | NET1 -down-> SENSOR1 : capture | ||
| Line 41: | Line 41: | ||
frame "Central Server" { | frame "Central Server" { | ||
rectangle " | rectangle "Web GUI" as GUI | ||
database " | database "MySQL" as DB | ||
} | } | ||