Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lupyuen/nuttx-prometheus-to-mastodon
Continuous Integration for Apache NuttX RTOS: Publish Failed Builds from Prometheus to Mastodon
https://github.com/lupyuen/nuttx-prometheus-to-mastodon
ci mastodon nuttx prometheus rtos
Last synced: 11 days ago
JSON representation
Continuous Integration for Apache NuttX RTOS: Publish Failed Builds from Prometheus to Mastodon
- Host: GitHub
- URL: https://github.com/lupyuen/nuttx-prometheus-to-mastodon
- Owner: lupyuen
- License: apache-2.0
- Created: 2024-12-12T03:47:39.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2024-12-29T02:46:58.000Z (11 days ago)
- Last Synced: 2024-12-29T03:23:35.811Z (11 days ago)
- Topics: ci, mastodon, nuttx, prometheus, rtos
- Language: Rust
- Homepage: https://lupyuen.org/articles/mastodon.html
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![(Experimental) Mastodon Server for Apache NuttX Continuous Integration (macOS Rancher Desktop)](https://lupyuen.github.io/images/mastodon-register7.png)
# Continuous Integration for Apache NuttX RTOS: Publish Failed Builds from Prometheus to Mastodon
Read the article...
- [__"(Experimental) Mastodon Server for Apache NuttX Continuous Integration (macOS Rancher Desktop)"__](https://lupyuen.org/articles/mastodon.html)
See [run.sh](run.sh)
```bash
## Set the Access Token for Mastodon
## https://docs.joinmastodon.org/client/authorized/#token
## export MASTODON_TOKEN=...
. ../mastodon-token.sh## Post the Failed Jobs from Prometheus to Mastodon
cargo run
```