Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hatamiarash7/salt-result-parser
- Owner: hatamiarash7
- Created: 2023-06-03T09:08:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-13T02:16:34.000Z (3 months ago)
- Last Synced: 2024-10-10T19:41:15.426Z (about 1 month ago)
- Topics: parser, salt, saltstack
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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. 👍