Created
March 8, 2012 00:04
-
-
Save derpston/1997441 to your computer and use it in GitHub Desktop.
Quick and dirty implementation of a smokeping-like tool on top of Metricfire
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* * * * * curl -s https://[email protected]/v1/metric/smokecheap/tog-dot-ie --data-binary "[$(ping -c 20 tog.ie | awk '/bytes from/{print $8}' | cut -b6-10 | xargs | tr ' ' ',')]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment