Below is the file 'client/config.py.example' from this revision. You can also download the file.
import os install_path = '/usr/local/phonehome' plugin_path = os.path.join(install_path, 'client', 'plugins') soap_address = 'http://phonehome.ucs.uwa.edu.au/service/service.py' soap_host = 'phonehome.ucs.uwa.edu.au' plugins = [ 'backup', 'debiansecurity', 'debianrelease', 'diskinfo', 'iptables', 'kernelversion', 'leftstaff', 'munin', 'opensshconfig', 'sshkeys' ]