Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_jabber_login
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
requires Net::Jabber
requires Net::Jabber
Reviews (3)
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.
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.
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
my @resp = $ocon->AuthIQAuth(username=>$username,password=>$password,resource=>'Home',tls=>$is_ssl);
Tested with openfire 3.6.4
Looks like a useful plugin but I can't make it work with openfire server.
-Adi
-Adi