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

This commit is contained in:
Sandro Santilli
2013-02-20 12:14:16 +01:00
parent dc188817a8
commit b98a0f9104
2 changed files with 2 additions and 1 deletions
+1
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)
-----
+1 -1
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