Make webhook configurable
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user