Zabbix WhatsApp Notify
A JavaScript webhook bridge that receives alerts from your Zabbix server media and queues them for delivery to a configured WhatsApp contact.
Prerequisites
The following are required before running this service: ...
Search Result
Collapse
100 results in 0.0304 seconds.
Keywords
Members
Tags
-
Zabbix and Whatsapp Integration - Personal Account
Last edited by ejayz; Today, 04:52. -
Query About Trigger Based On Strings
Hi Everyone,
I have created a template to monitor silverpeak device and the MIB provided by them gives only the alarm notifications (this means that the oids can be alarm description, alarm name, alarm source & so on and they have SNMP INDEXES in them - which is how I generate an alert if...Last edited by Jebastin_; 11-05-2026, 08:31. -
Mikrotik WAN port Down Dashboard
Hello,
I have multiple MikroTik routers deployed across several locations. Each router has at least two WAN ports, and most of these WAN ports are connected to ISP routers, receiving local IP addresses from them.
I would like to create a Zabbix dashboard that clearly indicates,...👍 1 -
[Feature Request]: Network Path Analytic
Dear Zabbix Dev Team,
Thanks for the awesome monitoring tool with Enterprise class as open source. I've been using Zabbix since v3 (2016) till now. Today I'd like to take the opportunity to request Network Patch Analytic to full fill the Advance function of Zabbix. Attached is the example... -
Monitoring of list of certain systemd services
Debian 13, zabbix-agent 2 v 7.4.xx
I want to monitor a list of specific systemd services (whether they are currently running or not).
For now I tried to use Systemd by Zabbix Agent 2 template. It's working, but with default settings this template monitoring all enabled systemd-services.... -
Need Windows XP 32bits (SP2) Agents
Hi,
I'm searching about an agent for Windows XP (SP2 and SP3) 32 bits (yeah I know have old server/machine).
I read I can use template from zabbix 4.X here : https://www.zabbix.com/documentation.../compatibility to monitoring them but i dont find any of this... -
Zabbix integration on a management-system via OPC
I am new to the whole Zabbix environment and I have a question. Is it possible to use Zabbix as monitoring tool, which can be connected to a management system via OPC (Zabbix -> OPC -> Management system)? I’ve read something about Zabbix and OPC UA, but only the other way around (Management... -
Apply Script to multiple devices at the same time
Hello Zabbix Experts ,
i am still new in Zabbix , i already installed it on my server and discovered many machnies ( windows 10 , Linux Ubuntu ) using Zabbix Agent .
i already applied script to shutdown these machines and it is working fine .
but now , the idea... -
Time sync issue with zabbix server and host.
We are currently facing a time synchronization issue on a few host devices. Upon checking, the host time appears to be in sync with the Zabbix server. However, the Zabbix frontend displays the following error.
For now, we have disabled the trigger to prevent alerts, but once re-enabled,... -
ifsAvailableBytes not working
Hi, everyone!
I'm learning.
I have this item (ifsAvailableBytes) monitoring my storage, which I pulled from the "SNMP EMC Isilon Cluster" template.
It was working normally, but the storage became empty, and now, even after freeing up space, it no longer retrieves ... -
How can I effectively monitor certain Windows services? (Mirth etc...)
Hello. I'm currently monitoring a large network, and I'm just now starting the monitor the services running on each device. The first service I would like to start monitoring would be "Mirth Connect", but even though I'm aware that the Windows template has an item that tells me the state of...Last edited by ZaBlitz; 08-07-2025, 15:47. -
Zabbix delayed trigger when there is a problem with a HA Proxy backend
Dear Support Community,
At our organisation we're using Zabbix (5.2) to monitor multiple environments both frontends and backends. We are currently struggling with Zabbix and HA Proxy and using the Zabbix HA Proxy templates.
For some reason when there is a problem now on the...Last edited by maherenthusiast; 28-05-2025, 14:35. -
Can Zabbix UI display sub-second (ms/ns) timestamps for history.push items?
Hi all,
I’m currently using the history.push API to send high-frequency metrics to Zabbix, and I’m including both the clock (in seconds) and ns (nanoseconds) fields to preserve full timestamp precision.
Here’s a simplified example of what I’m sending:
...Code:{ "host":Last edited by h0ng; 26-05-2025, 09:58. -
h0ng started a topic Best Way to Send High-Frequency Logs (100ms Int) from Fluent Bit to Zabbix (v6.4.13)in Zabbix HelpBest Way to Send High-Frequency Logs (100ms Int) from Fluent Bit to Zabbix (v6.4.13)
Hi all,
I’m currently working on a project where a device (a Raspberry Pi running Fluent Bit) generates log entries roughly every 100ms. I’m trying to ingest this data into Zabbix v6.4.13, but with the following constraint:- I only want to install Fluent Bit on the Pi and use Zabbix on the server,