Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Quick and simple check for number of portsentry bans in /var/lib/portsentry/portsentry.blocked.{tcp|atcp}. Detects if running in atcp or tcp mode and reads appropriate logfile.
Current Version
1.2
Last Release Date
June 13, 2022
Owner
Daniel Tate
Download URL
https://github.com/dantate/check_portsentry_bans.py/blob/main/check_portsentry_bans.py
License
GPL
Compatible With
Usage: check_portsentry_bans -w [warn] -c [crit] ---
object CheckCommand "check_portsentry_bans" { import "plugin-check-command" command = [ PluginDir + "/check_portsentry_bans" ] arguments += { "-w" = { order = 1 value = "$portsentry_warn$" required = true } "-c" = { order = 2 value = "$portsentry_crit$" required = true } } }
You must be logged in to submit a review.
To:
From: