Docs update

This commit is contained in:
Ivan Pavlina 2020-04-07 21:31:56 +02:00
parent cd9e30682c
commit bdf0932b84
2 changed files with 6 additions and 5 deletions

View file

@ -66,12 +66,13 @@ For per-IP throughput tracking Mikrotik's accounting feature is used.
[Mikrotik support page](https://wiki.mikrotik.com/wiki/Manual:IP/Accounting)
Feature will be automaticaly used if accounting is enabled in Mikrotik. Feature is present in Winbox IP-Accounting. Make sure that threshold is set to resonable value to store all connections between user defined scan interval. Max value is 8192 so for piece of mind i recommend setting that value. Web Access is not needed, integration is using API access.
Feature will be automatically used if accounting is enabled in Mikrotik. Feature is present in Winbox IP-Accounting. Make sure that threshold is set to reasonable value to store all connections between user defined scan interval. Max value is 8192 so for piece of mind I recommend setting that value. Web Access is not needed, integration is using API access.
Integration will scan DHCP Lease table and ARP table to generate all known hosts and create two sensors for WAN traffic (mikrotik-XXX-wan-rx and mikrotik-XXX-wan-tx). If the parameter *account-local-traffic* is set in Mikrotik's accounting configuration it will also create two sensors for LAN traffic (mikrotik-XXX-lan-rx and mikrotik-XXX-lan-tx).
Device's name will be determined by first available string this order:
1. DHCP lease comment
Device's name will be determined by first available string in this order:
1. DHCP hostname
2. DNS static entry
3. DHCP hostname
4. Device's MAC address
3. Device's MAC address
Devices attributes contain IP Address, MAC address and Comment (filled by comment of devices DHCP lease, fallbacks to device name in definition above)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Before After
Before After