Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hatamiarash7/salt-result-parser

Parse and visualize the SaltStack results
https://github.com/hatamiarash7/salt-result-parser

parser salt saltstack

Last synced: about 1 month ago
JSON representation

Parse and visualize the SaltStack results

Awesome Lists containing this project

README

        

# 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](.github/sc.png)

## How-to

1. Install requirements

```bash
python3 -m pip install -r requirements.txt
```

2. Save your results to `any-name.txt` file
3. Run the script

```bash
python3 main.py any-name.txt
```

---

## Support 💛

[![Donate with Bitcoin](https://en.cryptobadges.io/badge/micro/bc1qmmh6vt366yzjt3grjxjjqynrrxs3frun8gnxrz)](https://en.cryptobadges.io/donate/bc1qmmh6vt366yzjt3grjxjjqynrrxs3frun8gnxrz) [![Donate with Ethereum](https://en.cryptobadges.io/badge/micro/0x0831bD72Ea8904B38Be9D6185Da2f930d6078094)](https://en.cryptobadges.io/donate/0x0831bD72Ea8904B38Be9D6185Da2f930d6078094)

[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D1WGU9)

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