We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The config file try to get CPU info from multiple server.
sample: ssh <name>@<ip> "ps --no-headers -A -o %cpu | awk '{ s+=\$1 } END {print s}'"
It's sometimes display ok, and some time there is warning display as below
SAMPLING FAILURE fork/exec /bin/sh: too many open files
The text was updated successfully, but these errors were encountered:
facing this issue too in a dashboard with 21 items that have been running for several hours on a raspberry pi
the sampling commands are all only using cat, sampling at the rate of 1000ms .. increasing ulimits -n to 15k does not help
cat
ulimits -n
Sorry, something went wrong.
No branches or pull requests
The config file try to get CPU info from multiple server.
It's sometimes display ok, and some time there is warning display as below
The text was updated successfully, but these errors were encountered: