https://github.com/chicks-net/dogstatsd-mailspool
Track stats for the `/var/spool/mail` directory
https://github.com/chicks-net/dogstatsd-mailspool
datadog dogstatsd
Last synced: 2 months ago
JSON representation
Track stats for the `/var/spool/mail` directory
- Host: GitHub
- URL: https://github.com/chicks-net/dogstatsd-mailspool
- Owner: chicks-net
- License: gpl-2.0
- Created: 2018-05-03T23:14:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T22:12:08.000Z (about 7 years ago)
- Last Synced: 2025-01-25T20:44:06.215Z (4 months ago)
- Topics: datadog, dogstatsd
- Language: Perl
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dogstatsd-mailspool
Surface metrics from `/var/spool/mail`
into [datadog](https://www.datadoghq.com/) via
[dogstatsd](http://docs.datadoghq.com/guides/dogstatsd/).## Requirements
* Perl
* Perl module [DataDog::DogStatsd](https://github.com/binary-com/dogstatsd-perl)
-- also included in the [lib](lib) directory for convenience
* Perl module [File::Slurp](https://metacpan.org/pod/File::Slurp)## Metrics generated
| metric | description |
| ---- | ---- |## Support
Please file tickets via [github](https://github.com/fini-net/dogstatsd-mailspool/issues).
MR's welcomed whether I [plan to do it](TODO.md) or not.