From 898a2dc6e3cfd29c7cb44434ef40534f535392ca Mon Sep 17 00:00:00 2001 From: steven Date: Mon, 1 Jun 2026 16:23:53 +1000 Subject: [PATCH] Fix doco - python version and days time restriction --- README.md | 2 +- docs/alerters.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bb2b427..c21ff01f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ SimpleMonitor is a Python script which monitors hosts and network connectivity. It is designed to be quick and easy to set up and lacks complex features that can make things like Nagios, OpenNMS and Zenoss overkill for a small business or home network. Remote monitor instances can send their results back to a central location. -Requires Python >= 3.8. +Requires Python >= 3.10. Documentation is here: https://simplemonitor.readthedocs.io/en/latest/ diff --git a/docs/alerters.rst b/docs/alerters.rst index 36dea9a8..5f463182 100644 --- a/docs/alerters.rst +++ b/docs/alerters.rst @@ -130,7 +130,7 @@ All alerters accept time period configuration. By default, an alerter is active Note that the :confval:`times_type` option sets the timezone all the values are interpreted as. The default is the local timezone of the host evaluating the logic. -.. confval:: day +.. confval:: days :type: comma-separated list of integer :required: false