Commit graph

19 commits

Author SHA1 Message Date
Jan Dittberner f8e1a0eb38 Add new release to icingaexchange.yml 2015-12-29 22:25:30 +01:00
Jan Dittberner 37351a87a0 Finalize version number 2015-12-29 22:25:03 +01:00
Jan Dittberner 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
Jan Dittberner 7b1d482043 add empty vendor tag 2015-02-11 23:11:57 +01:00
Jan Dittberner 639173db08 release 0.1.2
- first icingaexchange release
2015-02-11 23:02:43 +01:00
Jan Dittberner 22eecd2616 convert documentation to markdown 2015-02-11 22:48:33 +01:00
Jan Dittberner e215567b31 rename README and changelog to .md to prepare markdown conversion 2015-02-11 22:40:40 +01:00
Jan Dittberner 5320a0b1f2 release version 0.1.1
- add changelog entry
- bump version in check_xmppng
2015-02-11 22:22:22 +01:00
Jan Dittberner 036a7d92cf add changelog 2015-02-11 22:18:46 +01:00
Jan Dittberner ddfca2945b improved documentation, add license 2015-02-11 22:13:51 +01:00
Jan Dittberner c8768ae3bd add __author__ and __version__, PEP8 fixes 2015-02-11 00:41:57 +01:00
Jan Dittberner 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
Jan Dittberner 81eb543c8f update documentation, add help for --no-check-certificate 2015-02-11 00:05:37 +01:00
Jan Dittberner 46fc29c976 implement C2S check with certificate validation 2015-02-11 00:02:15 +01:00
Jan Dittberner 21b67c6fd5 implement chunk handling for read data 2015-02-10 09:45:48 +01:00
Jan Dittberner cdc6f159bf allow passing a timeout to handle_xmpp_stanza 2015-02-10 09:37:46 +01:00
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
Jan Dittberner 9edc6e0c3e add some initial XML processing for C2S 2015-02-10 03:20:31 +01:00
Jan Dittberner 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