mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 18:20:23 +00:00
Update the iohyve fetch event structure, and make the whole process log structure available under the "process_details" variable in the event.
This commit is contained in:
@@ -99,7 +99,7 @@ RestOutputStruct::ExitCode WebSocket::EvaluateBackendRequest(const RestInputStru
|
||||
AvailableSubsystems(IN.fullaccess, &avail);
|
||||
if(!avail.contains(namesp+"/"+name)){ return RestOutputStruct::NOTFOUND; }
|
||||
}
|
||||
qDebug() << "Evaluate Backend Request:" << namesp << name;
|
||||
//qDebug() << "Evaluate Backend Request:" << namesp << name;
|
||||
//Go through and forward this request to the appropriate sub-system
|
||||
if(namesp=="sysadm" && name=="settings"){
|
||||
return EvaluateSysadmSettingsRequest(IN.args, out);
|
||||
|
||||
Reference in New Issue
Block a user