HTTP Request: Request 'uptime' and 'load' of the eibPort
From bab-tec.de wiki
The URL you will need:
"http://<eibPort_IP>/cgi-bin/statcgi?uptime=on"
BN: status
pw: eibPort
Here is the regular expression with that this is done:
"up (.*), load average: ([\.\d]*), ([\.\d]*), ([\.\d]*)"
The four groups in the expression maps on the four output objects of the job. The datatype of all four outputs has to be EIS 15, otherwise the floating point values will not be shown correctly.
Note: Requesting the load average to often per minute can cause a much more higher load ;)