sending notifications to windows instant messenger

Neil neil-on-nagios at restricted.dyndns.org
Wed Jun 30 07:10:46 CEST 2004


Hey guys, 

What module are you using now? Does this module support Rendezvous protocol 
or is it only for Hotmail? 

I found one that supports RVP, it's net-rvp but it doesn't work in our setup 
:( 

Thanks guys.. 

Andy Harrison writes: 

> The verbose only affects print statements, so if that's causing
> issues, perhaps something got kludged in the cut and paste of the
> code. 
> 
> If you want to send to multiple recipients, you'll need to modify the
> set_callback_signon_done callback routine. 
> 
> But first, change the getopts param: 
> 
> 'rcpt=s' => \$opt_recipient
> to
> 'rcpt=s' => \@opt_recipient
> (change the use vars directive as well) 
> 
> Then you'll change the send_im line to something like: 
> 
> for ( @opt_recipient ) {
>     $oscar->send_im( $_, $opt_message ) 
>         or die ( "unable to send message\n" );
> } 
> 
> -- 
> Andy Harrison 
> 
> 
> ----- Original Message -----
> From: Al Smith <al_smyth at yahoo.com>
> Date: Tue, 29 Jun 2004 15:41:05 -0700 (PDT)
> Subject: Re: [Nagios-users] sending notifications to windows instant messenger
> To: nagios-users at lists.sourceforge.net 
> 
> 
> I was looking into your script as a way to notify during typical time
> periods.... but I had a couple problems. 
> 
> 
> GetOptions ( 
> 'sn=s' => \$opt_screenname, 
> 'pw=s' => \$opt_passwd, 
> 'msg=s' => \$opt_message,
> 'rcpt=s' => \$opt_recipient
> 'v!' => \$opt_verbose
> ); 
> 
>   
> 
> Seems to be missing something, and $opt_verbose caused the rest of the
> script to have issues. I commented out all these references. And it
> seemes to work, although the format is odd with the quotes. 
> 
> Then I hit an issue.... Too many logins from the sending ID! Have you
> considered how to avoid this if the Nagios system has multiple
> services down and wants to notify many users? It may be sending man
> messages to one, or many to many, or one to many. I'm not sure if
> Yahoo or MAN block repeated signon, but AIL does, and I'd guess this
> is the effort to reduce robots.... 
> 
>  
> Thanks for the start though! 
> 
>  
> Al 
> 
> 
> 		________________________________
> Do you Yahoo!? 
> 
> Read only the mail you want - Yahoo! Mail SpamGuard. 
> 
> 
> -------------------------------------------------------
> This SF.Net email sponsored by Black Hat Briefings & Training.
> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
> digital self defense, top technical experts, no vendor pitches, 
> unmatched networking opportunities. Visit www.blackhat.com
> _______________________________________________
> Nagios-users mailing list
> Nagios-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
> ::: Messages without supporting info will risk being sent to /dev/null
 


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list