https://github.com/timball/ping-rrd-grapher
given a single host ping it and then use rrdtool to graph the result.
https://github.com/timball/ping-rrd-grapher
Last synced: about 1 year ago
JSON representation
given a single host ping it and then use rrdtool to graph the result.
- Host: GitHub
- URL: https://github.com/timball/ping-rrd-grapher
- Owner: timball
- License: gpl-3.0
- Created: 2015-11-06T14:57:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-10T23:44:49.000Z (over 10 years ago)
- Last Synced: 2025-01-25T04:12:08.339Z (over 1 year ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ping-rrd-grapher
ping a host for a while then create an rrd graph from it. couldn't find a good example of this so i canibalized one.
### Description
use this tool to ping a single host and then use rrdtool to graph the results.
### Dependencies
Depends on a pile of utilities but prime among them is rrdtool.
* moreutils
* rrdtool
* OSX ... haven't done the things to make this many unix friendly just dealt w/ brew and sadness
Usage:
1. `./install.sh` and edit add the output line to your crontab to suit your needs.
2. hold on to your butts and optionally edit the etc/zping-hosts.conf
3. wait (the longer the better but will only graph 24h worth of stuff)
5. images will be in the zpings/ directory
### Inspiration
[https://calomel.org/rrdtool.html](https://calomel.org/rrdtool.html)
### Bugs
many. send a PR
--timball