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.
- Host: GitHub
- URL: https://github.com/buanzo/filesize-change-monitor
- Owner: buanzo
- License: gpl-3.0
- Created: 2020-04-21T14:09:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T19:56:39.000Z (over 1 year ago)
- Last Synced: 2025-02-26T09:41:47.790Z (8 months ago)
- Topics: logs, monitoring-scripts, python3, sysadmin
- Language: Python
- Size: 21.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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