Hi, how can I create an alert that shows me when a Database Log FILE reachs a defined size? For example, I want to know when the .ldf file from ANYDATABASE reachs 10 Gbs?
I could create a Trigger/Item and Macro that alerts me when ALL .ldf files from ALL databases together reachs 10 Gbs,...
Search Result
Collapse
49 results in 0.0024 seconds.
Keywords
Members
Tags
-
Create an alert about MsSQL Log files
-
Too much Proxy configuration update logs
Whenever an active Proxy retrieves configuration data from the Zabbix Server, the Server logs this information.
I have an environment with a proxy where the "ProxyConfigFrequency" is set to 60.
This creates a new line record in the Server log every minute.
I... -
API auditlog.get endpoint query
Hello,
I am seeking assistance with retrieving information on who disabled a host through the API. Specifically, I'm using the auditlog.get endpoint but encountering issues with the JSON query.
I attempted to use hostname or hostid as a parameter within the search object, but... -
Мониторинг лога из Appdata
Добрый день!
Подскажите пожалуйста какие ключи можно использовать для мониторинга файлов из appdata. Обычно просто прописываю log[path/to/file....]. А при этом ключе необходимо прописать текущего пользователя, такое... -
Non-root user sudo attempt item and trigger
Hi, I'm trying to monitor non-root user sudo attempts on my Kali Linux through /var/log/auth.log file, but I'm having trouble setting up the item and trigger :
I followed this blog : https://blog.zabbix.com/security-rel...h-zabbix/8659/
I've created the master item and dependent item... -
Log file Prepocessing with Javascript error
I'm monitoring a log file to capture a number from it.
Basically, the line that I'm looking for is something like this:
I've created a log item and filtered it using a simple regular expression.
...Code:log["/tmp/mnt/entware/entware/var/log/messages","took (.*)
-
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... -
TiddleMiddle started a topic Creating Log Check Triggers with a General Error Trigger + Triggers for Known Errorsin Zabbix HelpCreating Log Check Triggers with a General Error Trigger + Triggers for Known Errors
I am attempting to write a series of triggers for a single log check item.
I want to have a starting trigger that catches any unknown string of "ERROR", this is easy enough to do. I want to be able to incrementally add known errors that can trigger in its place, such as "ERROR:...Last edited by TiddleMiddle; 21-10-2020, 20:37. -
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: ... -
Trigger if log is not written
Hi all,
I have a problem with the creation of a trigger that checks if a word was written within a certain time in a log.
I have this item and this trigger:
- logrt[/var/log/test.log,Evento terminato \:,,,skip,,,]
- {Template Test Log:logrt[/var/log/test.log,Evento terminato... -
Monitor windows logs
I need to monitor a log in Windows, that when a keyword is found, send an alert. Is this possible? Thank you so much... -
how to attach piece of log in email alert ?
I have a custom script which will trigger an alert when a particular log is stuck for half an hour. But I want to attach (tail log) i.e. Last 10 lines of log in email. Can someone please help me out ?... -
Active check on logs report fifferent values depending on Operator
Hello everyone,
I was new to Zabbix one month ago so I am still learning. And still have problems.
I have created 2 items (active checks) which look for invalid connection attempts via ssh:
item one: log.count[/var/log/auth.log,: Invalid user ]
item two: log.count[/var/log/auth.log,:...