alexliesenfeld / health

A simple and flexible health check library for Go.
MIT License
774 stars 38 forks source link

feat: Added diskspace check for checking unix filesystem usage #63

Closed revisited-contrast closed 1 year ago

revisited-contrast commented 1 year ago

Closes #50.

Note: I did not see much in the project regarding Microsoft WIndows, so implemented this only for Linux as I am unfamiliar with developing Go for windows and not sure how you want cross platform building and packaging to work.

revisited-contrast commented 1 year ago

Made requested changes

revisited-contrast commented 1 year ago

Thank you as well!