zabbix 监控文件夹

Posted iantest

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了zabbix 监控文件夹相关的知识,希望对你有一定的参考价值。

安装inotify

wget http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-3.14.tar.gz

tar -zxvf inotify-tools-3.14.tar.gz

./configure

 

make && make install

创建脚本

[email protected] ian]# cat inotify.sh
#!/bin/sh

 /usr/local/bin/inotifywait -mrq -e create,delete,moved_to,close_write --fromfile ‘/home/ian/excludedir‘ --format "%T%w%f" --timefmt ‘%y-%m-%d %H:%M‘ --format "%T %w%f 事件 信息:%e" >> /tmp/wenjian.txt

创建需要监控的目录

[[email protected] ian]# cat excludedir
/etc/cron.hourly
/etc/cron.daily
/etc/cron.weekly
启动inotify

nohup sh inotify.sh &

zabbix 客户端改成主动式,配置----主机---监控项选择log日志监控 

键值:log[/tmp/wenjian.txt]

技术分享图片

 






以上是关于zabbix 监控文件夹的主要内容,如果未能解决你的问题,请参考以下文章

zabbix监控windows

zabbix 3.0 监控windows 部署

Zabbix监控——Zabbix自定义用户参数制作监控项

zabbix之日志文件监控

Zabbix 监控主机

Zabbix 监控 Windows 客户端