Archive for the 'coding' Category


Nagios Plugin to monitor BOSH services

Enjoy!

#!/usr/bin/perl -w
#
# check_bosh plugin for nagios
#
# usage:
# check_bosh -U url -H host
#
# Check if bosh service running at specified address
#
# initial version: 3 May 2000 by Truongchinh Nguyen and Karl DeBisschop
#
# current status: $Revision: 1196 $
#
# Copyright Notice: GPL
# $Id: check_bosh.pl 1196 2009-06-17 15:20:46Z s.strigler $
#
use strict;
use lib “/usr/lib/nagios/plugins”;
use utils qw($TIMEOUT %ERRORS [...]

dojo vs. isArray

Some days ago a spent many hours to fix a somewhat broken toJson output from dojo. I’ve been copying around an array between different frames and ended up having an object instead of an array as it should be. Seems Ajaxian has a solution to this array bug now. So please dojo could you please [...]

Open-Birdcage Project

As my last post on XMPP and microblogging has gathered lots of attention I thought it might be a good idea to establish a place for collecting all of the informations on the topic and coordinate further steps. Thus I’ve setup a trac environment at http://open-birdcage.com. I’ve already started linking articles and insightful discussions related [...]

blog moved - wordpress downgrade considered harmful

Today I moved my blog away from IN-Berlin e.V. to my own server as I got frustrated by all those wordpress upgrades necessary lately. So maybe you might want to update your bookmarks. The new location is http://blog.jwchat.org.
On my private server I’m hosting debian’s default wordpress package which should get security updates automatically, thus I’m [...]

jsjac++

Happy to announce a new version of JSJaC, the one and only lib for implementing jabber clients (if it’s about the web ;)). Most notably version 1.2.2 hopefully makes you happy with its new packer (borrowed from mootools) that shrinks down filesize from 71K to 44K. Other changes include bugfixes as well as some issues [...]

JSDebugger now with copyright and license

Just a short note that I released a new version of JSDebugger containing the usual legalese (Copyright and GPL).

obfuscated erlang

Want to have fun playing with erlang? Then join the Obfuscated Erlang Competition!