How do you uninstall or upgrade oxidized? I can’t find any documentation or threads on it - I installed through ruby gems. I’ve tried simply uninstalling the gems, but the application still runs and files remain. I’m trying to fix the problem below with a fresh installation (hopefully).
I’m running into an issue found here when trying to integrate Oxidized with LibreNMS. Here’s a screenshot of the debug.
Running this command (modified appropriately - Oxidized on separate machine & diff port) from LibreNMS returns successfully.
php -a
$test = file_get_contents('http://127.0.0.1:8888/node/show/hostname.com?format=json');
print_r($test);
exit