librenms / librenmsv2

LibreNMS WebUI Rewrite
GNU General Public License v3.0
26 stars 15 forks source link

All-in-one status view #163

Open laf opened 8 years ago

laf commented 8 years ago

@trick77 commented on Mon Jul 06 2015

I'm really loving this all-in-one status view in Observium which is about my only reason for not using LibreNMS yet. Where would I have to start looking/developing such a view in LibreNMS? I might contribute this to the project even though it may take a while.

Status View


@laf commented on Tue Jul 07 2015

@trick77 So just the device overview page with the normal cpu / mem / disk / network graphs on it?


@trick77 commented on Tue Jul 07 2015

Yes, it's OS icon + device + linebreak + location, CPU, memory, disk and network


@trick77 commented on Sun Jul 19 2015

I've looked at devices.inc.php and the code is a bit "old-style" (combination of php + sql + html code) which makes it difficult to integrate another "path" like a condensed view into it. It's going to be a mess if I merge a condensed view into the existing code without some heavy refactoring.


@laf commented on Tue Aug 04 2015

@trick77

I'd say this is do-able, we currently have Basic / Detail and could add Overview, we then just need to swap out the Platform / Operating System / Uptime/Location columns out for the graphs needed.

This will all be done in:

html/pages/devices.inc.php html/includes/table/devices.inc.php