Do not let /etc/services confuse FD checker (munin plugin)
This commit is contained in:
parent
dc188817a8
commit
b98a0f9104
1
NEWS.md
1
NEWS.md
@ -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)
|
||||
-----
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user