|
@@ -6,6 +6,20 @@ The program answers basic questions:
|
|
|
- Is a given program still running
|
|
|
- How much resource (memory/cpu) a program is using up
|
|
|
- The number of processes found
|
|
|
+ - Folder monitoring ...
|
|
|
+
|
|
|
+#Architecture
|
|
|
+
|
|
|
+The architecture of the system is distributed with a central master node,
|
|
|
+ {
|
|
|
+ "id":"",
|
|
|
+ "key":"",
|
|
|
+ "apps":[],
|
|
|
+ "sandbox":[{"path":"","requirements":""}],
|
|
|
+ "folders":["path-1"],
|
|
|
+ "store":{}
|
|
|
+ "actions":{}
|
|
|
+ }
|
|
|
|
|
|
The agent will perform three basic functions :
|
|
|
|