You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2018. It is now read-only.
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.
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.
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.
@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.
@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
The text was updated successfully, but these errors were encountered: