1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00: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
} }