linspector/files/linspector.mmd

27 lines
742 B
Text
Raw Normal View History

Mind Map generated by NB MindMap plugin
> __version__=`1.1`,showJumps=`true`
---
2022-10-02 03:49:08 +02:00
# Linspector
> collapsed=`true`
2022-10-02 04:08:13 +02:00
## Notifications Tasks \(Singleton created by core or monitor and stored in a dict\)
2022-10-02 04:08:13 +02:00
## Services \(Singleton created by core or monitor and stored in a dict\)
2022-10-02 03:49:08 +02:00
2022-10-02 04:08:13 +02:00
## Tasks \(Singleton created by core or monitor and stored in a dict\)
2022-10-02 03:49:08 +02:00
2022-10-02 04:08:13 +02:00
## Plugins \(Singleton created by core and stored in a dict\)
2022-10-02 03:49:08 +02:00
2022-10-02 04:08:13 +02:00
## Scheduler \(The scheduler based on APScheduler\)
2022-10-02 03:49:08 +02:00
2022-10-02 04:08:13 +02:00
### Monitors \(The loader of all monitors\)
2022-10-02 03:49:08 +02:00
2022-10-02 04:08:13 +02:00
#### Monitor \(The monitor instance\)
2022-10-02 04:08:13 +02:00
##### Service \(The service to be executed by the monitor\)
2022-10-02 04:08:13 +02:00
##### Notifications \(The notifications to be executed by the monitor\)
2022-10-02 04:08:13 +02:00
##### Tasks \(The tasks to be executed by the monitor\)