About our app
What is IntelliTrend Mobile for Zabbix?
IntelliTrend Mobile for Zabbix is a mobile app specially designed for real-time monitoring and access to your Zabbix servers. The app allows its users to access their Zabbix servers from their mobile devices and check the status, manage problems or view key performance metrics. Our app is optimized for use in different company structures: It supports both individual users or large companies with multiple users and servers.
Online documentation is available for all features of the app.
warning
Zabbix 7.2 support
Starting with app version 7.6.0, IntelliTrend Mobile has added support for Zabbix 7.2. However, due to an issue in Zabbix 7.2.0, this does not yet work in Zabbix Direct mode.
We have contacted Zabbix about this issue and suggested a fix, which is likely to be included in the upcoming Zabbix patch release 7.2.1. Once the problem has been resolved by Zabbix, the app will seemlessly start working again with the new Zabbix version.
DataForge, as well as Zabbix versions older than 7.2 are not affected by this issue.
Zabbix 7.2 removed support for passing the authentication token within the JSON request content, now requiring to use a Bearer token in the HTTP Authorization
header.
The Zabbix API however does not include the necessary Authorization
header in its Access-Control-Allow-Headers
header.
This prevents all clients respecting CORS (Cross-Origin Resource Sharing) from using the Zabbix API, including our mobile app.
This does not affect most other API integrations (such as DataForge, or third-party automation scripts) because those usually do not need to respect CORS rules.
To learn more about the issue, visit ZBX-25732.
If you have not yet upgraded to Zabbix 7.2, we recommend that you stay on 7.0 or lower until a patch has been released.
To check whether a patch has already been released, visit the ticket at ZBX-25732.
If you have already updated to the latest Zabbix 7.2 version and are encountering this issue, you can also apply a temporary workaround:
Simply override the following line (around line 18) setting the CORS header at the top of the api_jsonrpc.php
file on your Zabbix frontend server (this file is usually located at /usr/share/zabbix/api_jsonrpc.php
or /usr/share/zabbix/ui/api_jsonrpc.php
):
header('Access-Control-Allow-Headers: Content-Type');
This line should be changed to include the Authorization
header as follows:
header('Access-Control-Allow-Headers: Content-Type, Authorization');
Alternatively, you can set this header in the configuration of your web server / reverse proxy. Following is an example for the reverse proxy nginx:
proxy_hide_header Access-Control-Allow-Headers;
add_header Access-Control-Allow-Headers "Content-Type, Authorization";
IntelliTrend Mobile for Zabbix is compatible with the Zabbix Cloud!
- Real-time monitoring: Monitor and optimize the performance of your network infrastructure from anywhere, anytime. Monitoring multiple Zabbix servers are possible
- Seamless integration with Zabbix: Full compatibility with the last two long-term support versions of Zabbix and their major versions (e.G. 6.x.y and 7.x.y)
- Push-Notifications: Get notified about important problems from your phone
- Favorites and filters: Conveniently get an overview of important data by using custom filters and favorites
- Security through Zabbix API Guard: Additional protection of your data and network operations
- Versatile views: monitoring of host groups, items, triggers, etc. with simple navigation options and detailed insights
Keep an eye on your systems – no matter where you are
IntelliTrend Mobile offers two modes of operation
Zabbix Direct and DataForge Mode
Zabbix-Direct Mode
The Zabbix Direct mode in the IntelliTrend Mobile App allows a direct connection to your Zabbix server using the Zabbix API. It is an app subscription-based service. This option is ideal for individual users or organizations interested in easy and direct access to their Zabbix servers.
This mode supports an unlimited number of Zabbix servers, which users can easily switch between. Different user accounts can also be created for the same Zabbix server.
The app provides access to a configurable dashboard and allows users to manage issues, view data and receive push notifications for specific events. Historical data can be displayed in charts and predefined graphs are also supported. Using our media type, native push notifications can be received from Zabbix alerts.
The app offers a free 30-day trial.
DataForge Mode
The DataForge mode extends the functionality of Zabbix-Direct with additional features, such as self-provisioning, user-defined alarms or user-defined reporting for more transparency. The latest version even offers AI-based anomaly detection. DataForge mode does not require an app subscription. This mode is particularly well suited for enterprise users, companies with multiple Zabbix servers or system integrators and MSPs who want to provide mobile access and reporting to their customers. In addition to access via the app, DataForge also includes a web-based frontend.
When using DataForge mode, the app connects to a DataForge server via the HTTP-based DataForge API. The DataForge server then establishes a connection to a Zabbix server via the Zabbix API. The DataForge server is available as a cloud service or self-hosted. DataForge supports horizontal scaling, HA setups and role-based access control, making it an ideal choice for any organization using Zabbix.
The app can be used directly without registration.
Zabbix-Direct Mode
- Push notifications for integration with Zabbix actions, with our Zabbix Media Type on GitHub
- Multiple accounts to connect to many different Zabbix servers, ideal for IT service providers and system integrators
- Favorites, to easily switch between filters for specific hosts and host groups
- Support for Zabbix services including SLA and SLI definitions
- Execution of host scripts
- Access to host, item and trigger information
- Display open and closed problems
- Confirm open issues and view comments from other users
- Manually close issues (if the trigger definition allows this)
- Change the severity of open issues
- Access historical data with modern vector charts
- Easily navigate between problems, hosts, host groups and items
- Visual indicators for enabled or disabled hosts and items or hosts under maintenance
- Supports our free IntelliTrend Zabbix API Guard for added security
- Uses the standard Zabbix API
DataForge Mode
- All functions of the “Zabbix Direct” mode
- Self-provisioning to enable/disable maintenance for hosts/host groups
- Self-provisioning to automatically create customized subscriptions to alerts for hosts/host groups for each severity level
- Manage and configure reports as data-only reports for integration into big data applications (supports json/yml/xml)
- Manage and configure reports in PDF format
- Train your own AI models for AI-based anomaly detection in Zabbix
- No app subscription required, users can download and launch the app directly
- Uses Zabbix authentication, no additional login credentials are required
- Convenient desktop access via optional web frontend
- Multi-client capability, management of different companies with their own Zabbix servers
- Ideal for system integrators, system houses and MSPs
- Uses the gRPC protocol optimized for microservices
- Provides a REST-like API for integration with third-party products
Zabbix Direct and DataForge Mode
Feature comparison
Zabbix-Direct | DataForge | |
---|---|---|
Receive push notifications | smartphone | smartphone |
View dashboard | smartphone | smartphone/ computer |
View open problems | smartphone | smartphone/ computer |
View closed problems | smartphone | smartphone/ computer |
Change acknowledgement of problems | smartphone | smartphone/ computer |
View configured triggers | smartphone | smartphone/ computer |
View host groups | smartphone | smartphone/ computer |
View hosts | smartphone | smartphone/ computer |
View configured items | smartphone | smartphone/ computer |
View item history graphs and tables | smartphone | smartphone/ computer |
View configured Zabbix graphs | smartphone | smartphone/ computer |
View service details | smartphone | smartphone/ computer |
View service uptime graphs | smartphone | smartphone/ computer |
View SLA details | smartphone | smartphone/ computer |
View SLA uptime graphs | smartphone | smartphone/ computer |
Configure favorite filters for Zabbix Client | smartphone | smartphone/ computer |
Configure maintenances for host groups | — | smartphone/ computer |
Configure maintenances for hosts | — | smartphone/ computer |
Configure alerts for host groups | — | smartphone/ computer |
Create and configure reports | — | smartphone/ computer |
View report jobs | — | smartphone/ computer |
Monitor DataForge microservices | — | smartphone/ computer |
View DataForge microservices netlog | — | smartphone/ computer |
View auditlog | — | smartphone/ computer |
Who should use this app?
Regardless of whether you’re just starting to use Zabbix or are already an experienced user, IntelliTrend Mobile offers features that help you monitor and optimize your network performance. The app is a great match for IT specialists, hobbyists and IT service providers alike, that cannot do without an effective network monitoring solution on the go.
Saves time - Easy to use
- Dashboard cards: Quick views about problems filtered by severity, number of host groups, systems, triggers and items
- Direct actions: Confirm and manually close problems from detailed view including severity, status and problem name & description
- Custom views with powerful filter system
- Self provisioning: Maintenance and alarm management
- Protocols summarizing all events – including a graphical view of collected data
- Push notifications for incoming problems
With IntelliTrend Mobile for Zabbix you get a powerful, easy-to-use and versatile addition for your Zabbix network monitoring solution. Regardless of whether you’re in Zabbix-Direct mode or enjoying the added functionality of a DataForge server – our app is packed with features that help you efficiently monitor your network, proactively deal with problems and optimize the performance of your systems.