Results 5 comments of Dana Lehman

I'm having this same issue. I've never used ruby so trying to figure its syntax on the fly too. I copied the ironware model to oxidized home directory to make...

I have two ideas for approaching this, but you folks know the code better. 1. Create a new var ```php $graphurl = Config::get('base_url') . 'graph.php' ``` Then on lines 359...

> How are the other graphs that work generating their urls? That is what I'm trying to figure out. The only health page working is the memory page. I noticed...

The hostname link for example. librenms\includes\html\table\toner.inc.php ```php 'hostname' => generate_device_link($toner), ``` librenms\includes\html\table\mempool-edit.inc.php ```php 'hostname' => generate_device_link($drive), ``` These look to be calling the same function so should both be good...

A couple suggestions for this rework and other future benchmark reworks. Include the profile in the title field Split the profiles into separate files. This benchmark has 3 profiles with...