We have an application that writes to a log file "log.0". When log.0 reaches a configured number of lines, it is renamed to "log.1", and a new "log.0" is created. If there was already a log.1, it woudl be renamed to log.2, etc, etc.
This way, the app can keep N...
Search Result
Collapse
20 results in 0.0035 seconds.
Keywords
Members
Tags
-
log items performance considerations
Hi all.
I am running a zabbix v6.0 server and I am think about monitoring some logfiles on debian server with zabbix-agent2 installed.
I need to create N log items that work on the same logfile but with different regexp.
...Code:custom.key1=logrt[/var/log/logfile.log,regexp1]
Last edited by sandro1976; 02-04-2025, 23:07. -
Resolve an event with an overwriting log file
Hey guys.
I have this CSV log file that is generated by a script and it is overwritten on every run, meaning it is not incremented. Every time the scheduled script runs, new lines overwrite the data.
The content looks something like this.
...Code:20240726 23:09:00;error1;database 1;other;object1;value
Last edited by markfree; 27-07-2024, 16:23. -
One item from item prototype says Global regular expression does not exist
As the title says.
I have item prototype for Log item, but only one item has a not supported error that the regex from item key does not exist. It clearly exists and other items from the prototype work normally.
Tried deleting the item. For a moment it gets generated without... -
Question about custom item/trigger to monitor log file for search string
Hello Forum,
I found this post which tells me how to create a custom item and trigger to monitor a log file:
https://www.zabbix.com/forum/zabbix-...ile-for-string
My question though is, where do I put these? Do I create my own template to add in my own item and...Last edited by greavette; 06-11-2022, 20:36. -
Different items processing the same log
When I am checking logfiles, I have several topics to cover:- Searching for keywords in Logfile (e.g. error|failed|severe) considered as problem
- Etracting other informations to check for critical data (e.g. number of requests logged within a particular time interval)
- Checking performance (time
Last edited by mwildam; 16-03-2021, 18:06. -
Monitoring multiple Logfiles
If I have a bunch of logfiles in a folder, what is the best way to monitor them?
In the log key of active agent checks it seems that placeholders like * are not supported.
Do I need to create an item for each possible logfile (assuming I always want to watch out for the same keyword(s) in... -
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. -
Элемент данных чтения логов
Приветствую. Помогите пожалуйста разобраться в чтении логов заббиксом. При указанных настройках элемента данных мне заббикс пишет "Не удалось отправить запрос:...
-
Log file rotation based on time
Hello
I want to monitor log files where the filename contains a date.
These are the files I want to monitor:
e:\LOGS\PVCCPlus\...\20191029\20191029_PS.txt (29/10/2019)
e:\LOGS\PVCCPlus\...\20191028\20191028_PS.txt (28/10/2019)
e:\LOGS\PVCCPlus\...\20191027\20191027_PS.txt... -
Multiline log monitoring
Bonjour tout le monde,
J'ai un service qui tourne et qui, quand il crash écrit sa trace dans un fichier.
...Code:************************************************************ Crash of Service: 20180116T083734 - Signal 6: 'Aborted' Backtrace: nanosleep+0x2
-
Monitor Log in XML format
Hi there!
Spending few days on task but can't find correct solution...
I have log file in following format:
<Monitoring Timestamp="2018.09.11 11:36:01" Node="MIRROR-1">
<NODES>
<NODE Name="MIRROR-1" Account="bf19">... -
Log Monitoring
Hello I am new to Zabbix Monitoring and I am running into roubles with getting zabbix to monitor the /var/log/messages log file and looking a specific keywords than trigger when those keywords are outputted into the log file. Zabbix than triggers than send an email. But everytime I cannot seem to get... -
Zabbix Monitor Centos Log
Hi,
I'm trying to monitor the Centos 7 log [/var/log/messages] from my zabbix server and created a item for this.
However, I received the below error in the agent log:
Cannot open file "/var/log/messages": [13] Permission denied
I understand...Last edited by radu990; 27-10-2017, 14:43. -
Log file trigger
Hello there
I'm working on log file monitoring. I did get the log working however i have one problem with a trigger i want to make.
This is my item
log[C:\Users\*\Desktop\TestLogFile.log]
And i want to create a trigger for this item
currently...