哪吒机器人提醒:

提醒:Planet GNOME
【标题】Andrea Veri: Nagios XMPP Notifications for GTalk
【摘要】while improving gnome’s servers nagios notifications, ?i ended up working on a nice way to notify the relevant folks through gtalk in case something could go wrong on any of the hosted services. looking around on the web, i found seth vidal’s script, modified it to suit my needs and made it working with gtalk, here’s the result:!/usr/bin/python -ttimport warningswarnings.simplefilter("ignore")import xmppfrom xmpp.protocol import messagefrom optparse import optionparserimport configparser... (02-18 23:08)