Re: xmpp based nagios notifications

2010-12-07 Thread Jeffrey Ollie
On Tue, Dec 7, 2010 at 4:03 PM, Till Maas wrote: > > I recently decided against using ejabberd, because it opens two TCP > ports for erlang management purposes which afaik cannot be switched of. > One is usually static but the other one is random. Upstream (erlang) > knows about this and does not

Re: xmpp based nagios notifications

2010-12-07 Thread Ricky Zhou
On 2010-12-07 11:03:00 PM, Till Maas wrote: > I recently decided against using ejabberd, because it opens two TCP > ports for erlang management purposes which afaik cannot be switched of. > One is usually static but the other one is random. Upstream (erlang) > knows about this and does not care. :-

Re: xmpp based nagios notifications

2010-12-07 Thread Till Maas
On Mon, Dec 06, 2010 at 12:47:22AM -0500, Ricky Zhou wrote: > On 2010-12-05 11:16:23 PM, Jeffrey Ollie wrote: > > Either Ejabberd or Jabberd2 are pretty easy to set up, at least in a > > standalone single-node mode. > For what it's worth, I'm running an ejabberd, and have a trivial > puppet module

Re: xmpp based nagios notifications

2010-12-07 Thread seth vidal
On Sun, 2010-12-05 at 22:12 -0500, David Nalley wrote: > > > > -sv > > There is - I don't see it in either EPEL or Fedora's repos though, > which was one of my search constraints. Sounds like ejabberd is the most commonly used - maybe best to start pacing down that alley - following ricky's lead

Re: xmpp based nagios notifications

2010-12-05 Thread Ricky Zhou
On 2010-12-05 11:16:23 PM, Jeffrey Ollie wrote: > Either Ejabberd or Jabberd2 are pretty easy to set up, at least in a > standalone single-node mode. For what it's worth, I'm running an ejabberd, and have a trivial puppet module for it. For writing a notification service using jabber, it's probabl

Re: xmpp based nagios notifications

2010-12-05 Thread David Nalley
On Mon, Dec 6, 2010 at 12:16 AM, Jeffrey Ollie wrote: > On Sun, Dec 5, 2010 at 8:38 PM, David Nalley wrote: >> >> ejabberd is written in erlang, and appears to be one of the better >> supported xmpp server implementations. Aside from being written in >> erlang, > > Erlang is actually a pretty int

Re: xmpp based nagios notifications

2010-12-05 Thread Jeffrey Ollie
On Sun, Dec 5, 2010 at 8:38 PM, David Nalley wrote: > > ejabberd is written in erlang, and appears to be one of the better > supported xmpp server implementations. Aside from being written in > erlang, Erlang is actually a pretty interesting language, especially for writing network servers. Howe

Re: xmpp based nagios notifications

2010-12-05 Thread David Nalley
On Sun, Dec 5, 2010 at 10:00 PM, seth vidal wrote: > On Sun, 2010-12-05 at 21:38 -0500, David Nalley wrote: >> On Thu, Dec 2, 2010 at 5:42 PM, seth vidal wrote: >> > On Thu, 2010-12-02 at 16:39 -0600, Jeffrey Ollie wrote: >> >> On Thu, Dec 2, 2010 at 3:17 PM, seth vidal >> >> wrote: >> >> > >>

Re: xmpp based nagios notifications

2010-12-05 Thread seth vidal
On Sun, 2010-12-05 at 21:38 -0500, David Nalley wrote: > On Thu, Dec 2, 2010 at 5:42 PM, seth vidal wrote: > > On Thu, 2010-12-02 at 16:39 -0600, Jeffrey Ollie wrote: > >> On Thu, Dec 2, 2010 at 3:17 PM, seth vidal > >> wrote: > >> > > >> > And now I get nagios notices as popups in my jabber cli

Re: xmpp based nagios notifications

2010-12-05 Thread David Nalley
On Thu, Dec 2, 2010 at 5:42 PM, seth vidal wrote: > On Thu, 2010-12-02 at 16:39 -0600, Jeffrey Ollie wrote: >> On Thu, Dec 2, 2010 at 3:17 PM, seth vidal wrote: >> > >> > And now I get nagios notices as popups in my jabber client(s). >> >> On a side note, would it make sense to have a Fedora XMPP

Re: xmpp based nagios notifications

2010-12-03 Thread Derek Carter
On 12/2/10 5:42 PM, seth vidal wrote: > I don't think it would make sense for us to have our own xmpp server for > users. But it may make sense for us to have our own for services. > > there are lots of good, public, free jabber/xmpp servers and there's no > good reason for us to get into that busi

Re: xmpp based nagios notifications

2010-12-02 Thread seth vidal
On Thu, 2010-12-02 at 16:39 -0600, Jeffrey Ollie wrote: > On Thu, Dec 2, 2010 at 3:17 PM, seth vidal wrote: > > > > And now I get nagios notices as popups in my jabber client(s). > > On a side note, would it make sense to have a Fedora XMPP server? > That would allow people to use @fedoraproject.

Re: xmpp based nagios notifications

2010-12-02 Thread Jeffrey Ollie
On Thu, Dec 2, 2010 at 3:17 PM, seth vidal wrote: > > And now I get nagios notices as popups in my jabber client(s). On a side note, would it make sense to have a Fedora XMPP server? That would allow people to use @fedoraproject.org as a XMPP ID. There are a number of good XMPP servers already p

Re: xmpp based nagios notifications

2010-12-02 Thread Jose Manimala
nice one :) very useful feature On Fri, Dec 3, 2010 at 10:17 AM, seth vidal wrote: > This is really only relevant for the folks who get the nagios alerts but > I thought it was cool. > > I setup a test jabber/xmpp address for fedora services it is: > fedora-svc-t...@jabber.org > > And then I wrot

xmpp based nagios notifications

2010-12-02 Thread seth vidal
This is really only relevant for the folks who get the nagios alerts but I thought it was cool. I setup a test jabber/xmpp address for fedora services it is: fedora-svc-t...@jabber.org And then I wrote: http://skvidal.fedorapeople.org/misc/xmppsend.py and set the whole thing up on our nagios ser