This is the result so far: Wave is running on top of ejabberd!
The Wave service as seen in PSI
All the possibilities that this technology is about to open up for the internet community are enormous. Built upon the open XMPP everyone is able to implement their own services and use-cases for the Wave so I’m looking forward to see the first public services come to life and I’ll start to think about what I can provide for myself.
Um bei der Party diesen Freitag nicht auf dem Trockenen zu sitzen, waren wir mit Wreiner beim Metro und haben uns mit Getränken, Obst und Knabberein eingedeckt.
Als Teaser für alle Partygäste hier ein Foto vom Einkaufswagen:
Efforts are being pushed by the MUG-IT staff to improve monitoring capabilities for the essential services. This foremost includes our mail-system which is powered by Novell Groupwise 7.0.3HP3 (I know it’s a big ugly blob but I have to deal with it). All agents are running on GNU/Linux thus the instructions here only apply to similar setups.
Groupwise documentation mentions that it is possible to integrate information from Groupwise agents into the net-snmp MIB tree. This is what I had to configure to get Groupwise OIDs running:
The libgwsnmp.so library has some dependencies on other libraries which reside in /opt/novell/groupwise/agents/lib so you need to extend the LD_LIBRARY_PATH when starting the net-snmp daemon. Add this line somewhere near the beginning of the file /etc/init.d/snmpd:
Now make sure that the agents to be monitored do not have a SNMP community string set, i.e. they have an empty value. This can be verified/modified through ConsoleOne.
There is still one caveat: Groupwise needs to be started after the net-snmp daemon (snmpd) has been started, otherwise no information will be available through SNMP for Groupwise. So one has to restart Groupwise after restarting snmpd (e.g. caused by logrotate).
This are the OIDs to available for each running agent:
GWMTA:
snmpwalk -v2c -c public localhost .1.3.6.1.4.1.23.2.37.1
GWIA:
snmpwalk -v2c -c public localhost .1.3.6.1.4.1.23.2.70.1
GWPOA:
snmpwalk -v2c -c public localhost .1.3.6.1.4.1.23.2.38.1
GWWEB:
snmpwalk -v2c -c public localhost .1.3.6.1.4.1.23.2.77.1
If you are not able to retrieve the Grouwpise OIDs, take a look at the net-snmp log file which can be found at /var/log/net-snmp.log and look for errors while starting the net-snmp daemon.
There was a major bug in the first release of I24C which prevented the outbound traffic from being graphed correctly. Release 0.2 fixes this bug and also offers a slightly enhanced documentation.