Daemon/Software that takes changes from sql database and applies them to unix config files
        Posted  
        
            by 
                Dude Man
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Dude Man
        
        
        
        Published on 2012-09-11T00:37:46Z
        Indexed on 
            2012/09/11
            3:40 UTC
        
        
        Read the original article
        Hit count: 591
        
I was wondering if there was a unix daemon available that would be capable of something like this:
admin adds an IP entry to a DB; daemon finds change after wait interval and manipulates ifconfig/config files
I was thinking maybe there is a plugin for cfengine that might be able to do this, but I couldn't find any. I mean this would be a fairly easy thing to script up in perl, but why re-invent the wheel if theres already something out there that is better than what my limited programming abilities can make.
Lastly, if it worked on FreeBSD that'd be great.
© Server Fault or respective owner