Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 687 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 687 Bytes

Collection of custom scripts for Rundeck.

  • rundeck-healthcheck.sh: This script checks the health of peers in a cluster, and takes over jobs if the other node is down
  • summary-report.py: This script parses Rundeck execution logs, and sends out a summary email of all failures since the last time this script was executed

The scripts require some editing. The user-editable lines are placed near the top, and well commented.

requirements install

The required Python modules are listed in requirements.txt, so if you want to install all of the dependencies easily use the following command:

pip install -r requirements.txt

##As always, pull requests are welcome :)