Commit Graph

19 Commits (f5c57fb8d86a7420a69877dca8f549d8bb85299d)

Author SHA1 Message Date
Matthieu MOREL 0a45e0f24d chore(golangci-lint): cover aix and cgo
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Lomanic ad534c24e9 [host][aix] Remove redundant 'or' in parseUptime() found by 'go test'
Aidan dbab8d86e9 Additional error case found
Aidan b206a02af4 Added tests for uptimer parser
Aidan b1ddeddda5 Removed repeated logic for days
Aidan bcde3cb240 Removed logging line
Aidan 8f3d0d0c57 Correctly parse new uptime case at zero minutes, has been tested against all test cases
Aidan 789cad37be Correctly parse new uptime case at zero minutes, has been tested against all test cases
Aidan 2b6d0754ed Comments
Aidan 42957707db Return error if hours not in expected format to prevent panic
Aidan 62e5850726 Fixed parsing error where 'day,' is ignored
shirou aca0ba4517 [aix]: move tempereture from host to sensors package.
shirou c34d29a8bf fix: rename v3 that remained in file c to v4
Dylan Myers ff4ae36cc0 Remove extraneous development note comments
Move a function from nocgo to main file for disk package
Dylan Myers 9bf502f825 Fix logic errors, syntax errors, and typos
Dylan Myers 8df2696709 Account for other possible formats output by AIX uptime command
Dylan Myers 9be5f7d0ad Remove extraneous -1 from users function for AIX
Dylan Myers bd42769f87 Add a working implementation of host.Users() for AIX
Dylan Myers 52d61b8669 Add host support for AIX