This python application is used to send an email notification whenever a UNIX system is started/restarted. The email notification includes 3 information. The system's IP, Hostname and Uptime.
This software is distributed under the MIT license.
- Python 3
- SMTP Server
Please disclose any vulnerabilities found responsibly – report security issues to the maintainers privately. See SECURITY.md for more information.
Using Bash:
git clone https://github.com/LaswitchTech/pythonStartupMonitor
cd pythonStartupMonitor
chmod +x *.{sh,py}
./install.sh
Review the Documentation.