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:...
Search Result
Collapse
2 results in 0.0033 seconds.
Keywords
Members
Tags
-
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
Last edited by TiddleMiddle; 21-10-2020, 20:37. -
Monitor date wise log using regular expression
I want to monitor below log file in zabbix
/var/log/syslog-ng/local/2017-07-24/localhost/ALL
In syslog-ng log files will create in every day with date wise folder like below path.
/var/log/syslog-ng/local/2017-07-24/localhost/
I need to know...