16 lines
374 B
INI
16 lines
374 B
INI
[General]
|
|
; Path to the named pipe (FIFO) for sFlow data
|
|
PipePath = /tmp/sflow-abuse
|
|
; Webhook URL for sending alerts
|
|
WebhookURL = "x"
|
|
|
|
[Monitoring]
|
|
; List of ports to monitor (comma-separated)
|
|
MonitoredPorts = 25,587
|
|
|
|
[Thresholds]
|
|
; Time threshold for counting events (in seconds)
|
|
TimeThreshold = 10
|
|
|
|
; Packet count threshold for sending an alert
|
|
PacketCountThreshold = 100 |