Monitee-agent

Monitee-agent

Docker app from Krillsson's Repository

Overview

Backend for Monitee, the server monitoring Android app. 🔗 Get Started: https://monitee.app/Unraid/ 📱 Download the Monitee App: https://play.google.com/store/apps/details?id=com.krillsson.monitee 📌 Features: ✅ Real-time server metrics ✅ Threshold based monitors and events ✅ Control docker containers and read their logs

header Docker hub

Monitee agent (formerly sys-API) provide a GraphQL API to your computers hardware.

It publishes and monitors values from OSHI with the help of Spring. On Windows the information is supplemented with OpenHardwareMonitor with a bit of help from OhmJni4Net.

This is the server backend for the Android app Monitee.

Get it on Play Store

monitee.app/get-started

What can it do?

Query for:

  • CPU usage & info
  • Memory usage
  • List running processes
  • List all network interfaces
  • Show info from sensors and fans
  • Motherboard information
  • Manage docker containers
  • Manage systemd services
  • Manage windows services
  • Read logs from files, systemd journal and Windows events

Monitoring

Currently, you can monitor

  • CPU load
  • CPU temperature
  • Memory usage
  • Network up
  • Network upload/download rate
  • Drive space
  • Drive read/write rate
  • Process ID CPU or Memory
  • Docker container in running state
  • Connectivity
  • External IP changed

GraphQL

GraphQL is available through the /graphql endpoint. Checkout the schema. There's also a set of sample queries in the sample-queries directory

A web-UI for trying out the GraphQL-API is also available at <IP>:8080/graphiql. If you don't want to expose this functionality. It can be disabled via the configuration.

graphQLPlayGround:
  enabled: false

Running

Referr to monitee.app/get-started for how to run it on your system.

Configuration

The application expects a user config file (configuration.yml) and a spring configuration file (application.properties) in the /config directory. See the sample files in the /config repository directory.

Self-signed certificates

By default, the Monitee agent will generate a self-signed certificate to enable HTTPS. This is to lower the barrier for encrypted traffic between the client and the server. Please note that using properly signed certificates is better. Let's Encrypt is a free and good alternative.

For convenience, the certificates are persisted using a java keystore. If you wish to re-generate the certificates, delete the keystorewww.jks file. But note that this will require re-adding the server in Monitee.

Development

Setup

git clone [this repo] monitee-agent
./gradlew run

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Install Monitee-agent on Unraid in a few clicks.

Find Monitee-agent in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Monitee-agent Review the template variables and paths Click Install

Download Statistics

182,510
Total Downloads
15,095
This Month
14,549
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
krillsson/sys-api
Last Updated2026-05-11
First Seen2025-02-18

Runtime arguments

Web UI
http://[IP]:[PORT:8080]/graphiql?path=/graphql
Network
host
Shell
sh
Privileged
false
Extra Params
--pid=host --restart unless-stopped

Template configuration

Configuration directoryPathrw
Target
/config
Data directoryPathrw
Target
/data
DevicesPathro

To allow Monitee agent to monitor HDD devices

Target
/dev
Default
/dev
Value
/dev
MountsPathro

To allow Monitee agent to monitor filesystems

Target
/mnt
Default
/mnt
Value
/mnt
Logs directoryPathro

To allow Monitee agent to read log files. Has to be specified in configuration.yml

Target
/var/log
Default
/var/log
Value
/var/log
Udev pathPathro

To allow Monitee agent to read device names from udev

Target
/run/udev
Default
/run/udev
Value
/run/udev
Docker socketPathrw
Target
/var/run/docker.sock
Default
/var/run/docker.sock
Value
/var/run/docker.sock
os-releasePathro

To allow Monitee agent to read the correct OS info

Target
/etc/os-release
Default
/etc/os-release
Value
/etc/os-release