a204823d417bfd4a36cb1c69eacf525e5b12618d
Implement a new monthly export statistics feature that records and aggregates export operations by month, including total exports, successful exports, and failure counts. The change adds a new `export_statistics` table with columns for month, year, total_exports, successful_exports, and failed_exports, along with a stored procedure to increment counters atomically. The analytics dashboard now displays a monthly export performance chart using this data.
Zhurnal
Application for running and monitoring multiple applications. The monitoring goes trough web. The web interface will show life updates of stdout and stderr of configured applications.
Installation
- Run
make. This will build envionment and will install the application. - Run Zhurnal with the commands as parameters followed by the host / port to serve on.
./.venv/bin/zhurnal "ping google.nl" "ping google.nl" --host=127.0.0.1 --port=8081
Todo
- Optional Basic Auth configurable trough command line.
- Process filtering in web interface by pressing a digit. Escape to show all processes.
Description
Application for running and monitoring processes trough the web using a live stream of stdout and stderr. It can be be used for tailing logs but it can also be used as a service runner like supervisor.
621 KiB
Languages
Python
85.1%
Shell
11.7%
Makefile
3.2%