mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 18:38:30 +00:00
Merge pull request #346 from anarcat/pfctl_no_sudo
don't depend on sudo to run pfctl
This commit is contained in:
commit
384f0119b9
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ END {
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
sudo pfctl -sl | awk '
|
pfctl -sl | awk '
|
||||||
BEGIN {
|
BEGIN {
|
||||||
total=0
|
total=0
|
||||||
}
|
}
|
||||||
|
|
|
@ -77,7 +77,7 @@ END {
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
sudo pfctl -sl | awk '
|
pfctl -sl | awk '
|
||||||
BEGIN {
|
BEGIN {
|
||||||
total=0
|
total=0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue