This commit adds a --hostname option that is mutually exclusive to
-H/--host-address. The idea is to make check_xmppng compatible with
check_v46. Thanks to Andreas Krause for the inspiration.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCgAGBQJWgvqrAAoJEA15HcjXN8HZ+hQIAJ1cZ0OXpfGTKcrfkv3OwVoO
ZdfrgjBVqLp3PaMRUADNG/5VHl2VpBvwkOlWKZIcUJQZtB0iRPa6HEh+dPhLCP5+
pC8R5kXI1TdmBH3SRs7kF20MpQKCIobWuPjMzkSW1D+0iqKXrGK/Xgaq8CJCTKDT
K0TjC4Y/bDOgLDMp0su1hAAx3lxM4gz7977NhI71UjZMnKk3IkNWIAVK1kMObrWB
tCPC7LGaRs1DjR3HS5XZVcIaWPwKvxse4vqXPOECQYqtGWBu8PSIdXIheTfAmKXk
trrEkQ7E3TwuhUEYIVxV+6j/sgjlbPi3qsCXvH/E55zYZ6MrKEE/kYtnqTxqVTo=
=FPiU
-----END PGP SIGNATURE-----
Merge tag '0.2' into develop
Release 0.2
* tag '0.2':
Add new release to icingaexchange.yml
Finalize version number
This change introduces more readable and useful output by adding the
certificate expiration to the human readable string. The response time
is now formatted too.
- C2S and S2S are quite similar, only stream initialization is a bit different
- rename methods to make this clear
- remove branching for client and server
- use one ContentHandler for client and server
- add more debug logging
- always return all metrics
- 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