AxeOS Monitor (all in one) for StartOS provides a complete monitoring solution for your Bitaxes. It uses Grafana OSS, Prometheus, and JSON Exporter to collect metrics. It includes a preconfigured dashboard for monitoring your Bitaxes. This package is designed to be easy to install and use, providing a comprehensive monitoring solution for your Bitaxes.
This repository creates the s9pk package that is installed to run AxeOS Monitor on StartOS. Learn more about service packaging in the Developer Docs.
Install the system dependencies below to build this project by following the instructions in the provided links. You can also find detailed steps to setup your environment in the service packaging documentation.
Clone the service package repository locally.
git clone git@github.com:remcoros/axeos-monitor-aio-startos.git
cd axeos-monitor-aio-startos
To build the service as a universal package, run the following command:
make
Before installation, define host: https://server-name.local in your ~/.startos/config.yaml config file then run the following commands to determine successful install:
Change server-name.local to your Start9 server address
start-cli auth login
#Enter your StartOS password
make install
Tip: You can also install the axeos-monitor-aio.s9pk by sideloading it under the StartOS > System > Sideload a Service section.
Go to your StartOS Services page, select AxeOS Monitor, configure and start the service.
Done!
