multiple servers sharing security information

sehh

Well-Known Member
Feb 11, 2006
579
6
168
Europe
Since I've got multiple cPanel servers, I'd like them to share information regarding various security aspects. Maybe someone has already done this, so I'd appreciate some help.

I would like my servers to "transfer" (via scp for example) various updates (via diff files maybe?) of things like these:

/etc/spammeripblocks
cphulkd blacklist
iptables bans
etc..

Something that works like the current DNS cluster would be best. Servers synchronizing various updates among them.

Is there a Linux utility that can help me? or should I just build my own set of shell tools for that based on things like scp and diff?

Any help would be appreciated.