documentation

community
Steve L. Nyemba 8 years ago
parent 7fc6210ac2
commit 3cc5b81b88

@ -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 :

Loading…
Cancel
Save