Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_jabber_login

Rating
4 votes
Favoured:
1
Hits
427412
Files:
FileDescription
check_jabber_login.plcheck_jabber_login.pl
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Check ability to login to jabber server
Check ability to login to jabber server

requires Net::Jabber
Reviews (3)
byjerry1091, March 15, 2011
This works great in Mandriva. Not so good in Fedora.
I don't think it's the plugin's fault in Fedora though. It appears Fedora 14 has some messed up perl modules.
I keep getting :
Use of uninitialized value $args{"file"} in lc at /usr/share/perl5/Net/XMPP/Debug.pm line 154.
Use of uninitialized value within @_ in lc at /usr/share/perl5/XML/Stream/Parser.pm line 66.
byschoppa, January 31, 2011
use AuthIQAuth instead of AuthSend in line:

my @resp = $ocon->AuthIQAuth(username=>$username,password=>$password,resource=>'Home',tls=>$is_ssl);

Tested with openfire 3.6.4
byadriantalpa, November 25, 2009
1 of 1 people found this review helpful
Looks like a useful plugin but I can't make it work with openfire server.

-Adi