Hi Everyone,
I have got a general question about creating a proper item and trigger for monitoring e.g certbot.timer which there is Ubuntu system.
I found a few solution to that, but unfortunately doensn't work.
I want to monitor service certbot.timer that check this...
Search Result
Collapse
100 results in 0.0201 seconds.
Keywords
Members
Tags
-
Monitoring unit .timer
-
Discovery rule for hosts having a particular template
Some of our hosts have the template Backup Node. For each such, there is (or should be) a directory /somewhere/ConfigBackups/{hostid} containing backup files. Backups should be taken daily so the newest backup should be no more than 24 hours old. The directory /somewhere/ConfigBackups is mounted on... -
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 ... -
kamal2222 started a topic How to get all running services from ubuntu/centos servers/systems via zabbix agentin Zabbix HelpHow to get all running services from ubuntu/centos servers/systems via zabbix agent
i didn't found any solution to create a item for all running services from ubuntu/centos servers/systems via zabbix agent, somehow i was able to do it after changing the agent config file under user defined.
UserParameter+systemd.service.status[*],systemctl is-active $1
But... -
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. -
Does Zabbix Server Have a Way to Block Future-Dated Data?
Hi all,
I've encountered a strange issue and would appreciate any advice.
One of my servers booted up with its system clock set 11 years into the future. During that time, zabbix_agent2 (active mode) sent data to the Zabbix server. Later, the system clock was sync to the current...Last edited by GChmurka; 30-04-2025, 16:34. -
Assistance Required for Process Name Mapping in Zabbix Front-End
Hello Team,
I am currently working with a parent process named "AeServer.exe", which spawns multiple child processes. The goal is to create a Zabbix item that captures the Private Bytes for both the parent and its child processes.
To achieve this, I configured a Zabbix item... -
Monitoramento de Geradores MODBUS
A um tempo atrás precisei monitorar alguns geradores DeepSEA na empresa que só trabalham com o protocolo modbus, e tive dificuldade de encontrar algum material que realmente ajudasse na internet. Então acabei depois de muito trabalho conseguindo entender e criar um template que me atendeu nessa situação...
😎 1👍 1 -
Subject: Error "SNMP error: (noSuchName)" with data item
Hello!
I’m facing an issue in Zabbix related to SNMP data items. The following error appears in the server logs:
Configuration Details:Code:item "myswitch:swFcPortSpeed[2]" became not supported: SNMP error: (noSuchName) There is no such variable name in this MIB.
... -
Zabbix perfomance after upgrade to 7.0
Hi everyone,
I have a Zabbix proxy that monitors an enterprise-level application, retrieving data in various ways through the API. Some of the data is sent using the standard HTTP-Agent method. Some are handled via an external check script for additional processing.
On version 5.0.18,...Last edited by xexillia; 17-04-2025, 17:36.☕ 1 -
I wonder if Zabbix agent puts a load on system resources.
Hello.
If the key of the Zabbix item is registered to find a specific string by giving 1 second of Update interval using logrt.count or logrt,
If the Zabbix agent finds a specific string using the grep or find command of the Linux, I think it will affect the corresponding system resource.... -
Item to monitor the cpu time of an individual windows process
Hello,
I am trying to monitor the cpu time of a single process on a windows 10 server with this item:
perf_counter_en[\Process(PKIService_bc25.exe)\% Processor Time]
numeric (float)
unfortunately it doesnt collect values. Does someone know what could be the issue?
... -
Get advice on Zabbix Items Key regular expressions.
Please give us advice on the Zabbix entry key regular expression
Hello, I am a user using zabbix in Korea.
logrt.count["/example/.*/([0-9]{1,5}_)?[a-zA-Z]{1,30}\.log$","INFO",,1000,skip]
I'm going to apply it to Zabbix item key like key above...Last edited by ywm; 24-02-2025, 09:24. -
Custom on failure → Set value: 0 not working (wrong value type error)
I have a simple item with type Numeric (unsigned) and the following key:
The content of this file can be either a number or "none".Code:vfs.file.contents[/sys/block/md0/md/sync_speed]
Despite setting preprocessing:
I still get the error:
...Code:Value
-
Обработка пустых ответов
Доброго дня
Периодически сталкиваюсь с элементами данных, которые возвращают пустой ответ в нормальном состоянии и что-то другое при необходимости реагирования...