mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
add agent psinfo (#5476)
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
2173921f07
commit
e0d73b2fcd
3 changed files with 35 additions and 1 deletions
|
@ -1262,6 +1262,9 @@ function handleServerCommand(data) {
|
|||
// Requestion details information about a process
|
||||
if (data.pid) {
|
||||
var info = {}; // TODO: Replace with real data. Feel free not to give all values if not available.
|
||||
try {
|
||||
info = processManager.getProcessInfo(data.pid);
|
||||
}catch(e){ }
|
||||
/*
|
||||
info.processUser = "User"; // String
|
||||
info.processDomain = "Domain"; // String
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue