From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 19 22:47:29 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5576A16A407 for ; Thu, 19 Jul 2007 22:47:29 +0000 (UTC) (envelope-from scubacuda@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.234]) by mx1.freebsd.org (Postfix) with ESMTP id 14D4813C49D for ; Thu, 19 Jul 2007 22:47:28 +0000 (UTC) (envelope-from scubacuda@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so570482nzf for ; Thu, 19 Jul 2007 15:47:27 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=Oyil3rLfFFMFM18COheZ4rQjxVEqFyPYYOfpNiBhgdGpT8tdEF6ympC3mQgzH97/DFqEVxC98OhEmnzyju3uo+UJlyr0cTdWtIsFjPuxOQqFfHbSvlFI1IvL3CwCN7NkIAOSnSK+rALiG/u6/2W4PmKEd37Gkn+faPHqOlw/UA0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=lwfqKYYaeHZ/usVmsb/YnL70aBnkL+F0aE8VS0dazwVlOgID+cMP7U4Tn8kp8aZkXw/7g47DWTX2iX40HrRmgnzPwtL8G9Z5+OPhKOQwmTNJVcLEKF9Q3zPmRZBb2B0B7r8RHzMxb29Z2vTiZj13BGP/fgS+Ma3Yn3GOLrBK0A8= Received: by 10.115.79.1 with SMTP id g1mr3044662wal.1184885247205; Thu, 19 Jul 2007 15:47:27 -0700 (PDT) Received: by 10.114.149.17 with HTTP; Thu, 19 Jul 2007 15:47:27 -0700 (PDT) Message-ID: <2b7af7c40707191547x1dd0b7c9w3b2d776461b81589@mail.gmail.com> Date: Thu, 19 Jul 2007 15:47:27 -0700 From: "Rogelio Bastardo" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: change control on FreeBSD servers X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: scubacuda@gmail.com List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2007 22:47:29 -0000 I'm looking for some sort of change control solution. On several Cacti/Nagios servers, I would like to take a snapshot of what I did, back it up, and if something changes, run something that shows me what files / permissions were changed since I last worked on the server. If it were just me, then I would just make copies of the files. But since there are other people in there doing all sorts of weird configs, I want to make sure that I document what they did since I last logged in. Any suggestions would be greatly appreciated.