1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00
Commit graph

4 commits

Author SHA1 Message Date
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