check_xmppng/debian/control
Jan Dittberner b614468676 Debian package changes
* debian/control:
  - Switch VCS-URL and VCS-Browser to new URLs
  - Bump Standards-Version to 4.5.1
  - Update to debhelper 12
* debian/compat:
  - bump compat to 12
2021-03-07 14:40:08 +01:00

31 lines
1.1 KiB
Plaintext

Source: nagios-check-xmppng
Section: net
Priority: optional
Maintainer: Jan Dittberner <jandd@debian.org>
Homepage: https://exchange.icinga.org/jandd/check_xmppng
Build-Depends: debhelper (>= 12)
Standards-Version: 4.5.1
Vcs-Browser: https://git.dittberner.info/jan/check_xmppng
Vcs-Git: https://git.dittberner.info/jan/check_xmpp.git -b debian
Package: nagios-check-xmppng
Architecture: all
Depends: python3 (>= 3.4),
python3-defusedxml (>= 0.4.1),
python3-nagiosplugin (>= 1.2.2),
${misc:Depends}
Suggests: icinga | icinga2 | nagios3
Description: monitoring plugin to check XMPP servers
a nagios compatible check plugin for XMPP servers implementing the XMPP
protocol as specified in RFC 6120.
.
The plugin provides the following features:
.
- check client to server (C2S) as well as server to server (S2S) ports
- check XMPP servers on IPv6 and IPv4 addresses
- support STARTTLS as specified in RFC 6120 section 5.
- check the validity of the server certificate presented by the XMPP server
.
The plugin has been implemented because of insufficiencies in the existing
check_ssl_cert and check_xmpp plugins.