Ooh, Auditing tools :D
The main tool that I, personally use is "logwatch". This sends me an email every day which details different things that are going on in my system (everything from mailqueues, to logins, sudo access etc etc. Using this I can generally scan through and spot any issue that might have occured, or might have the potential to occur.
A nice tool for Debian based systems (and possibly others, though I haven't tried them) is tiger. Run as a cron job, this will email you with info about any issues (open ports that shouldn't be open etc etc)
The above however, are "ongoing" audit tools, and generally are installed on the box.
A tool that I find for external audits, or "on demand"/"infrequent" audits is Nessus which is a nifty tool that will take an address (or list of addresses) and actively scan them for security issues (including testing for known vulnerabilities in system software, or the way it's configured) - It's managed to spot a few things that I haven't a couple of times for me. Which is why I run it on a regular basis.
There are many other tools that also fall very vaguely into the "auditing" section, and I suggest you check out at least some of the following
- Fail2ban
- rootkit hunter
- wapiti
- rats
- argus
- bastille
- selinux
- apparmor