-
Notifications
You must be signed in to change notification settings - Fork 42
Added support for remote hosts, fixed "performance" leak #27
base: master
Are you sure you want to change the base?
Conversation
added host and remoteUser config
added support for other operating systems moved timers from node_helper to MMM-Systemstats.js updated screenshot
Wow nice feature, but a lot of code changes. I have to test this first. |
Ok, I'm gonna have a look at it. |
added example commands for differnet temperature units
Hi Ben, I splitted the configuration into basic and advanced config values. |
Thank you @Sickboy78 currently i am a bit busy. First impression looks good. |
Added the support to get system stats from remote hosts.
Since commands to get stats differ from system to system, I made the command and also the split and replace commands configurable.
There also was a problem with the interval timers in the node_helper.js. With every page request new timers where created but never stopped/deleted. This resulted in increasing faster updates and also increasing performance and memory consumption until raspberry crashes.
I fixed this by moving the interval timers to the client side, so they are resetted with each page request.