Hello,
I have tried everything with housekeeper and adjusting items in the server conf file. I went from 90d history to 30d both adjusting individual items and even override global settings and still the database just continues to grow.
I occasionally get the following message...
Search Result
Collapse
5 results in 0.0020 seconds.
Keywords
Members
Tags
-
Zabbix 6.2 mySQL - Housekeeper does not appear to work
Last edited by WirelessGuru; 18-07-2025, 22:18. -
No results in Last value
In Zabbix version 6, I have created the following:
- Discovery rule: with an update interval of 60 minutes.Code:
discovery.webservice[{$ENV}] - Item prototypes: with an update interval of 15 minutes.Code:
monitor.webservice_status_code[{$ENV},{#SVC}] - Trigger prototypes: Code:
last(/APP-TERRA Web Services/monitor
- Discovery rule:
-
Executing the trigger after the script finishes running.
I have a trigger defined that runs every 5 minutes. Previously, I run a script in crontab that saves the result to a file. The script runs every 4 minutes. Sometimes it happens that the script takes more than a minute to execute and overlaps with the execution of the trigger. Therefore the file is empty.... -
Be alerted in case of problem with auto discovery
Hello
To monitor our infra, that have hundreds of servers and services, we use auto discovery a lot, to create automatically items and triggers.
Though, sometimes, it happens that there is a 'bug' / error in the script called by autodiscovery.
in that case, ... it leads to problems... -
Troubleshooting HTTP agent item-"Cannot perform Request: Couldn't connect to server".
Hi everyones,
i have trouble with HTTP agent item.
We have an URL who publish prometheus metrics though node exporter: http://10.101.4.216:9100/metrics .
If we try to curl it from Zabbix server it's work and from zabbix GUI we have "Cannot perform Request:...