Skip to content

Parse and visualize the SaltStack results

Notifications You must be signed in to change notification settings

hatamiarash7/Salt-Result-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

sc

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 💛

Donate with Bitcoin Donate with Ethereum

ko-fi

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. 👍