104
edits
(Created page with "<accesscontrol>AC:GroupUsers</accesscontrol>") |
No edit summary |
||
Line 1: | Line 1: | ||
<accesscontrol>AC:GroupUsers</accesscontrol> | <accesscontrol>AC:GroupUsers</accesscontrol> | ||
The Influx Export allows to write statistics from the Allegro Network Multimeter to an InfluxDB. | |||
This can be found in the menu "Settings -> Remote access & export -> Influx Export". | |||
==InfluxDB settings== | |||
*'''Enabled''' → Enables the export | |||
*'''URL''' → URL of the InfluxDB (for example <nowiki>http://influx.mycompany.com:8086</nowiki>) | |||
*'''API Token''' → Organization → the organization set in the InfluxDB | |||
*'''Organization''' → the organization set in the InfluxDB | |||
*'''Bucket''' → name of the bucket in which the statistics should be stored | |||
*'''Check TLS Certificates''' → For HTTPS Connections. Disable if a self signed certificate is used for the InfluxDB server. | |||
==Export Settings== | |||
{| class="wikitable" | |||
|+ | |||
!Option | |||
!Description | |||
|- | |||
|Interval (seconds) | |||
|Specifies the interval (in seconds) in which the statistics data from the Allegro Network Multimeter are written to the InfluxDB. The value must be greater than or equal to 1. | |||
|- | |||
|Resolution (seconds) | |||
|Specifies the resolution (in seconds) of the statistics. For example, 1 = one measurement every second, 10 = one measurement every 10 seconds. The value must be greater than or equal to 1. The value may not greater than the interval. | |||
|- | |||
|System Load Statistics | |||
| | |||
|- | |||
|Global Counters | |||
| | |||
|- | |||
|Interface Statistics | |||
| | |||
|- | |||
|Virtual Link Groups Statistics | |||
| | |||
|- | |||
|IP Global Statistics | |||
| | |||
|- | |||
|IP Device Statistics | |||
| | |||
|- | |||
|IP Device Deteils Statistics | |||
| | |||
|- | |||
|IP Device Peers Statistics | |||
| | |||
|- | |||
|DNS Statistics | |||
| | |||
|- | |||
|ARP Statistics | |||
| | |||
|- | |||
|TCP Response Time Statistics | |||
| | |||
|- | |||
|Ring Buffer Usage Statistics | |||
| | |||
|} | |||
==InfluxDB & Grafana setup example with docker-compose== |
edits