2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

don't depend on sudo to run pfctl

we should assume plugin is correctly configured, as munin-node can run
plugins as root
This commit is contained in:
Antoine Beaupré 2013-07-10 10:47:57 -04:00
parent 5cdacbaffd
commit 2a3932cfd1
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ END {
;; ;;
esac esac
sudo pfctl -sl | awk ' pfctl -sl | awk '
BEGIN { BEGIN {
total=0 total=0
} }

View File

@ -77,7 +77,7 @@ END {
;; ;;
esac esac
sudo pfctl -sl | awk ' pfctl -sl | awk '
BEGIN { BEGIN {
total=0 total=0
} }