Is possible take more than one value in the response of an "external check"?
for example, if I have an "get_sensor.php [ip]" script that return 3 values:
php -f get_sensor.php 10.1.1.2
34,62,1
can use in one item?
for example, if I have an "get_sensor.php [ip]" script that return 3 values:
php -f get_sensor.php 10.1.1.2
34,62,1
can use in one item?
Comment