3469355a4b
Merge branch 'release/0.2'
...
* release/0.2:
Add new release to icingaexchange.yml
Finalize version number
Improve human readable output
2015-12-29 22:27:02 +01:00
f8e1a0eb38
Add new release to icingaexchange.yml
2015-12-29 22:25:30 +01:00
37351a87a0
Finalize version number
2015-12-29 22:25:03 +01:00
11a16bb362
Improve human readable output
...
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.
2015-12-29 22:17:59 +01:00
7b1d482043
add empty vendor tag
2015-02-11 23:11:57 +01:00
639173db08
release 0.1.2
...
- first icingaexchange release
2015-02-11 23:02:43 +01:00
22eecd2616
convert documentation to markdown
2015-02-11 22:48:33 +01:00
e215567b31
rename README and changelog to .md to prepare markdown conversion
2015-02-11 22:40:40 +01:00
5320a0b1f2
release version 0.1.1
...
- add changelog entry
- bump version in check_xmppng
2015-02-11 22:22:22 +01:00
036a7d92cf
add changelog
2015-02-11 22:18:46 +01:00
ddfca2945b
improved documentation, add license
2015-02-11 22:13:51 +01:00
c8768ae3bd
add __author__ and __version__, PEP8 fixes
2015-02-11 00:41:57 +01:00
5e299f687e
implement S2S checks
...
- 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
2015-02-11 00:37:06 +01:00
81eb543c8f
update documentation, add help for --no-check-certificate
2015-02-11 00:05:37 +01:00
46fc29c976
implement C2S check with certificate validation
2015-02-11 00:02:15 +01:00
21b67c6fd5
implement chunk handling for read data
2015-02-10 09:45:48 +01:00
cdc6f159bf
allow passing a timeout to handle_xmpp_stanza
2015-02-10 09:37:46 +01:00
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
9edc6e0c3e
add some initial XML processing for C2S
2015-02-10 03:20:31 +01:00
48e0593246
initial xmpp checking code
...
- take care of argument parsing, measure time for socket connection
- initial README
2015-02-10 01:18:51 +01:00