Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erietz/health
Report basic Linux stats for Cron Jobs
https://github.com/erietz/health
Last synced: 19 days ago
JSON representation
Report basic Linux stats for Cron Jobs
- Host: GitHub
- URL: https://github.com/erietz/health
- Owner: erietz
- Created: 2023-05-19T00:09:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-18T22:49:16.000Z (6 months ago)
- Last Synced: 2024-07-19T07:16:33.254Z (6 months ago)
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The server in my closet sometimes goes off the rails. I'd like a cronjob to
email me once a day with a health check to ensure things are running smoothly.I want something like this
```
System information as of Thu May 18 06:48:58 PM CDT 2023System load: 1.28662109375
Usage of /: 8.1% of 456.34GB
Memory usage: 7%
Swap usage: 0%
Temperature: 70.0 C
Processes: 278
Users logged in: 0
```but without using a bunch of shell scripts to get there. It would be cool if
the tool had a flag to generate html or json output. Here we go...