Skip to content

Instantly share code, notes, and snippets.

@jjbuchan
Created March 9, 2016 17:50
Show Gist options
  • Select an option

  • Save jjbuchan/0a33d06426794855fb9a to your computer and use it in GitHub Desktop.

Select an option

Save jjbuchan/0a33d06426794855fb9a to your computer and use it in GitHub Desktop.
Plugin
#!/usr/bin/env python
print "status ok results returned"
for x in xrange(300):
print "metric metric%d string %d" % (x, x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment