Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 428 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 428 Bytes

This was hacked together quickly. There's no setup.py nor are there any tests.

Sorry.

To run:

  • Clone the code repo
  • Get the dependencies from PyPi (see below)
  • cp conf.ini.tmpl conf.ini and fill it out
  • Adjust StdOutFilter in harvest.py if you want debugging output (see comment)
  • Execute harvest.py

Requirements:

  • python-dateutil 1.5: pip install python-dateutil==1.5
  • paramiko: pip install paramiko