On Thu, 18 Apr 2002, Tauzell, Dave wrote: > I would like to store all of my mon configs (mon.cf, monusers.cf and > auth.cf) for each host in one central place. I was thinking that I could > rdist them and then submit a reset command. However, this command > doesn't work over the network. A better method, I think, would be for > Mon to periodically check to see if those files have changed. If they > have, then re-load the files.
we keep our configs in a central location and install them via a makefile/install script whenver we do an update. this install script also runs cf-to-hosts on the configs and pushes the new hosts file out to the mon servers. it also does a "reload auth" and "reset keepstate".
