I've been trying out this new plugin, check_jabber_login.pl, to test login to Openfire Servers.
Running from the command line seems to work fine;
Code: Select all
root@nagios:/usr/local/nagios/etc# ../libexec/check_jabber_login.pl -H loki -p 5222 -u gshergill -P password
Use of uninitialized value $args{"file"} in lc at /home/localadm/perl5/lib/perl5/Net/XMPP/Debug.pm line 154.
Use of uninitialized value within @_ in lc at /home/localadm/perl5/lib/perl5/XML/Stream/Parser.pm line 71.
OK: Login for gshergill successfulCode: Select all
(null)http://exchange.nagios.org/directory/Pl ... in/details
This seemed to be a problem.
I edited the line as recommended by schoppa, but that only stopped the line;
Code: Select all
Use of uninitialized value within @_ in lc at /home/localadm/perl5/lib/perl5/XML/Stream/Parser.pm line 71.Any help can be provided for this plugin please?
The Openfire server is 3.6.4.
Thank you.
Kind Regards,
gshergill