Skip to content

Instantly share code, notes, and snippets.

@bachwehbi
Created May 10, 2014 22:41
Show Gist options
  • Save bachwehbi/d8aff349c59f7f15ba5c to your computer and use it in GitHub Desktop.
Save bachwehbi/d8aff349c59f7f15ba5c to your computer and use it in GitHub Desktop.
# configuration settings to be used with server_activity.py
# Modify as required.
# Not a beebotte user? register now on http://beebotte.com/register
_accesskey = 'YOUR_API_ACCESS_KEY'
_secretkey = 'YOUR_API_SECRET_KEY'
_period = 60 # send resource records every minute
# The network interface to report
_ifname = 'eth0'
# The disk mount points to report
_mount = '/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment