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
427746
Files:
FileDescription
check_jabber_login.plcheck_jabber_login.pl
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
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