Add an inspection point for VerneMQ in the local dev env. Remove the bottleneck in sending websocket messages, at the expense of increased CPU-load. Fixed the message encoding. Added support for stress testing - it is still enabled in the main loop so will fire stress-testing payloads when the ACLK is established.
Next patch will integrate the socket polling properly to reduce the CPU overhead and remove the stress testing payloads.
* Mild cleanup of dashboard.js (#4461)
* Balancing of else clauses
* More cleanup, fixed nasty bug introduced by previous commit
* More cleanup
* More refactoring
* Wip
* More refactoring
* Wip
* Cleanup, wip
* Refactor for-loop
* Remove .hasOwnProperties, wip
* Split dashboard.js into multiple files, wip #4479
* Fixed a bug in common min/max
* Extracted more files from dashboard.js
* Extracted more code, wip
* Extract units-conversion.js and sparkline.js
* Do not include morris.js, c3.js and raphael.js in dashbaord.js
They are extracted as separate files but not included in dashboards.js
* Removed refs to obsolete charting libraries #4492
* Extracted google-charts #4479
* Extracted google-charts
* Removed refs to morris, c3, raphael from dashboard.html
* Wip #4479
* Extracted more charting libraries, cleanup
* Organize charting libs in subfolder
* Apply WebStorm formatter (mostly adds missing braces)
* Additional formatting with WebStorm #4461
* Extracted d3pie, peity, localstorage
* Extracted options.js, fixed some issues with dependencies, wip
* Extracted boot.js
* Fixes in for loops #4461
* Removed extrtacted d3pie from main file
* Extracted registry.js
* Extracted alarms.js
* Extracted error-handling.js
* Extracted fast formatting to utils.js
* Extracted chart libraries registration code
* Extracted some js/css loading code into boot.js
* Added some info on generating dashboard.js
* Fixed issues reported by LGTM
* Minor
* added slitted dashboard.js to makefiles
* updated merged dashboard.js
* excluded paths from codacy
* minor pending fixes
* updated README.md for release 1.11
##### Summary
<!--- Describe the change below, including rationale and design decisions -->
Removing variables which are not used in Python code
<!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
##### Component Name
<!--- Write the short name of the module or plugin below -->
- python.d.plugin
- portcheck python module
- postgres python module
##### Additional Information
<!--- Include additional information to help people understand the change here -->
<!--- A step-by-step reproduction of the problem is helpful if there is no related issue -->
<!--- Paste log output below, e.g. before and after your change -->
```paste below
```