Difference between revisions of "WISE-PaaS/RMM Plugins"
From ESS-WIKI
Line 52: | Line 52: | ||
*RMM Function: | *RMM Function: | ||
− | [[File:HDDMonitor.png|1024x366px]] | + | [[File:HDDMonitor.png|1024x366px|HDDMonitor.png]] |
==== Monitoring Handler ==== | ==== Monitoring Handler ==== | ||
Line 65: | Line 65: | ||
*RMM Function: | *RMM Function: | ||
− | [[File:NetMonitor.png|1024x397px]] | + | [[File:NetMonitor.png|1024x397px|NetMonitor.png]] |
==== Process Monitor ==== | ==== Process Monitor ==== | ||
Line 72: | Line 72: | ||
*RMM Function: | *RMM Function: | ||
− | [[File:ProcessSys.png|1024x424px]] | + | [[File:ProcessSys.png|1024x424px|ProcessSys.png]] |
− | [[File:ProcessMonitor.png|805x443px]] | + | [[File:ProcessMonitor.png|805x443px|ProcessMonitor.png]] |
==== Software Monitor Handler ==== | ==== Software Monitor Handler ==== | ||
Line 87: | Line 87: | ||
*RMM Function: | *RMM Function: | ||
− | [[File:SUSIControl.png|1024x394px]] | + | [[File:SUSIControl.png|1024x394px|SUSIControl.png]] |
==== Modbus ==== | ==== Modbus ==== | ||
Line 101: | Line 101: | ||
*RMM Function: | *RMM Function: | ||
− | [[File:Powerconrol.png|707x305px]] | + | [[File:Powerconrol.png|707x305px|Powerconrol.png]] |
==== Screenshot ==== | ==== Screenshot ==== | ||
Line 124: | Line 124: | ||
*Active VNC Server and handle the VNC connection for remote KVM. | *Active VNC Server and handle the VNC connection for remote KVM. | ||
*RMM Function: | *RMM Function: | ||
+ | |||
+ | [[File:Kvm.png|707x239px]] | ||
==== Terminal ==== | ==== Terminal ==== | ||
Line 129: | Line 131: | ||
*Bridge Windows CMD or Linux Shell ([https://github.com/shellinabox/shellinabox/wiki shellinabox]) between RMM Server and Agent. | *Bridge Windows CMD or Linux Shell ([https://github.com/shellinabox/shellinabox/wiki shellinabox]) between RMM Server and Agent. | ||
*RMM Function: | *RMM Function: | ||
+ | |||
+ | [[File:Terminal.png|707x239px]] | ||
==== OTA ==== | ==== OTA ==== | ||
Line 134: | Line 138: | ||
*Support remote file download and deploy control from RMM Server. | *Support remote file download and deploy control from RMM Server. | ||
*RMM Function: | *RMM Function: | ||
+ | |||
+ | [[File:OTA.png|707x239px]] | ||
==== ==== | ==== ==== |
Revision as of 10:30, 11 April 2018
Contents
Plugins in WISE-PaaS/RMM
In RMM Agent, Advantech provide several Plugins (Handlers) and can be classified in three different categories:
- Monitoring Plugins - sensor data monitoring and control.
Such as: Hard-disk Monitor, SUSI Control, Network Monitor, Process Monitor, IoT Gateway and Modbus.
- Control Plugins - remote control target device.
Such as: Power On/Off, Remote KVM, Screenshot, Terminal, Protection and Recovery.
- Agent Improvement Plugins - to increase the agent reliability or functionality.
Such as: Server Redundancy.
Plugins Switch
User can set the <ModuleEnable#> to "TRUE" or "FALSE" to switch the RMM Agent Plugin On or Off in the "module_config.xml" in module folder at RMM Agent installed directory.
<?xml version="1.0"?>
<XMLConfigSettings><BaseSettings>
<ModuleNum>16</ModuleNum>
<ModuleName1>HDDHandler</ModuleName1><ModulePath1>\module\HDDHandler.dll</ModulePath1><ModuleEnable1>TRUE</ModuleEnable1>
<ModuleName2>MonitoringHandler</ModuleName2><ModulePath2>\module\MonitoringHandler.dll</ModulePath2><ModuleEnable2>FALSE</ModuleEnable2>
<ModuleName3>PowerOnOffHandler</ModuleName3><ModulePath3>\module\PowerOnOffHandler.dll</ModulePath3><ModuleEnable3>TRUE</ModuleEnable3>
<ModuleName4>ScreenshotHandler</ModuleName4><ModulePath4>\module\ScreenshotHandler.dll</ModulePath4><ModuleEnable4>TRUE</ModuleEnable4>
<ModuleName5>NetMonitorHandler</ModuleName5><ModulePath5>\module\NetMonitorHandler.dll</ModulePath5><ModuleEnable5>TRUE</ModuleEnable5>
<ModuleName6>ProcessMonitorHandler</ModuleName6><ModulePath6>\module\ProcessMonitorHandler.dll</ModulePath6><ModuleEnable6>TRUE</ModuleEnable6>
<ModuleName7>ProtectHandler</ModuleName7><ModulePath7>\module\ProtectHandler.dll</ModulePath7><ModuleEnable7>TRUE</ModuleEnable7>
<ModuleName8>RecoveryHandler</ModuleName8><ModulePath8>\module\RecoveryHandler.dll</ModulePath8><ModuleEnable8>TRUE</ModuleEnable8>
<ModuleName9>RemoteKVMHandler</ModuleName9><ModulePath9>\module\RemoteKVMHandler.dll</ModulePath9><ModuleEnable9>TRUE</ModuleEnable9>
<ModuleName10>SoftwareMonitorHandler</ModuleName10><ModulePath10>\module\SoftwareMonitorHandler.dll</ModulePath10><ModuleEnable10>FALSE</ModuleEnable10>
<ModuleName11>SUSIControlHandler</ModuleName11><ModulePath11>\module\SUSIControlHandler.dll</ModulePath11><ModuleEnable11>TRUE</ModuleEnable11>
<ModuleName12>TerminalHandler</ModuleName12><ModulePath12>\module\TerminalHandler.dll</ModulePath12><ModuleEnable12>TRUE</ModuleEnable12>
<ModuleName13>IoTGWHandler</ModuleName13><ModulePath13>\module\IoTGWHandler.dll</ModulePath13><ModuleEnable13>TRUE</ModuleEnable13>
<ModuleName14>ServerRedundancyHandler</ModuleName14><ModulePath14>\module\ServerRedundancyHandler.dll</ModulePath14><ModuleEnable14>TRUE</ModuleEnable14>
<ModuleName15>Modbus_Handler</ModuleName15><ModulePath15>\module\Modbus_Handler.dll</ModulePath15><ModuleEnable15>FALSE</ModuleEnable15>
<ModuleName16>OTAHandler</ModuleName16><ModulePath16>\module\OTAHandler.dll</ModulePath16><ModuleEnable16>FALSE</ModuleEnable16>
</BaseSettings></XMLConfigSettings>
Plugin Information
Monitoring Plugins
Hard-disk Monitor
- Report Sata/IDE Hard-disk and Advantech SQFlash S.M.A.R.T. attribute
- RMM Function:
Monitoring Handler
- Compatible with SUSIAccess 3.0 for Hardware monitoring.
- Inculde SUSI and HDD S.M.A.R.T. attribute.
- No related function on RMM 3.3
Network Monitor
- Report Ethernet and Wireless status
- RMM Function:
Process Monitor
- Report CPU/Memory usage and process status
- RMM Function:
Software Monitor Handler
- Compatible with SUSIAccess 3.0 for Software monitoring.
- Include System CPU and Memory Usage and Process Status.
- No related function on RMM 3.3
SUSI Contorl
- Report the SUSI 4 (with SUSIIoT library) supported hardware information.
- RMM Function:
Modbus
- Help to transfer Modbus data with libmodbus.
- RMM Function:
Control Plugins
Power On/Off
- Provide remote power control, include: shutdown, sleep, hibernate, restart and Power ON (need Wake-on-LAN supported).
- RMM Function:
Screenshot
- Ask Agent to capture screenshot for Server.
- RMM Function:
Protection
- Provite remote McAfee protection control and status report.
- RMM Function:
Recovery
- Provide remote Acronis Backup/Recovery control and status report.
- RMM Function:
Remote KVM
- Active VNC Server and handle the VNC connection for remote KVM.
- RMM Function:
Terminal
- Bridge Windows CMD or Linux Shell (shellinabox) between RMM Server and Agent.
- RMM Function:
OTA
- Support remote file download and deploy control from RMM Server.
- RMM Function: