=================================================================== RCS file: /cvs/nagios/check_pf_limits/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nagios/check_pf_limits/README 2010/01/14 22:21:34 1.1 +++ nagios/check_pf_limits/README 2010/01/14 23:04:38 1.2 @@ -1,11 +1,16 @@ check_pf_limits - checks status OpenBSD's PF limits -check_pf_limits needs to run "pfctl -s" so will need permission to the pf device. +check_pf_limits needs to run "pfctl -s" so will need permission to +the pf device. Most likely this means adding something to /etc/sudoers. -Currently checked limits are 'states' and 'src-nodes'. +For example: +_nrpe ALL = NOPASSWD:${PREFIX}/libexec/nagios/check_pf_limits -c :90% -l src-nodes -w 10:50% +Currently checked limits are 'states' and 'src-nodes' and whether +PF is enabled. + For more information on pf(4) see the OpenBSD man page. http://www.openbsd.org -$AFresh1$ +$AFresh1: README,v 1.1 2010/01/14 22:21:34 andrew Exp $