Commit Graph

6 Commits

Author SHA1 Message Date
Dennis Paul a68ed9a1de
fix(issue #1247): ubiquiti - unifi_api spamming errors (#1248)
Closes: #1247
2021-11-08 15:20:49 +01:00
Kai c0108c9583 Fixed data for UAP
Data for UAP's is (now?) encapsulated within 'stat'->'ap', changed reference to reflect this change.
Also: Fixed handling of uninitialized values in case they do not exist (// 0).
2020-09-11 04:45:00 +02:00
Lars Kruse bd1302c3f2 Plugin unifi_api: handle missing error fields in response
It seems to be possible, that the response lacks the values for
`rx_errors` and `tx_errors`.  This should not result in warnings due to
undefined values.

Thanks, kboenke!

Closes: #1095
2020-07-12 19:16:31 +02:00
Lars Kruse 8713eb3722 Fix spelling mistakes in comments and descriptions
Thanks, codespell!
2020-03-26 04:23:21 +01:00
JTSage 2156464c66 Ubiquity Plugin: new controllers require the use of double quoted string to login 2019-01-16 09:24:36 -05:00
JTSage 556c536c26 Add a plugin for unifi (Ubiquity) gear
Plugins available:

 * unifi_api - Providing the following graphs:

   * unifi_clients_by_device - Count the number of clients connected on a per-device basis

   * unifi_clients_by_network - Count the number of clients connected to each named network

   * unifi_device_stats - Get basic stats from each unifi device - cpu, memory, load average, and uptime

   * unifi_xfer_by_device - Transfer stats on a per-device basis

   * unifi_xfer_by_network - Transfer stats on a per-network basis

   * unifi_xfer_by_port - Transfer stats per switch port

   * unifi_xfer_by_uplink - Overall transfer with speedtest stats
2018-10-14 13:11:37 -04:00