InfluxDB
Time series database
InfluxDB is an open source database specifically for time series data. Collect metrics and events from sources such as IoT devices, applications or infrastructure and efficiently query large amounts of data in real time.
From the idea to the running InfluxDB stack
You don’t have to build InfluxDB alone. We accompany you step by step – and stay by your side afterwards.
Analysis & concept
Structure & integration
Commissioning & storage
Support & Operation
InfluxDB Features
InfluxDB web interface
The screenshot shows an overview of the InfluxDB web interface, in which the various components and functions of the dashboard are clearly explained.

Quickly create your own dashboards and views directly in InfluxDB Web.
Visualize your metrics with a classic line chart.
The gauge diagram can be used to compare the current value of metrics with a minimum and maximum value.
Configure the current time periods in which data should be displayed with just a few clicks and activate an automatic update after defined intervals.
Configure new dashboards, create queries with your data or configure some basic settings in InfluxDB.
Shaping IT together
We help you to strategically plan, technically implement and sustainably operate modern IT and monitoring solutions. We combine consulting, implementation and support to create a tailor-made service that is geared to your requirements. Our aim is to make complex systems transparent, stable and efficient to use.
Know-how
More know-how about InfluxDB
Installing Icinga with Icinga DB on Ubuntu 26.04
Last updated: 11.06.2026 Icinga mit Icinga DB auf Ubuntu 26.04 LTS installieren: diese Anleitung führt dich Schritt für Schritt durch die komplette Grundinstallation. From the…
Ansible basics
Last updated: 28.05.2026 Imagine you have to install the same packages, start services and adjust configurations on 10 servers. Manually via SSH, with copy-paste commands…
Install Icinga Director on RHEL 10.1
Last updated: 21.05.2026 You no longer want to manage your Icinga configuration exclusively via configuration files? The Icinga Director makes exactly this possible: As a…
Install Icingaweb2 and Icinga DB Web on RHEL 10.1
Last updated: 07.05.2026 For many users, a graphical user interface is indispensable. With Icinga Web, Icinga2 provides the graphical user interface via which checks, hosts…
Install Icinga with Icinga DB on RHEL 10.1
Last updated: 30.04.2026 This guide will walk you through the complete installation of Icinga 2 with Icinga DB on Red Hat Enterprise Linux 10.1 –…
Integrate Icinga and Prometheus
Last updated: 23.04.2026 Icinga and Prometheus are both excellent monitoring solutions. However, the focus of the tools is different. When it comes to monitoring real-time…
Install Icinga Director on Ubuntu 24.04
Last updated: 16.04.2026 You no longer want to manage your Icinga configuration exclusively via configuration files? The Icinga Director makes exactly that possible: As a…
Install Icingaweb2 & Icinga DB Web on Ubuntu 24.04
Last updated: 09.04.2026 Many users not only want to manage their monitoring via the console, but also evaluate it graphically. With Icinga2 and Icinga Web,…
Install Icinga with Icinga DB on Ubuntu 24.04
Last updated: 02.04.2026 You want to install Icinga on Ubuntu 24.04 LTS and work directly with Icinga DB? Good decision! The new architecture ensures that…
Is Icinga free of charge?
Last updated: 05.03.2026 This blog post explains whether Icinga is free. As I sit here and start writing this blog post, I still can’t believe…
Questions & Answers
The most frequently asked questions about InfluxDB
What is InfluxDB?
InfluxDB is an open source database that is optimized for time series data such as metrics, events or sensor data. It was developed to efficiently store and process large amounts of timestamp data. With InfluxDB, data can be recorded and queried in real time.
What is InfluxDB mainly used for?
InfluxDB is often used in areas such as IoT, DevOps monitoring, application performance monitoring and financial analysis. It enables the collection and analysis of time series data from various sources in order to identify trends or monitor anomalies. It is particularly suitable for applications that process large quantities of time stamp data.
How does the data query in InfluxDB work?
InfluxDB uses InfluxQL, a SQL-like query language, to query data efficiently. Aggregations, mathematical operations and time window queries can be performed to gain deeper insights into the data. These queries are useful for creating dashboards or triggering notifications.
How does InfluxDB differ from conventional relational databases?
Unlike relational databases, InfluxDB was developed specifically for time series data, making it more efficient to store and process large amounts of time-based data. InfluxDB dispenses with the complex schema management of relational databases and concentrates on optimizing metrics and event data. This makes it faster and more resource-efficient when processing time series data.
Can InfluxDB be operated in real time?
Yes, InfluxDB was developed to collect, store and query data in real time. It can be used to continuously collect data from IoT devices, servers or other sources and instantly analyze or visualize it. This makes InfluxDB ideal for monitoring and alarm applications.
How can InfluxDB be integrated into existing systems?
InfluxDB can be easily integrated with other tools such as Grafana for visualization and Telegraf for data collection. It also offers REST APIs and client libraries for various programming languages to insert or query data. Thanks to this flexibility, InfluxDB can be integrated into almost any infrastructure, such as Icinga.