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

https://github.com/vizallati/systemd-sentinela

systemd service to automatically collect and push all services and their given states on given instance to some exposed endpoint to be used as data source for visualization tools like Grafana
https://github.com/vizallati/systemd-sentinela

flask grafana-datasource service systemd

Last synced: about 2 months ago
JSON representation

systemd service to automatically collect and push all services and their given states on given instance to some exposed endpoint to be used as data source for visualization tools like Grafana

Awesome Lists containing this project

README

          

# Installation
## Prerequisite
Ensure that Python 3 is installed on the target machine before proceeding with the installation. You can check if Python 3 is installed by running:

```bash
python3 --version
```
1. Clone this repository to the target machine running on Ubuntu
2. `cd` to cloned directory
3. Run `sudo chmod u+x install.sh`
4. Run `sudo ./install.sh`
You're good to go! Metrics will be available on http://localhost:8000/metrics. To test connection to server when using as grafana data source use **/** endpoint.