I admit, I’m a suckar for the macbundles from Macheist, you usually get 1 or 2 really GOOD apps and then a few so-so apps that you would never buy, but some how glad they are included.
Mac Journal was included in the latest bundle. It’s “shocking” a journaling software that might just allow me to post more blog posts.. so I am testing it out, yes, atypical for a mac fan.

For OSX – dterm is a quick term, by no means is it a replacement for iterm or term. But it’s starting to be one of those apps that one uses daily. I highly suggest giving it a try! [ get it here ]

My favorite application on my mac is of course mail.app, but as you can see from prior threads, I’ve been having some issues! Mail.app just gets, boggled down, my “Envelope Index” grows up to 20MB and mail.app starts to fall apart and SLOW down.
So I recently found the All Mail folder on my gmail account, it had a crazy 30+ thousand messages. Here is the quick fix!
I’m going to link this to macosxhints.

Creating a Nagios plug-in looks daunting and hard at first. It’s really not as hard as you think.
Here is a couple things you should know:
Know what you want to monitor.
I create most of my plug-ins in bash scripts and perl scripts. (other languages supported, those are just what I use)
Know your exit codes.
Your plug-in output should be helpful and informative.
Exit codes are simple, and key to your plug-in success.
0 – OK
1 – WARN
2 – CRITICAL
3 – UKNOWN
Now those look family don’t they, they are the states or status of a service. i.e. my disk space is in OK state because I have 120GB free space.

here is a sample code snippet:
if [ $space -ge $CRITCAL ] ; then
echo "DISK SPACE CRITICAL - 90% disk space used [10GB free on /]"
exit 2;
fi
Need Nagios/Monitoring consulting? Maybe I can help, I am currently working on, as project lead, one of the biggest Nagios installs, for a Wal-Mart and Novell.
I open an ssh tunnel all the time while I’m work. I found this nifty little app a while back for my Mac that manages all my ssh tunnels.
I could open up a term, and type ssh -N -p 22 -c 3des jhigley@XXX.dnsalias.com -L 6667:XXX.dnsalias.com:6667 each time I wanted to open up an ssh tunnel for IRC, but instead I open up STM and it auto connects each of my tunnels for me.
You can get it here.

MarcoPolo was a game we used to play in the pool. The idea, was one person was it, and would close their eyes and yell “Marco!” the other people in the pool would say “POLO” thus giving their location away. The person yelling marco would have to hunt down someone until they tagged someone. It’s a twist on the game of tag.
Recently I started consulting, I’m on the road a lot now. Mostly between 4 different locations: Home, Office1, Office2, Hotel. This application, call MarcoPolo allows me to define a few location, by probability, i.e. the wifi ssid I connect to is “Hotel” then I’m probably at the location Hotel, or if my ssid is guest and I hook my USB drive up, I could be at office1. After I define my locations and what happens at those locations comes the fun stuff, MarcoPolo kicks into gear, I can define rules, so I can say at office1,
- turn off iChat
- turn off sound
- open an SSH tunnel
Or when I get to the hotel, I wanna relax,
- start itunes, and play x song
- load mail.app
- load irc and iChat
I recommend getting this app, it’s worth the download, best of all it’s free!
See more about it here.
