README and linspector.conf update.

This commit is contained in:
Johannes Findeisen 2022-09-29 07:04:44 +02:00
commit 2c7a870fc7
2 changed files with 7 additions and 4 deletions

View file

@ -70,7 +70,8 @@ must be natural language.
Currently, the Linspector source tree contains the following 3rd party libraries: 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 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 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. 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 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: 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. - [CherryPy](https://cherrypy.dev/) - CherryPy is a pythonic, object-oriented HTTP framework.
- [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. 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 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 different and incompatible licenses. You need to install them using pip, your OS package

View file

@ -22,7 +22,7 @@ run_mode = cron
; members to send notifications to if something internally in Linspector went wrong. ; members to send notifications to if something internally in Linspector went wrong.
members = superadmin@example.com,developers@example.com 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. ; information.
[hostgroupparents] [hostgroupparents]
; hostgroup group1 is parent of group2 ; hostgroup group1 is parent of group2