Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion docs/alerters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading