Do not let /etc/services confuse FD checker (munin plugin)

This commit is contained in:
Sandro Santilli 2013-02-20 12:12:35 +01:00
parent dc188817a8
commit b98a0f9104
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
1.1.7 (DD//MM//YY)
-----
* Do not let /etc/services confuse FD checker (munin plugin)
1.1.6 (19//02//13)
-----

View File

@ -43,7 +43,7 @@ fi
tmpreport="/tmp/checkfd.$$.txt"
lsof -p $(echo "${pids}" | tr ' ' ',') > "${tmpreport}"
lsof -Pp $(echo "${pids}" | tr ' ' ',') > "${tmpreport}"
maxdb=0
maxredis=0