From 9af20ce4e65800def2637650bd39e3cf9de8b183 Mon Sep 17 00:00:00 2001 From: Christoph Vilsmeier Date: Wed, 8 Jan 2025 16:28:38 +0100 Subject: [PATCH] readme --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 696d857..6efec8c 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,15 @@ # moni - A command line tool for Monibot [![GoDoc Reference](https://godoc.org/github.com/cvilsmeier/moni?status.svg)](http://godoc.org/github.com/cvilsmeier/moni) -[![Build Status](https://github.com/cvilsmeier/moni/actions/workflows/linux.yml/badge.svg)](https://github.com/cvilsmeier/moni/actions/workflows/linux.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -A command line tool for https://monibot.io - Easy Server and Application Monitoring. +A command line tool for https://monibot.io - Website and Server Monitoring. Moni is a command-line tool to interact with the Monibot REST API. It is used to -- Query watchdogs from Monibot - Send watchdog heartbeats to Monibot -- Query machines from Monibot - Send machine resource usage samples (CPU/Memory/Disk/Clock/Network) to Monibot -- Send machine texts (command outputs) to Monibot -- Query metrics from Monibot +- Send machine text data to Monibot - Send metric values to Monibot It is written in [Go](https://go.dev/) and runs on Linux and Windows.