README changes.

This commit is contained in:
Thomas Williams 2024-07-06 15:59:03 +01:00
parent 7f70f366a1
commit 3a9af75bea
Signed by: thomas
GPG key ID: EB8F975CF60BCBFF

View file

@ -1,7 +1,11 @@
# monutil # monutil
Simple Python utility for monitoring CPU and RAM usage, and monitoring the speed when downloading URLs. 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:** **Configuration options:**