Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```