[root@librenms librenms]# ./daily.sh
Re-running /opt/librenms/daily.sh as librenms user
Updating to latest codebase OK
Updating Composer packages OK
Updated from 3388741 to d9bbc60 OK
Updating SQL-Schema OK
Updating submodules OK
Cleaning up DB OK
Fetching notifications OK
Caching PeeringDB data OK
Hello,
I was wondering if there was a way to search multiple entries, specifically in the GUI at “http://librenms.yourdomain.com/health/metric=storage/view=detail/” ?
Basically, I’m trying to only see specific mount points and their utilization across all matching servers. I couldn’t find a good way to do this with device groups as it would just show me the servers instead of the storage mount points. If I could use the search field like /data || /home
or /data && /home
at the above URL, that would solve my problem. Any other suggestions or ideas to achieve what I’m looking for are welcome.
Thanks