From b2c75d29d826f2b6f99afc0e642419ec0eb8540d Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 2 Oct 2022 04:08:13 +0200 Subject: [PATCH] Mindmap update. --- files/linspector.mmd | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/files/linspector.mmd b/files/linspector.mmd index 19df99e..f526790 100644 --- a/files/linspector.mmd +++ b/files/linspector.mmd @@ -6,26 +6,22 @@ Mind Map generated by NB MindMap plugin > collapsed=`true` -## Monitors +## Notifications Tasks \(Singleton created by core or monitor and stored in a dict\) -### Monitor +## Services \(Singleton created by core or monitor and stored in a dict\) -#### Service +## Tasks \(Singleton created by core or monitor and stored in a dict\) -#### Notifications +## Plugins \(Singleton created by core and stored in a dict\) -#### Tasks +## Scheduler \(The scheduler based on APScheduler\) -## Plugins +### Monitors \(The loader of all monitors\) -## Notifications -> leftSide=`true` +#### Monitor \(The monitor instance\) +##### Service \(The service to be executed by the monitor\) -## Services -> leftSide=`true` - - -## Tasks -> leftSide=`true` +##### Notifications \(The notifications to be executed by the monitor\) +##### Tasks \(The tasks to be executed by the monitor\)