Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbta/diskusage_logger
Elixir project to log disk usage each minute
https://github.com/mbta/diskusage_logger
Last synced: about 1 month ago
JSON representation
Elixir project to log disk usage each minute
- Host: GitHub
- URL: https://github.com/mbta/diskusage_logger
- Owner: mbta
- Created: 2017-11-07T21:27:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-16T16:58:10.000Z (about 5 years ago)
- Last Synced: 2024-11-14T19:12:22.156Z (about 2 months ago)
- Language: Elixir
- Size: 4.88 KB
- Stars: 0
- Watchers: 19
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Disk Usage Logger
### Overview
Applications can fail when disks are full.
This is a small Elixir application that you can start with your application that
will log disk usage for each drive every minute in the following format:```
[info] diskusage_report label=/ percent_used=63
[info] diskusage_report label=/Volumes/Other percent_used=93
```This data can be aggregated in a central repository where it can visualized and
alarms can be sent when usage is too high.