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
Describe the bug
When using AIX, the uptime parser fails on the output:
10:16PM up 1 day, 21:30, 1 user, load average: 1.91, 1.98, 2.00
With an error of:
Uptime was not set, so cannot calculate boot time from it.
To Reproduce
Any date of 1 day will reproduce the error, due to the string parser expecting "days, ", as a result nothing is returned.
Expected behavior
Calculates correctly.
Environment (please complete the following information):
AIX 7.3
The text was updated successfully, but these errors were encountered:
I will post a pull request for this as the fix is very simple
Sorry, something went wrong.
Resolved with pull request
#1659
No branches or pull requests
Describe the bug
When using AIX, the uptime parser fails on the output:
10:16PM up 1 day, 21:30, 1 user, load average: 1.91, 1.98, 2.00
With an error of:
Uptime was not set, so cannot calculate boot time from it.
To Reproduce
Any date of 1 day will reproduce the error, due to the string parser expecting "days, ", as a result nothing is returned.
Expected behavior
Calculates correctly.
Environment (please complete the following information):
AIX 7.3
The text was updated successfully, but these errors were encountered: