https://github.com/mmattozzi/sysreport-email
Generates and sends an email with a short system report. Designed for home servers.
https://github.com/mmattozzi/sysreport-email
Last synced: 3 months ago
JSON representation
Generates and sends an email with a short system report. Designed for home servers.
- Host: GitHub
- URL: https://github.com/mmattozzi/sysreport-email
- Owner: mmattozzi
- License: apache-2.0
- Created: 2025-03-16T16:12:51.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T16:14:29.000Z (3 months ago)
- Last Synced: 2025-03-16T17:23:55.643Z (3 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sysreport-email
This is a really simple python program that will send out an email with some system details. This depends on a mail sender like msmtp or sendmail being setup correctly. This is a good program to just put in a crontab to run daily or once a week for a homelab type of server. I will probably evolve this over time.
# Usage
```
usage: sysreport-email.py [-h] --from FROM_EMAIL --to TO_EMAIL [--sendmail-cmd SENDMAIL_CMD]Send an email containing system details.
options:
-h, --help show this help message and exit
--from FROM_EMAIL The sender email address
--to TO_EMAIL The recipient email address
--sendmail-cmd SENDMAIL_CMD
The command to use to send email
```