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
Example: $ uptime 11:55:38 up 189 days, 20 min, 3 users, load average: 0.06, 0.08, 0.04
$ ./check_uptime.pl OK: Linux mysystem.domain.com 2.6.32-358.18.1.el6.x86_64 - up 11:55:38 up 189 days, 20 min, 3 users, load average: 0.06, 0.08, 0.04 | type=1
So no uptime_mins= in perf data
The text was updated successfully, but these errors were encountered:
Fix issue willixix#48, missing '\' on '\s' perl regexp
5f8a7b8
No branches or pull requests
Example:
$ uptime
11:55:38 up 189 days, 20 min, 3 users, load average: 0.06, 0.08, 0.04
$ ./check_uptime.pl
OK: Linux mysystem.domain.com 2.6.32-358.18.1.el6.x86_64 - up 11:55:38 up 189 days, 20 min, 3 users, load average: 0.06, 0.08, 0.04 | type=1
So no uptime_mins= in perf data
The text was updated successfully, but these errors were encountered: