Icinga/Nagios check for XMPP
Go to file
Jan Dittberner 3ef552ffc1 switch to Python 3, defusedxml and select
- add method handle_xmpp_stanza that uses select to check socket for available
  data and feed the XML parser
- use defusedxml for more robust XML parsing
2015-02-10 09:35:37 +01:00
.gitignore initial xmpp checking code 2015-02-10 01:18:51 +01:00
check_xmpp switch to Python 3, defusedxml and select 2015-02-10 09:35:37 +01:00
README initial xmpp checking code 2015-02-10 01:18:51 +01:00

nagios/icinga check for XMPP
============================


Usage:
------

usage: check_xmpp [-h] -H HOST_ADDRESS [-p PORT] [-s | -c] [-4 | -6]
                  [--servername SERVERNAME] [--starttls]

Check XMPP services

optional arguments:
  -h, --help            show this help message and exit
  -H HOST_ADDRESS, --host-address HOST_ADDRESS
                        host address
  -p PORT, --port PORT  port
  -s, --s2s             server to server (s2s)
  -c, --c2s             client to server (c2s)
  -4, --ipv4            enforce IPv4
  -6, --ipv6            enforce IPv6
  --servername SERVERNAME
                        server name to be used
  --starttls            check whether the service allows starttls