An open API service indexing awesome lists of open source software.

https://github.com/buanzo/filesize-change-monitor

This python3 script monitors filesizes and reports growth percent and other stats. Useful to detect which logfile is growing the fastest, to detect website being attacked or failing.
https://github.com/buanzo/filesize-change-monitor

logs monitoring-scripts python3 sysadmin

Last synced: 5 days ago
JSON representation

This python3 script monitors filesizes and reports growth percent and other stats. Useful to detect which logfile is growing the fastest, to detect website being attacked or failing.

Awesome Lists containing this project

README

          

# filesize-change-monitor

This python3 script monitors filesizes and reports growth percent and other
stats. Useful to detect which logfile is growing the fastest, to detect
website being attacked or failing.

Requires python3. Other modules indicated in requirements.txt

Feel free to PR.

Cheers,
Buanzo