Search Result
Collapse
5 results in 0.0029 seconds.
Keywords
Members
Tags
-
Help with Zabbix Trigger to Alert on the Second Metric Check
Hi, everyone! I’m trying to configure a trigger in Zabbix to monitor a metric and generate an alert only if, on the second consecutive check, the value is equal to or greater than X. I’ve tried some expressions using count() and last(), but I’ve encountered issues, such as errors with operators... -
Log monitoring and alerting solution on zabbix ?
Hello everyone,
I discovered zabbix not too long ago, I am currently looking for a solution to alert and monitor logs from several servers and also to monitor the log centralization server. By browsing the forum and the different posts, I find solutions that are not updated or do not work.... -
Триггер для содержимого файла.
Доброго дня!
Имеется пустой файл file.log, в определённых случаях скрипт пишет в него некие данные. Есть необходимость мониторить содержимое данного файла, а именно:... -
Problem with custom alert
I'm having a really weird problem with a custom alert. I have created a perl script to send SMS messages. It's pretty straight forward.
I implemented a slack shell script example and it works fine, but it looks like the perl script is never even called.
It shows "Sent" in the... -
Alert Script Never Runs
I have an alert script. I have tested it independently of Zabbix and it works. It just uses curl with the $1, $2, $3 variables with our messaging app. I have created a custom media type that contains my script and the script is in the correct directory as far as I can tell as it matches the Zabbix conf...