Howdy,
We are using 3.2, and I cannot get log.count or logrt.count to work.
I checked all the usual; it is an active check, permissions are correct, the hostname in the config matches server-side config, log and logrt both work correctly (the agent can read the logs)....
Search Result
Collapse
20 results in 0.0028 seconds.
Keywords
Members
Tags
-
Can't make log[rt].count work
-
log or logrt and thresholds
I have to monitor unix logfile "test_string"
If the text string appears 2 or more times within 3hours I need to alert.
I can successfully find the string, but HOW do I count the number of hits over a time span?
I am using Zabbix 3.0Last edited by zeb1026; 10-11-2016, 17:14. -
Counting the number of errors from server.log files
Is there any tool or way to count all error logs from server.log files that were created during the last month? Logs are saved daily in a separate file.
Thank you in advance. -
Monitoring Apt-get with zabbix
Hi Team
I am trying to monitor the activities/ commands with apt-get ( install/remove/upgrade/update) with zabbix on my ubuntu machine . But I am getting error not supported by zabbix agent.
The item key is like this
log["/var/log/apt/history.log","Install|Upgrade|Error|Remove","UTF-8",4]... -
Date in name file
Hello !
please help me
i have zabbix server 2.0.8
zabbix agent installed on windows 7
i need monitoring file like "c:\logs\key_140421.log"
where:
14 = year
04 = month
21 = day
i use log item like log["c:\logs\key_140421.log"]...