From 3a9af75beab7c2acd2c65a8923060f829564cc02 Mon Sep 17 00:00:00 2001 From: Thomas Williams Date: Sat, 6 Jul 2024 15:59:03 +0100 Subject: [PATCH] README changes. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6684fe7..5755062 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # monutil Simple Python utility for monitoring CPU and RAM usage, and monitoring the speed when downloading URLs. -Both CPU/RAM monitoring and URL monitoring can be set on their own monitoring periods. See the available configuration options, which should be specified in config.py. +Both CPU/RAM monitoring and URL monitoring can be set on their own monitoring periods, or they can be disabled independently. + +The data can be written into an MSSQL, or Maria DB database. Alternatively, the data can be pushed to a RabbitMQ queue, and then optionally retrieved from the queue using the provided consumer script (rabbitmq-consumer) - typically your consumer script would run on an alternative host that has access to the database server. + +See the available configuration options, which should be specified in config.py. **Configuration options:**