check_xmpp
- version: 0.8 - 2010-04-20
This plugin tests for XMPP-Server on a given host and optional tests if login with given user/pass is possible
USAGE:
check_xmpp -H host [ -p port -t timeout(s) -w warning_time(s) -c critical_time(s) -s ssl -u user -a pass ]
OPTIONS:
Flag | Description |
---|---|
-h | display this help |
-H | hostname/IP to check |
-p | port-nr (5222 per default) |
-s | use ssl (defaults to port 5223, if not given) |
-w | response time to result in warning status (seconds) default: 4 seconds |
-c | response time to result in critical status (seconds) default: 8 seconds |
-t | timeout in seconds to result in critical status default: 10 seconds |
--[ not working (yet) ]-- | |
-r | jabber\_resource to use (i think this is useles???) |
-u | login-user |
-a | user-password |
-d | debug = yes |
Copyright 2009,2010 mare-system / dogtown@mare-system.de