Automatron v2017.11 Release Notes

Release Date: 2017-11-20 // over 6 years ago
  • This release mostly brings documentation updates as well as a fix for a newer Docker build error introduced to dependent library changes. There is however, one major change which is the credentials override feature.

    This feature allows you to specify any number of credentials within the config/config.yml file and use those SSH credentials within a Runbook.

    Example Runbook:

    name: Winningschedule: second: "\*/20"checks: check\_win: execute\_from: targettype: cmdcmd: test -d /etccredentials: winningactions: nada: execute\_from: targettype: cmdcmd: echo "1"trigger: 0frequency: 120call\_on: - CRITICAL - WARNING - UNKNOWNcredentials: winning
    

    Example Credentials in config/config.yml:

    credentials: default: user: rootgateway: Falsekey: | -----BEGIN RSA PRIVATE KEY----- fdlkfjasldjfsaldkjflkasjflkjaflsdlkfjs -----END RSA PRIVATE KEY-----winning: user: notrootgateway: 10.0.0.1key: | -----BEGIN RSA PRIVATE KEY----- fdlkfjasldjfsaldkjflkasjflkjaflsdlkfjs -----END RSA PRIVATE KEY-----