INNORIX
Transfer BuilderTransfer FinderDevelopersResourcesCustomers
Start Free
INNORIX

LET FILES
MOVE THEMSELVES

INNORIX provides enterprise file infrastructure for moving and automating files across every system and environment.
Trusted by more than 5,000 enterprise and government agencies.

START HERE

  • Build the Transfer You Need
  • Find the Transfer You Need

POPULAR TRANSFERS

  • Sync Team Folders
  • Send Large Files to Clients
  • Explore Files Across Systems
  • Migrate FTP, SFTP, SCP & rsync
  • Add Transfer to Any App
  • Add Web Upload & Download
  • Build AI & Data Workflows
  • Browse All Transfers→

DEVELOPERS

  • Developer Center
  • Examples
  • API Quickstart
  • Developer Guide
  • API Reference
  • GitHub

RESOURCES

  • Resource Center
  • Product Guide
  • Integrations
  • Deploy & Manage
  • Help Center

CUSTOMERS

  • Government
  • Public Sector
  • Manufacturing
  • Engineering
  • Finance
  • Distribution
  • IT/Telecom
  • Media
  • Healthcare
  • Education

PLANS

  • Pricing

COMPANY

About Us

OTHER INNORIX PRODUCT

Al.bert — Smart Traffic AI

GLOBAL OFFICES

  • New York, USA
  • Seoul, South Korea
  • Ho Chi Minh City, Vietnam
  • View Office Locations→

(C)2026 INNORIX. All rights reserved.

  • Security
  • Status
  • Terms
  • Privacy
  • Cookies
  1. Integrations
  2. Prometheus Monitoring Integration

Prometheus Monitoring Integration

Integrate Prometheus to receive selected INNORIX file-transfer and device-status data through Remote Write.

  • Messaging
    • Slack Notification Integration
    • Microsoft Teams Notification Integration
    • Notion Notification Integration
    • Jira Notification Integration
    • Twilio Notification Integration
    • Amazon SES Notification Integration
    • Trello Notification Integration
    • Asana Notification Integration
    • Discord Notification Integration
    • ClickUp Notification Integration
    • Twilio SendGrid Notification Integration
    • Telegram Notification Integration
  • Security
    • Integrate CrowdStrike Falcon Antivirus
    • Microsoft Defender Antivirus Integration
    • Palo Alto Cortex Antivirus Integration
    • Fortinet FortiEDR Antivirus Integration
    • Cisco AMP Antivirus Integration
    • Bitdefender GravityZone Antivirus Integration
    • Symantec Norton Antivirus Integration
    • Trend Micro Apex One Antivirus Integration
    • McAfee ENS Antivirus Integration
    • Skyhigh Security SSE Antivirus Integration
    • OPSWAT MetaDefender Antivirus Integration
    • Clam AntiVirus Antivirus Integration
    • Kaspersky KES Antivirus Integration
    • AVG AntiVirus Antivirus Integration
    • Sophos Antivirus Integration
    • Avast Antivirus Integration
    • Microsoft Purview Scan Integration
    • Integrate Vitrium Security
  • Monitoring
    • Datadog Monitoring Integration
    • Cisco AppDynamics Monitoring Integration
    • monday.com Monitoring Integration
    • New Relic Monitoring Integration
    • Integrate Elastic Stack Monitoring
    • Opsgenie Monitoring Integration
    • Splunk Cloud Monitoring Integration
    • Prometheus Monitoring Integration
    • PagerDuty Monitoring Integration
    • Zoho Monitoring Integration
    • Sentry Monitoring Integration
    • Grafana Monitoring Integration
Deploy & Manage
Exabyter

Overview#

You can configure Prometheus integration to send and monitor file transfer tasks and device status changes.

Prometheus basically collects targets using a Pull method, but this integration sends data using a Push method to the Prometheus Remote Write Receiver.

After completing the integration, data is sent to Prometheus whenever designated events occur, such as a transfer being Started (Transfer Started) or Completed (Transfer Completed), or a device being Connected (Device Connected) or Disconnected (Device Disconnected).

The entire process consists of two steps: ① Prepare the Prometheus Remote Write Receiver → ② Configure the integration in the product.

Prerequisites#

Before you begin, check the following.

