pretty new to librenms and i wanna know if i can do a network map like the one in the image.
basically i need something visual that shows a down device.
also i would like to add diferent colors to the down devices like if the device cant wait to be recovered in one hour show red, if the device is down but can wait more than one hour to be recovered yellow, if the device is down but can wait 12 hiurs to be recovered blue…
Unfortunately we don’t have map to that you can draw in or doing anything like what you are asking, all we have is this. This uses XDP and shows what it can find on the network. See the doc for more
@Kevin_Krumm if you mean show device status? It is possible with Network Weathermap, i don’t know about hours recovery thing, but simple status change is easy, you create 3 png images f.e. green for up as Router_up.png, red for down as Router_down.png, etc and add this to node group config “ICON images/Router_{node:this:state}.png”, so when device status is down you see red picture for this node.
@Kevin_Krumm I don’t know right now, but Avaibility-map somehow show only device’s status, so it seems there is some per device url which reports only device status, we need to find it.
Looks like first we need support for LibreNMS device status in NetworkWeathermap datasource plugin, found info on this page https://forum.network-weathermap.com/t/cacti-host-status-for-nodes/34
So in the end i was wrong, no status changes yet, but good target for feature requests.