Thanks for maintaining these! Could you use relative paths for the routeros_api.class.php include so it works out of the box?
i.e. instead of
require('/srv/http/munin/ros/routeros_api.class.php');
do
require(dirname(__FILE__) . '/routeros_api.class.php');
Thanks for maintaining these! Could you use relative paths for the
routeros_api.class.phpinclude so it works out of the box?i.e. instead of
do