Hi, all
I'm trying to set up a trigger, but it does't work.....
I would like set up a trigger as follows:
・When zabbix finds log message which has words (A or B), it creates an event.
・If there are more than 3 log messages including the word(A or B) in 5m, zabbix doesn't...
Search Result
Collapse
20 results in 0.0028 seconds.
Keywords
Members
Tags
-
How to set up a trigger to duplicate alert suppression
-
Monitor OpenVPN log on linux, couple questions
Two Questions;
1: First off my active check for the log file fails with zabbix server error;
Agent log contains similar;Code:Cannot open file "/var/log/openvpn/openvpn-status.log": [13] Permission denied
...Code:24913:20210527:081520.363 active check
-
Windows Log File Monitoring
Hi, could anyone help to configure a log file monitoring on a Windows Server Machine? I do not know if I could put the file route of the log file or just the Event ID
Thanks. -
How to use Local Time from logs?
Hello,
I got a problem with using 'Log time format'. After filling with the correct pattern, timestamp goes to the Local Time column. How I can use it as the primary timestamp for dependent items?
This is my current situation: ... -
log monitoring escape [ in regex
Hello,
I have the following regex, but it will not work. I think, that [ERROR] is the problem that it is not escaped. How can I escape it?
Error:Code:log[/logfile.log,^(?!.*?AuthenticationException).*[ERROR].*]
Code:[..] incorrect syntax near ".*]".
-
Zabbix 3.4 log item with trigger expressions
Hi,
I have a PostgreSQL log file that I want to monitor a specific string with Zabbix 3.4. If zabbix ever sees archive command failed with exit code 1 in /var/lib/zabbix/postgresql-10.log, then triggers an alert.
For that, I have created the following:
Item PostgreSQL...Last edited by lpossamai; 20-09-2018, 04:32. -
ERROR: Zabbix log item permission denied - Zabbix Proxy 3.4
Hey guys.
I'm trying to get PostgreSQL's logs to Zabbix, but only when a certain expression is found.
So, on Zabbix, I've created...Code:MESSAGE: Thu Sep 13 18:52:29 AEST 2018 sending [/pgsql/main/pg_wal/000000010000001F0000006A] to [proddb2.datacentre.com] /data/wal_archive
-
Trigger not work properly when monitor auto discovered log items
I'm using zabbix 2.4.6
# rpm -qa |grep zabbix
zabbix-server-mysql-2.4.6-1.el7.x86_64
zabbix-web-2.4.6-1.el7.noarch
zabbix-2.4.6-1.el7.x86_64
zabbix-server-2.4.6-1.el7.x86_64
zabbix-web-mysql-2.4.6-1.el7.noarch
zabbix-agent-2.4.6-1.el7.x86_64
... -
Log monitor: "Split" values from a line separated by semicolon ";"
Hello! I'm very noob at Zabbix and still learning some key points.
I want to split a log file entry separated by semicolon ";" and compare two of the values.
The log entries I have are like these:
2015-01-05-16.06.59;LOGSIZ;D:\ERP\LOG\S000017639.LOG;65536;65 536;... -
Trigger function for log monitoring
I am new to zabbix. I have a basic requirement of monitoring occurrence of different log messages using zabbix. Say, when there is a log message "server starting", zabbix should show that alert. The idea is that if the server (re)starts 10 times in last 10 minutes, the zabbix dashboard (or... -
мониторинг логов ()пgоиск по словам)
Уважаемые форумчане, прошу помочь в следующем вопросе:... -
Log windows
Bonjour à toutes et à tous,
je suis tout nouveau dans le domaine de zabbix et j'aurai besoin de votre aide svp.
J'aimerai récupérer les logs de mes serveurs windows (2003 et 2008R2)et pour cela j'ai donc téléchargé un Template depuis le wiki de zabbix ( https://www.zab... -
Log monitor zbx_notsupported
I have several log file monitors set up that keep switching to not supported. I know this happens when the log being checked doesn't exist. Is there a way to prevent this? We have systems that create and write to the log while running and delete it when complete. We need to prevent these monitors from... -
Log file monitoring, Permissions
Hi,
I try monitoring logs but this error appear in the agent log
...Code:1508:20121030:130358.748 zabbix_agentd active check started [192.168.61.177:10051] 1507:20121030:130358.751 zabbix_agentd listener started 1508:20121030:130558.865 Cannot open [/var/log/apache2/logpersonal.log]
-
Zabbix 2.0 Log Monitoring - Duplicate alerts.
Hi,
I am configured Zabbix to monitor my Jboss Server logs for Erros and exclude some know errors. This setup is working with one issue. Zabbix will send me alerts when there is a new "ERROR" entry in the log file. But sometimes I get multiple alerts for the same event. For...