We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbb96c commit 3a81029Copy full SHA for 3a81029
config/plugin/check_fd.sh
@@ -17,8 +17,8 @@ max=$(cat /proc/sys/fs/file-max)
17
18
echo "current fd is $count and max is $max"
19
if [[ $count -gt $((max*8/10)) ]]; then
20
- echo "more than 80% fd has been used($count:$max)"
+ echo "more than 80 percent of fd has been used($count:$max)"
21
exit $NONOK
22
fi
23
echo "fd is ok"
24
-exit $OK
+exit $OK
0 commit comments