screnshot_airfiberLTU.png
Telegraf Config and Dashboard for Ubiquiti Airfiber LTU Wireless Backhaul Equipment.
Collects CPU / Memory, States and per-Station Values.
This one is tested on a Ubiquiti Airfiber 5 xHD (LTU) with Firmware 1.1.2
Collector Configuration Details
Create /etc/telegraf/telegraf.d/afltu.conf with following Content (place your Management IP's accordingly):
[[inputs.snmp]]
agents = [ "airfibermanagement.ip"
]
version = 2
community = "public"
interval = 30
[[inputs.snmp.field]]
name = "sysName"
oid = "SNMPv2-MIB::sysName.0"
is_tag = true
[[inputs.snmp.field]]
name = "sysLocation"
oid = "SNMPv2-MIB::sysLocation.0"
is_tag = true
[[inputs.snmp.field]]
name = "uptime"
oid = "DISMAN-EVENT-MIB::sysUpTimeInstance"
[[inputs.snmp.table]]
name = "af_radio"
index_as_tag = true
inherit_tags = [ "sysName", "sysLocation" ]
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUFrequency"
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUBandwidth"
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUSsid"
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUDevName"
is_tag = true
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUFirmwareVersion"
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUMemoryUsage"
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUCpuUsage"
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUUptime"
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUTxBytes"
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUTxPps"
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTURxBytes"
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTURxPps"
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUConnected"
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUethTxBytes"
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUethTxPps"
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUethRxBytes"
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUethRxPps"
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUethConnected"
[[inputs.snmp.table]]
name = "af_partners"
index_as_tag = true
inherit_tags = [ "sysName", "sysLocation" ]
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUStaTxRate"
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUStaRxRate"
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUStaTxCapacity"
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUStaRxCapacity"
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUStaRxPower0"
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUStaRxPower1"
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUStaIdealRxPower0"
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUStaIdealRxPower1"
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUStaRxPowerLevel0"
[[inputs.snmp.table.field]]
oid = "UBNT-AFLTU-MIB::afLTUStaRxPowerLevel1"