Re: [Pacemaker] [PATCH] Enable specification of community for SNMP traps

2010-04-07 Thread Andrew Beekhof
Pushed as http://hg.clusterlabs.org/pacemaker/1.1/rev/374fbb8ba035 Thanks! On Wed, Apr 7, 2010 at 2:25 PM, Jonathan Süssemilch Poulain wrote: > Probably not but just to be sure here is a repatch: > > --- a/tools/crm_mon.c   Wed Apr 07 12:38:27 2010 +0200 > +++ b/tools/crm_mon.c   Wed Apr 07 14:22

Re: [Pacemaker] [PATCH] Enable specification of community for SNMP traps

2010-04-07 Thread Jonathan Süssemilch Poulain
Probably not but just to be sure here is a repatch: --- a/tools/crm_mon.c Wed Apr 07 12:38:27 2010 +0200 +++ b/tools/crm_mon.c Wed Apr 07 14:22:43 2010 +0200 @@ -1223,8 +1223,11 @@ session->version = SNMP_VERSION_2c; session->callback = snmp_input; session->callback_magic = NULL

Re: [Pacemaker] [PATCH] Enable specification of community for SNMP traps

2010-04-07 Thread Andrew Beekhof
Will anything bad happen if no community is specified? Ie. If we pass in NULL. On Wed, Apr 7, 2010 at 1:37 PM, Jonathan Süssemilch Poulain wrote: > # HG changeset patch > # User Jonathan Süssemilch Poulain > # Date 1270636707 -7200 > # Branch stable-1.0 > # Node ID 85f52c5f6b667758a8c884048f01eb

[Pacemaker] [PATCH] Enable specification of community for SNMP traps

2010-04-07 Thread Jonathan Süssemilch Poulain
# HG changeset patch # User Jonathan Süssemilch Poulain # Date 1270636707 -7200 # Branch stable-1.0 # Node ID 85f52c5f6b667758a8c884048f01ebdd4ad08861 # Parent 620bc9a36a0e410ebe4411ae56d5c6f25b5df524 Enable specification of community for SNMP traps diff -r 620bc9a36a0e -r 85f52c5f6b66 tools/crm