Remote access and export
Statistics Export
Section titled “Statistics Export”See Statistics Export via POST for details about exporting the measurement data via HTTP POST requests.
Influx Export
Section titled “Influx Export”See Statistics Export via InfluxDB for details about exporting the measurement data via InfluxDB.
SSH port forwarding
Section titled “SSH port forwarding”This option allows to use an external SSH server as a proxy to access the device. Via port forwarding the client PC accesses the SSH proxy which forwards the traffic to the actual Allegro Network Multimeter. See Self-hosted_SSH_Proxy for detailed information how to set up such a server.
Allegro Remote Service
Section titled “Allegro Remote Service”The Allegro Remote Service is similar to the SSH Port Forwarding feature, but the SSH server is provided by Allegro Packets as a public service. Traffic through is proxy is still end-to-end encrypted via your SSL certificate so the data is only accessible to you.
See Using the Allegro Remote Service for detailed information.
See SNMP for details about SNMP support.
PCAP export via SFTP
Section titled “PCAP export via SFTP”The Allegro Network Multimeter allows the export of captured PCAPs via SFTP. PCAP files can be stored in an upload queue and be automatically uploaded to a remote host once a day.
This feature only works if a disk is attached to the device.
When PCAP Export via SFTP is enabled, a new checkbox Save to SFTP export directory is added to the capture dialogue. If checked, the PCAP will be stored to a special upload directory.
In the configuration view, it is possible to see the files in the upload queue and delete them or trigger an immediate upload.
SFTP export allows SFTP authentication via public key or via password. The public key is printed at the top of the configuration view. For public key authentication, the password field in the SFTP connection parameters can be left empty.
A Test upload button uploads a file allegro-upload-test.txt into the configured target directory on the remote host.
Uploaded files are deleted from the storage device after successful upload.
The upload can also be triggered manually via the web frontend or a REST API call:
Method: POSTURL: /API/system/sftp-exportPayload: { uploadNow: true }Uploads are executed sequentially so it is safe to call the API with already running uploads.
Limitation: There should be no running capture to the SFTP export as it would be uploaded incompletely.
Public statistics
Section titled “Public statistics”This option allows to enable a public access to some basic statistics, useful for basic system monitoring.
If enabled, the system can be accessed with the URL “/public”.
The Notes text-box can be used to set some text which is displayed at the top of each public statistics page.
Read Public limited statistics for details about the kind of information that are available under the public URL.
Zabbix agent
Section titled “Zabbix agent”This module allows to run a Zabbix agent on the Allegro Network Multimeter so that it can be easily monitored from a Zabbix server.
When enabled, the Zabbix agent will listen for connections on the default TCP port 10050.
By default any address can connect to the Zabbix agent but in the Allowed servers field a commas-separated list of servers can be provided. This limits access to the Zabbix agent by only allowing connections from listed Zabbix servers.
A Zabbix template can be downloaded using the Allegro Zabbix template link. When this template is imported on a Zabbix server it then can be used to quickly set up useful items and triggers for monitoring an Allegro Network Multimeter. This also includes several Allegro-specific items like the processing load and memory usage, the IP count, MAC count and connection count as well as the data storage duration.
The storage can be accessed via SFTP.
The server is off by default and has to be turned on in Settings → Remote access and Statistics Export → SFTP Server.
Authentication is possible via a SSH key or the same credentials as of the web interface.
Only the user with the role admin or users with storage permissions are allowed to access the storage via SFTP.
The SSH key is configurable on a user basis in the User settings.