From 2c7a870fc7f8aeb8d5cf01b127af77f385774f5a Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 29 Sep 2022 07:04:44 +0200 Subject: [PATCH] README and linspector.conf update. --- README.md | 9 ++++++--- etc/linspector.conf | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f51fb5f..ec5e0dd 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,8 @@ must be natural language. Currently, the Linspector source tree contains the following 3rd party libraries: -- [APScheduler](https://github.com/agronholm/apscheduler) (3.9.1) - This is the scheduler in Linspector for execution of monitors. I started +- [APScheduler](https://github.com/agronholm/apscheduler) (3.9.1) - This is the scheduler in +Linspector for execution of monitors. I started to use this library in very early versions of Linspector in 2011. Since the main task in Linspector is the execution of jobs in regularly intervals I believe it is the right decision to include the code of APScheduler directly into the Linspector project. @@ -81,8 +82,10 @@ monitors, notifications, services or plugins sometimes need to make the use of 3rd party libraries, but they are not required to run Linspector properly. Not installing them may only affect parts of Linspector. Currently used libraries are: -- [CherryPy](https://cherrypy.dev/) - CherryPy is a pythonic, object-oriented HTTP framework. Used by the HTTPServer plugin. -- [requests](https://requests.readthedocs.io/en/latest/) - Requests is an elegant and simple HTTP library for Python, built for human beings. Used by the Speedtest service. +- [CherryPy](https://cherrypy.dev/) - CherryPy is a pythonic, object-oriented HTTP framework. +Used by the HTTPServer plugin. +- [requests](https://requests.readthedocs.io/en/latest/) - Requests is an elegant and simple +HTTP library for Python, built for human beings. Used by the Speedtest service. These libraries are not being delivered with the Linspector source code and maybe have different and incompatible licenses. You need to install them using pip, your OS package diff --git a/etc/linspector.conf b/etc/linspector.conf index 227eee3..c4449e6 100644 --- a/etc/linspector.conf +++ b/etc/linspector.conf @@ -22,7 +22,7 @@ run_mode = cron ; members to send notifications to if something internally in Linspector went wrong. members = superadmin@example.com,developers@example.com -; hostgroup parents; if the hostgroup "group1" is down, don't alert for the hosts in group2. see TODO for more +; hostgroup parents; if the hostgroup "group1" is down, don't alert for the hosts in group2. see TODO.txt for more ; information. [hostgroupparents] ; hostgroup group1 is parent of group2