Item Description
Prometheus server A Prometheus server and administrator permissions to enable the Remote Write Receiver are required.
Prometheus Endpoint Check the Prometheus Endpoint that will receive data (default port 9090).
Network Network access to the Prometheus Endpoint (default 9090) must be available from the environment where the product is installed.

Prepare the Prometheus Remote Write Receiver#

To send data from the product to Prometheus, enable the Remote Write Receiver and check the Endpoint and authentication information.

Step 1. Enable the Remote Write Receiver#

Run Prometheus with the --web.enable-remote-write-receiver option.

The receiving path of the Remote Write Receiver is as follows.

/api/v1/write

ℹ️ If this feature is not enabled, the remote write receiver needs to be enabled message is displayed with a 404 Not Found error when data is sent.

Remote Write Receiver activation screen

Step 2. Check the Endpoint and Authentication Information#

Check the Prometheus Endpoint.

Example:

http://localhost:9090

If authentication is required, configure Bearer Token authentication in a reverse proxy (such as nginx) or the Prometheus web configuration and prepare the Token.

If it is used without authentication on an internal network, you do not need to enter an Auth Token.

ℹ️ An Auth Token has the same level of access as a password, so make sure it is not exposed in public repositories or external documents.

Endpoint and authentication check screen

Checklist#

  • ✔ The Remote Write Receiver has been enabled.
  • ✔ The Prometheus Endpoint has been confirmed.
  • ✔ An Auth Token has been prepared if required.

Configure Prometheus Integration#

Enter the confirmed Endpoint and authentication information in the product.

When you open the Monitoring settings window, the following screen is displayed.

Prometheus monitoring settings screen

Step 1. Enter the Prometheus Endpoint#

Enter the Endpoint in the Prometheus Endpoint field.

Example:

http://localhost:9090

Step 2. Enter the Auth Token#

If authentication is used, enter the Auth Token.

Leave it empty if authentication is not used.

Step 3. Select Events#

Select the events to monitor under Events.

You can select multiple events, and data is sent to Prometheus only when the selected events occur.

Event When It Occurs
Transfer Started When the transfer task starts
Transfer Completed When the transfer task is completed successfully
Transfer Paused When the transfer task is temporarily paused
Transfer Recovered When the transfer is automatically recovered and resumed after an interruption or error
Device Connected When a device is connected
Device Disconnected When a device is disconnected

Step 4. Save the Settings#

After completing the input, click Add to save the integration.

Checklist#

  • ✔ The Prometheus Endpoint has been entered.
  • ✔ An Auth Token has been entered if required.
  • ✔ The events to monitor have been selected.

Verify the Integration#

Verify that the settings are working correctly.

Step 1. Trigger a Test Event#

Run an actual transfer task or trigger one of the selected events.

Transfer execution screen

Step 2. Check Prometheus#

Check whether the transferred metrics have been collected successfully in the Prometheus UI.

Prometheus metrics check screen

Checklist#

  • ✔ Metrics have been collected in Prometheus.
  • ✔ The triggered event was delivered successfully.

Setup Complete#

Once the settings are saved, the integration is applied.

After that, data is automatically sent to Prometheus whenever the selected events occur.

Troubleshooting#

Issue Checklist
Data is not collected Check whether the Prometheus Endpoint and Auth Token are correct and whether there are leading or trailing spaces or missing characters.
A 404 Not Found error occurs Check whether Prometheus is running with the --web.enable-remote-write-receiver option.
A 401/403 authentication error occurs Check whether the Auth Token is correct and matches the reverse proxy or authentication configuration.
Connection fails Check whether the Prometheus Endpoint and port (default 9090) are correct and whether access is allowed by the firewall or network policy.
PreviousSplunk Cloud Monitoring IntegrationNextPagerDuty Monitoring Integration

On this page

  • Overview
  • Prerequisites
  • Prepare the Prometheus Remote Write Receiver
  • Step 1. Enable the Remote Write Receiver
  • Step 2. Check the Endpoint and Authentication Information
  • Checklist
  • Configure Prometheus Integration
  • Step 1. Enter the Prometheus Endpoint
  • Step 2. Enter the Auth Token
  • Step 3. Select Events
  • Step 4. Save the Settings
  • Checklist
  • Verify the Integration
  • Step 1. Trigger a Test Event
  • Step 2. Check Prometheus
  • Checklist
  • Setup Complete
  • Troubleshooting