Re: generating reports using rancid/cvs of config changes
Joe Abley <[email protected]> Mon, 26 Apr 2004 08:20:04 -0400
| Newsgroups | gmane.network.toolmakers |
|---|---|
| Message-ID | <[email protected]> |
On 23 Apr 2004, at 12:22, joshua sahala wrote: > i was wondering if anyone had put together some awk or perl scripts to > generate a report showing an 'executive readable' summary of the=20 > changes > that rancid has tracked... > > the output format would be a .csv with columns like this: > device_name device_type change_date change(s) It doesn't seem like it would be hard to parse the output from a cvs=20 diff and make something like that. What did you have in mind for the=20 last column? Number of lines changed, or something different? Joe