码迷,mamicode.com
首页 > 其他好文 > 详细

zabbix 监控文件夹

时间:2018-09-11 14:02:53      阅读:328      评论:0      收藏:0      [点我收藏+]

标签:inotify   etc   not   事件   usr   close   信息   creat   move   

安装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

创建脚本

root@localhost 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

创建需要监控的目录

[root@localhost ian]# cat excludedir
/etc/cron.hourly
/etc/cron.daily
/etc/cron.weekly
启动inotify

nohup sh inotify.sh &

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

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

技术分享图片

 

zabbix 监控文件夹

标签:inotify   etc   not   事件   usr   close   信息   creat   move   

原文地址:https://www.cnblogs.com/iantest/p/9626925.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!