We have TVs that display the LibreNMS dashboard in our office
I would like to display info from our ticketing system (current number of tickets, etc)
We’re using a Nagios plugin to collect the current number of open tickets as a number
My issue is that I haven’t been able to find any method to create a dashboard widget that lets me just show the latest result
The issue isn’t specific to Nagios plugins. We’d also like to display the most recent value of a temperature sensor, rather than display a graph
My suspicion is that it’s not currently possible to do this in LibreNMS. Please correct me if I’m wrong
Would doing this require adding new dashboard widgets? I had a look in the /opt/librenms/resources/views/widgets directory, but I don’t know how to write PHP. Is there an obvious technical limitation preventing this type of widget from being created? I’m debating whether to try implementing a new widget to get this functionality
Bumping for keepalive. I’ve roped in some friends that are familiar with laravel, but we weren’t able to figure out how to do this yet. But haven’t given up.