function randomValue() {
var value =("<?php
$info = snmpget("192.168.0.1", "com", ".1.3.6.1.4.1.25728.8800.1.1.2.1");
$rest = substr("$info", -2);
echo $rest;
?>");
arrow.setValue(value);
axis.setBottomText(value + " С");
}
setInterval(randomValue, 2000);