Linux : Add OpenNMS data source to Grapfana not found error

Heading toward OpenNMS and Grafana for your monitoring and visualization needs? Way to go! (or Oh Yeah! like Duffman would say). First of all, I suppose since you’ve end up reading that post, that you have a successful installation of OpenNMS, Grafana and OpenNMS Help plugin. Adding a data source in Grafana in your OpenNMS… Read More »

JunOS : Configuring DHCP forwarder on QFX serie

Here is how to configure DHCP relay on the QFX platform. 1. Define a DHCP server group with DHCP servers IP address(es) : set forwarding-options dhcp-relay server-group <server-group-name> <ip.address> Example : If you want to name the group as “PRD-dhcpSrv” and the IP of the server is 10.1.1.10 : set forwarding-options dhcp-relay server-group PRD-dhcpSrv 10.1.1.10… Read More »