Skip to content

Instantly share code, notes, and snippets.

@katzefudder
Created September 10, 2017 08:30
Show Gist options
  • Save katzefudder/8207719c5755400c53dbf3094a786fc2 to your computer and use it in GitHub Desktop.
Save katzefudder/8207719c5755400c53dbf3094a786fc2 to your computer and use it in GitHub Desktop.
send to graphite
#!/bin/bash
HOST=sub.host.domain
PORT=2003
echo "$1 $2 `date +%s`"|nc $HOST $PORT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment