Coder Social home page Coder Social logo

rundeck-scripts's People

Contributors

defcon-007 avatar hiimbex avatar sumeshpremraj avatar the-zebulan avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

rundeck-scripts's Issues

Add logging for summary-report.py

Add logging to summary-report.py. Some suggestions:

  • Log the start and end of script
  • Log the number of jobs that failed. If no jobs failed, then log that.

Autodetect SMTP port to connect to

summary-report.py currently has SMTP port hard coded.

There is already #3 to allow the user to specify the port via command line argument, this is an improvement over that issue.

Autodetect SMTP port by trying all the common ports one by one - 587, 465, 25. This should be done only if the user does not specify a port.

You might want to wait for #1 and #3 to be fixed and merged so that it becomes a bit easier to work on this.

Allow user to specify SMTP port to connect to

The SMTP port in summary-report.py is currently hardcoded to 587.

Allow user to specify the port to connect to, via command line argument. If no port is specified, default to port 587.

You might want to wait for #1 to be fixed and merged so that it becomes a bit easier to fix this issue.

See README.md for details about the script, and CONTRIBUTING.md on how to send a PR.

Make sender default to the SMTP auth user

summary-report.py currently has two separate variables for sender email:

  • smtp_username: the address to authenticate to the SMTP server (along with its password contained in smtp_password)
  • sender: address in the data-from, which appears in the email client

Make the required changes to use the smtp_username as sender by default.

You might want to wait for #1 to be fixed and merged so that it becomes a bit easier to fix this issue.

See README.md for details about the script, and CONTRIBUTING.md on how to send a PR.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.