SNMPTT - SNMP Trap Translator

Introduction
In my previous post, it was about Net-SNMP. If you use it for SNMP Trap, in most cases you will see the trap from the device (router, switch, server, ups, printer, etc) will be look like this, taken from snmptt website:
Feb 12 13:37:10 server11 snmptrapd[25409]: 192.168.110.192: Enterprise Specific Trap (3008) Uptime: 306 days, 23:13:24.29, .1.3.6.1.2.1.1.5.0 [...]

Net SNMP

Introduction
I can say, Simple Network Management Protocol is a standard widely used in monitoring. From router, switch, firewall, printer, server, ups, cellular nodes and many other devices. There has been 3 versions of SNMP. SNMPv1, SNMPv2c, SNMPv3. With SNMPv3 as the securest implementation.
Most network monitoring software will use SNMP to collect device information. From CPU, [...]

SmokePing Open Source Network Latency Grapher

Introduction
If we talk about network quality, as i know, there are three things we should monitor:

Latency
It is the time needed for the sender to send a packet and get reply. Other term is Round Trip. Propagation, Transmission, Router are affecting the Latency.
Packet Loss
When the sender send packet but got no reply we can say it [...]