Skip to main content
Moon monitoring system

Moon monitoring system

Moon is a monitoring management tool integrated with the prometheus family, designed to simplify the operation and maintenance of the Prometheus monitoring system. The tool provides a one-stop solution to centrally manage and configure multiple Prometheus instances and their associated service discovery, rule sets, and alert notifications.

Quick startSample address

Easy to install

  • Run docker pull aidemoonio/moon-server:latest pull moon-server image.

  • Run docker pull aidemoonio/moon-agent:latest pull moon-agent image.

  • run docker run -d --name moon-server -p 8001:8000 -p 8888:8888 -p 8000:80 -v ./moon/server/db:/app/db -v ./moon/server/cache:/app/cache -v ./moon/server/log:/app/log aidemoonio/moon-server:latest start moon-server.

  • Run docker run -d --name moon-agent -p 8002:8000 -v ./moon/agent/cache:/app/cache -v ./moon/agent/log:/app/log aidemoonio/moon-agent:latest start moon-agent.

One-stop monitoring solution

With this project, you can easily manage multiple Prometheus instances and their associated service discovery, completion rule sets, and alert notifications