Nessus is one of the best security auditing tool out there, it has been developed by Tenable Network Security. Install with apt-get, the client and the server: # apt-get install nessus nessusd Create the Certificate # nessus-mkcert Create the Nessus […]
Best posts on Felipe Ferreira from Feb 2009
Too many posts to handle? If you missed out on a great post from last month, here’s a quick digest of the top posts that you may want to check out: ESX monitoring Posted on Wednesday, February 4th, 2009 in […]
Service Desk ticket automatization script
I wrote yet another plugin for Nagios that allow the dynamic and automtization of ticket creation.The script is still under development but it does work, at least on my test with Unicenter Service Desk 11. ‘Auto create Tickets into Unicenter […]
Perl Open Relay Script
Need to check for open relay servers, here is the script I wrote in perl to auto check from a list of IPs or Hostnames. The hardest part was to grab the response from the server smtp->code() smtp-> message() STDOUT […]
SquidGuard 1.4 Howto
Howto setup SquidGuard 1.4 (check out my howto on SQUID) Requirements: * Bison * Flex * Berkeley DB V.2.7.7, V3.2.x or 4.x (original site: www.oracle.com/database/berkeley-db/index.html). Annotation: Berkeley DB version 4.7 gives error messages during compilation. Up to version 4.6 the […]
opsview
I just heard about this yet anothe tool that works with nagios its called opsview. Opsview is the award winning Open Source application and infrastructure monitoring software from Opsera. It provides comprehensive system management capabilities used to monitor the health […]
ESX monitoring
So I got a hard mission, monitor a VMWare ESX 3 Server. I thought it would be easy but I was wrong. Of course I did with Nagios/Centreon, at first I tried SNMP without much success. So I found out […]