Monitoring folder diffs across servers with zabbix
Posted
by
Marcus
on Server Fault
See other posts from Server Fault
or by Marcus
Published on 2012-11-21T13:31:19Z
Indexed on
2012/11/21
23:01 UTC
Read the original article
Hit count: 230
Problem: I want to make sure that a certain folder is equal regarding it's contents across my servers.
I do not want an automatic filesync to keep them equal, changing is done manually.
My initial thought was to once a day calculate some crc/hash on folder and send to Zabbix, and trigger when values differ.
Is there any good tools out there that can calculate crc or similar of a folder?
Anyone know of another solution that solves my problem?
© Server Fault or respective owner