Difference between revisions of "Zabbix Log Collection"
Jump to navigation
Jump to search
Line 25: | Line 25: | ||
- https://techexpert.tips/zabbix/zabbix-monitor-log-file-linux/ | - https://techexpert.tips/zabbix/zabbix-monitor-log-file-linux/ | ||
- https://blog.zabbix.com/zabbix-log-file-monitoring/7378/ | - https://blog.zabbix.com/zabbix-log-file-monitoring/7378/ | ||
+ | - https://www.zabbix.com/documentation/3.2/manual/config/items/itemtypes/log_items | ||
+ | - https://www.zabbix.com/documentation/current/manual/config/items/itemtypes/zabbix_agent |
Revision as of 19:24, 1 November 2020
https://techexpert.tips/zabbix/zabbix-monitor-log-file-linux/
For Redhat
sudo chown :zabbix /var/log/messages sudo chmod 0640 /var/log/messages
For Ubuntu
sudo useradd -aG adm zabbix
Template
item key: log[/var/log/messages,(?i)error] Trigger Expression: {template-name:log[/var/log/messages,(?i)error].iregexp(error,100)}=1
Windows
Refs
- https://www.zabbix.com/documentation/current/manual/regular_expressions
- https://techexpert.tips/zabbix/zabbix-monitor-log-file-linux/
- https://blog.zabbix.com/zabbix-log-file-monitoring/7378/
- https://www.zabbix.com/documentation/3.2/manual/config/items/itemtypes/log_items
- https://www.zabbix.com/documentation/current/manual/config/items/itemtypes/zabbix_agent