Salt-Result-Parser

Parse and visualize the SaltStack results

Stars
0
Committers
3

SaltStack result parser

This script will parse the salt, salt-call, etc output and visualize it in a nice way. It will give you a chart with the duration of each state.

How-to

  1. Install requirements

     python3 -m pip install -r requirements.txt
    
  2. Save your results to any-name.txt file

  3. Run the script

    python3 main.py any-name.txt
    

Support 💛

Contributing 🤝

Don't be shy and reach out to us if you want to contribute 😉

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Issues

Each project may have many problems. Contributing to the better development of this project by reporting them. 👍