Skip to content

Commit

Permalink
Add Debian/Ubuntu installation steps
Browse files Browse the repository at this point in the history
Add link from installation.rst to configuration.rst
  • Loading branch information
cpina committed Jan 18, 2025
1 parent 75ccb4c commit b691539
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _Configuration:

Configuration
=============

Expand Down
11 changes: 10 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,19 @@ SimpleMonitor is available via `PyPi <https://pypi.org/project/simplemonitor>`_:
which automatically manages virtualenvs for command-line tools.

Create the configuration files: ``monitor.ini`` and ``monitors.ini``. See
Configuration.
:ref:`Configuration`.

.. warning:: I know the configuration file names are dumb, sorry.

If you are using Debian 13 (Trixie) or newer, or Ubuntu 23.04 (Mantic Minotaur) or newer, SimpleMonitor is available in the official repositories and can be installed using::

sudo apt install simplemonitor

If using Debian/Ubuntu packages the configuration is in
``/etc/simplemonitor/`` and SimpleMonitor can be managed via systemd::

sudo systemctl {restart,start,stop,status} simplemonitor

Running
-------

Expand Down

0 comments on commit b691539

Please sign in to comment.