Turn your Cisco PIX Syslog files into Graphs using Syslog Junction.

I was setting up a bunch of monitoring at work as we hadn’t have that much implemented. I ran into this application in a random fashion. Sys Junction is an application that graphs out syslog data from Cisco PIX firewalls.

I was setting up a bunch of monitoring at work as we hadn’t have that much implemented. I ran into this application in a random fashion. Sys Junction is an application that graphs out syslog data from Cisco PIX firewalls.

The setup is simple, you download the install archive, extract it and then run the install script “run.sh”. You will need to make sure that the file has executable permissions, since my install was a linux install (they also have a windows version). Run “chmod u+x run.sh” beforehand. You would think that from reading the documentation the install would occur, but no install actually occurs. Once you type “run.sh” the application forks into the background and starts printing random logging information on your terminal. It doesn’t even install as a service, you have to do this yourself.

Now that you have Syslog Junction running, you can open up your web browser and point it to “http://127.0.0.1:11052” or the IP address of the server you have it running on. You should see a login screen, enter in the default login information which is “admin/letmein”. And bam you either see graphs or no graphs!

I didn’t have graphs! I look back now and think, should have spent 3 hours on trying to get this to finally work or not? Was it worth all the trouble of trying to figure out the problem instead of having a Install Document or any type of information other than a couple pages of a PDF file with only a couple pages of information.

After look at the logs in the folder “logs”, I see in the file “SLJunction.log”. So I decide to tail it to see whats in it. And Viola! I get an error message

2007-11-20 16:12:29,640 ERROR sljunction.SLJunctionApp - Unable to start Syslog server. Address already in use

So I ponder to myself and do what anybody in my position would do, start grinding out the debugging tools. So I run netstat:


[root@pablo:/var/www/default/SLJunction/logs]# netstat -nlp | grep syslog
udp 110400 0 0.0.0.0:514 0.0.0.0:* 4646/syslogd

Oh and look syslog had the -r option for remote machine logging. So I disabled syslog and start Syslog Junction again and no more error. But instead of getting pretty graphs, I get blank ones again.

After further testing it look as though you have to make sure that your Cisco PIX is sending only Informational syslog data otherwise it pick up the traffic.

All in all, a good application, but time consuming!

Visit the Syslog Junction site.


Did you like this article?


0 Shares:
You May Also Like

Nokia N810 gets official

The new N810 by Nokia was announced this morning, the following is some of its features as well as a picture of its pull and slide qwerty keyboard. A much bigger phone, but with a screen this size and a faster processor and more ram this phone is definitely going to be on a few peoples wish list.
Read More

Dell Refuses to Sell Ubuntu to Business

Dell has only been offering Ubuntu for over a month now. I haven't heard all that much in regards to their Support, I wonder if Microsoft is giving dell $$ to not Support Ubuntu on computers sold for Home Office/Business purposes?
Dell Refuses to Sell Ubuntu to Business - An anonymous reader writes "I had a surreal experience with Dell today. My boss asked me to order a new computer for our small, non-profit business. Wanting to support Dell in their decision to sell computers with Ubuntu installed, I decided to order one. First, I talked to a small business representative, who informed me that I could not order one of the Ubuntu-based computers through the small business department. I had to go through the "home and home office" department. I called the Home office department. I asked the representative if I could buy one of the ubuntu computers for my company. She said (and I quote), "these Dell computers are designed for personal use only, as long as you use it for personal use, you can purchase one." So I lied and said I would.... Next, I tried to buy it on our business credit card. They would have none of that. She told me that I had to buy it through a personal card. Now, as a non-profit, our business does not pay sales tax (10% in Tennessee). Had I bought it with my own card, I would have had to pay tax (~$90), which my company would not have reimbursed me for. So.....no Dell today."

Read more of this story at Slashdot.

[Slasdot]
Read More

WoW Sparks Family Dispute

WoW Sparks Family Dispute -

If you’re planning on having children some day then I highly suggest you listen to this audio track. I don’t feel the need to explain what’s going on other than the fact that the brat was playing WoW and his parents wanted him to stop. Oh and be sure to turn your mic off or you’ll be ridiculed for the rest of your life and live infamously on the interwebs. Enjoy!

[CrunchGear]
Read More

samhain 2.3.5 (Default branch)

samhain 2.3.5 (Default branch) - samhain is a daemon that can check file integrity, search the file tree for SUID files, and detect kernel module rootkits (Linux only). It can be used either standalone or as a client/server system for centralized monitoring, with strong (192-bit AES) encryption for client/server connections and the option to store databases and configuration files on the server. For tamper resistance, it supports signed database/configuration files and signed reports/audit logs. It has been tested on Linux, FreeBSD, Solaris, AIX, HP-UX, and Unixware.
License: GNU General Public License (GPL)
Changes:
This release fixes some minor bugs. The portcheck module tears down connections for some common protocols more gracefully.

[FreshMeat]
Read More