Database | ||
logs | ||
Scripts | ||
Site@a715d95da7 | ||
.bash_history | ||
.bashrc | ||
.gitconfig | ||
.gitignore | ||
.gitmodules | ||
.selected_editor | ||
.sqlite_history | ||
.viminfo | ||
README.md | ||
setup-server.sh | ||
test.php |
WebCron
This project is one that I worked on for a P&P (Project and Portfolio) class. It is a web-based php project that was meant to handle your systems crontabs and would (once finished) also allow for logging all output and exit-codes within each crontab.
While it hasn't been touched since May of 2023, I plan to keep working on it for my own amusement and use.
Planned Features
- Crontab Management (setup new and manage existing crontabs)
- Ansible Integration
- Log & Exit-code handling
- SMTP & SNMPTRAP alerting
What is it's purpose?
This project is primarily for SysAdmin's or other SysEngineers that want a project that can monitor and alert them of issues encountered by any crontab setup to run programs on their system. It's in it's infancy at the moment, but theres a lot I want to do with it when I get time to work on it.