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
11 results in 0.0027 seconds.
Keywords
Members
Tags
-
Recovery of trigger for logrt
I've set up an item to monitor Apache logs for 500-errors in order to troubleshoot a misbehaving backed, as follows
I would like a problem being triggered if more than 30 error's is detected within 60 seconds.Code:logrt[{$APACHE_LOG_LOCATION},HTTP\/\d\.\d"\s50\d\s,,,skip]
I've... -
skip option doesn't work with my logrt item (6.4 zabbix version)
skip option doesn't work with my logrt item (6.4 zabbix version)
Hello,
I use logrt and its skip option on many hosts and applications, but in one case it doesn't work.as espected. The zabbix agent detects that there has been a modification but systematically returns all the... -
Falha na leitura de logs
Tem um diretório que faço a leitura de vários logs em 2 servidores, porem ao tentar colocar no terceiro, ele não faz a leitura.
Rodei um debug lvl4 pra ver, mas não intendi ao certo o problema.
A pasta é a mesma em dois servidores, e o arquivo .conf dos agentes também. Oque... -
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... -
Logrt item not supported
Hello,
Please I need your help!
I've created an item with the following:
Server: Zabbix 2.4
Monitored: Windows Server 2008 R2
Item:
type: Zabbix agent (active)
key: logrt["K:\Impact360\Data\Logs\integrationservice\integra tionservice_[0-9]+_[0-9]+_[0-9]+_[0-9]+","Str<0>... -
IIS log Monitoring
I am monitoring a log from IIS, the item is defined like this:
logrt["C:\inetpub\logs\LogFiles\W3SVC1\.*log$",,,,,]
and the result is like :
2016-05-19 16:11:51 X.X.X.X GET /coretest/viewpersona.aspx 149453, 80 dom\usuario 100.0.1.128 Mozilla/5.0+(Windows+NT+6.1;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/50.0.2661.102+Safari/537.36...Last edited by acaputto; 20-07-2016, 14:42. -
logrt question:
I am monitoring a log which has two types of errors:
1: "ERROR" - which isn't a problem
2: "[ERROR]" - which is a problem.
My logrt is picking up both, because I'm matching ERROR. However, the "[]" are used in regex matching. Does anyone... -
Log file Monitoring delayed
I am using logrt function to monitor log files. Occasionally, I am experiencing delays for log file checks. The log file line being processed is not up to date, so the alert comes in late.
These are pretty simple checks and return value is usually one or two lines every
few...