https://github.com/ccnmtl/graphite-probe-linux
probe system info for graphite
https://github.com/ccnmtl/graphite-probe-linux
Last synced: about 2 months ago
JSON representation
probe system info for graphite
- Host: GitHub
- URL: https://github.com/ccnmtl/graphite-probe-linux
- Owner: ccnmtl
- License: gpl-3.0
- Created: 2017-06-26T19:40:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T16:02:00.000Z (over 2 years ago)
- Last Synced: 2025-02-16T00:44:10.229Z (3 months ago)
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# graphite-probe-linux [](https://travis-ci.org/ccnmtl/graphite-probe-linux)
Extract various system stats and submit to a Carbon/Graphite server.
Aims to be a fairly faithful port of the old graphite-probe-linux Perl
script, with no external dependencies.% ./gprobe.py --help
usage: gprobe.py [-h] --prefix PREFIX --graphite GRAPHITE [--port PORT]
[--debug DEBUG]
optional arguments:
-h, --help show this help message and exit
--prefix PREFIX graphite prefix
--graphite GRAPHITE carbon host
--port PORT carbon port
--debug DEBUG just print values, don't sendSo your cron entry will be something like:
* * * * * /path/to/gprobe.py --prefix=server.example --graphite=graphite.example.com
Tested on Ubuntu against Python 2.7 and 3.3.