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\)