Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spack/spack-monitor
Monitoring for spack, "spackmon"
https://github.com/spack/spack-monitor
docker-compose hacktoberfest monitoring spack
Last synced: 3 days ago
JSON representation
Monitoring for spack, "spackmon"
- Host: GitHub
- URL: https://github.com/spack/spack-monitor
- Owner: spack
- License: other
- Created: 2021-02-07T17:21:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-25T23:24:32.000Z (over 2 years ago)
- Last Synced: 2024-05-01T21:40:07.139Z (7 months ago)
- Topics: docker-compose, hacktoberfest, monitoring, spack
- Language: Python
- Homepage: https://spack-monitor.readthedocs.io/
- Size: 4.12 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Spack Monitoring
Also referred to as *spackmon*
![docs/images/spackmon-triangle-text-large.gif](docs/images/spackmon-triangle-text-large.gif)
This is the build database for spack, or specifically, a monitoring database
that can be run alongside spack to collect output and error, build specs,
status codes, and other metadata around a build. It's original design will run
with docker-compose (containers), but it could also be installed and run natively
using a hosted database elsewhere, if necessary. You can read the [documentation](https://spack-monitor.readthedocs.io/)
to get started, but keep in mind this is under development. 👇️## Which version should I use?
- [1.0.0](https://github.com/spack/spack-monitor/releases/tag/1.0.0) is suggested for before September 2021, before the spec format was changed from json to yaml.
- *main* (or current) is required for after September 2021.## License
* Free software: Apache License 2.0 or MIT. See the LICENSE files and COPYRIGHT notice files in the root folder, and [AUTHORS](AUTHORS) for a list of contributions and maintainers.