Skip to content

Commit bf3432e

Browse files
Added new scope type
1 parent 1e75ac5 commit bf3432e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notify_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Action could be: ban, unban, attack_status for BGP Blackhole mode and partial_block, partial_unblock for BGP Flow Spec mode
2323
action = parsed_details["action"]
2424

25-
# Can be: per_host, hostgroup,network, per_remote_host
25+
# Can be: per_host, hostgroup,network, remote_host
2626
scope = parsed_details["alert_scope"]
2727

2828
if scope == "" or scope == "host":

0 commit comments

Comments
 (0)