[Pkg-nagios-changes] [pkg-monitoring-plugins] branch upstream updated (060ec72 -> c845af0)

Jan Wagner waja at moszumanska.debian.org
Sun Dec 4 10:18:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

waja pushed a change to branch upstream
in repository pkg-monitoring-plugins.

      from  060ec72   Imported Upstream version 2.1
      adds  61401f6   Imported Upstream version 2.1.1
      adds  494a834   Imported Upstream version 2.1.1+git20151012
      adds  55c71a6   Imported Upstream version 2.1.2
      adds  9873767   Imported Upstream version 2.1.2
      adds  ea115af   Imported Upstream version 2.1.2
      adds  c845af0   New upstream version 2.2

No new revisions were added by this update.

Summary of changes:
 AUTHORS                               |     1 +
 ChangeLog                             | 19729 +-------------------------------
 LEGAL                                 |    10 -
 Makefile.am                           |     2 +-
 Makefile.in                           |     5 +-
 NEWS                                  |   188 +-
 NP-VERSION-GEN                        |     2 +-
 REQUIREMENTS                          |    12 +-
 THANKS                                |    22 +
 aclocal.m4                            |     1 +
 config.h.in                           |    12 +
 configure                             |   578 +-
 configure.ac                          |    61 +-
 gl/Makefile.am                        |    11 +-
 gl/Makefile.in                        |    19 +-
 gl/m4/gnulib-cache.m4                 |     3 +-
 gl/m4/gnulib-comp.m4                  |    15 +
 gl/m4/strcasestr.m4                   |   142 +
 gl/{strstr.c => strcasestr.c}         |    60 +-
 lib/Makefile.in                       |     3 +
 lib/tests/Makefile.in                 |     3 +
 lib/utils_cmd.c                       |    14 +-
 pkg/solaris/pkginfo                   |     4 +-
 plugins-root/Makefile.in              |     3 +
 plugins-root/check_dhcp.c             |    60 +-
 plugins-root/check_icmp.c             |    93 +-
 plugins-root/pst3.c                   |     4 +-
 plugins-scripts/Makefile.am           |     2 +
 plugins-scripts/Makefile.in           |     5 +
 plugins-scripts/check_breeze.pl       |     5 +-
 plugins-scripts/check_disk_smb.pl     |     5 +-
 plugins-scripts/check_file_age.pl     |     5 +-
 plugins-scripts/check_flexlm.pl       |     5 +-
 plugins-scripts/check_ifoperstatus.pl |     9 +-
 plugins-scripts/check_ifstatus.pl     |    11 +-
 plugins-scripts/check_ircd.pl         |     5 +-
 plugins-scripts/check_mailq.pl        |    35 +-
 plugins-scripts/check_rpc.pl          |     5 +-
 plugins-scripts/check_wave.pl         |     5 +-
 plugins-scripts/t/check_rpc.t         |     2 +-
 plugins-scripts/utils.pm.in           |     1 +
 plugins/Makefile.in                   |     3 +
 plugins/check_apt.c                   |     6 +-
 plugins/check_by_ssh.c                |    11 +-
 plugins/check_cluster.c               |     2 +-
 plugins/check_dbi.c                   |     4 +-
 plugins/check_dig.c                   |    10 +-
 plugins/check_disk.c                  |    13 +-
 plugins/check_dns.c                   |    12 +-
 plugins/check_dummy.c                 |     4 +-
 plugins/check_fping.c                 |     6 +-
 plugins/check_game.c                  |     4 +-
 plugins/check_hpjd.c                  |     4 +-
 plugins/check_http.c                  |   160 +-
 plugins/check_ide_smart.c             |    32 +-
 plugins/check_ldap.c                  |    99 +-
 plugins/check_load.c                  |     6 +-
 plugins/check_mrtg.c                  |     4 +-
 plugins/check_mrtgtraf.c              |    18 +-
 plugins/check_mysql.c                 |     4 +-
 plugins/check_mysql_query.c           |     4 +-
 plugins/check_nagios.c                |     4 +-
 plugins/check_nt.c                    |    55 +-
 plugins/check_ntp.c                   |    35 +-
 plugins/check_ntp_peer.c              |     4 +-
 plugins/check_ntp_time.c              |    12 +-
 plugins/check_nwstat.c                |     4 +-
 plugins/check_overcr.c                |     4 +-
 plugins/check_pgsql.c                 |     4 +-
 plugins/check_ping.c                  |     4 +-
 plugins/check_procs.c                 |     4 +-
 plugins/check_radius.c                |    44 +-
 plugins/check_real.c                  |    14 +-
 plugins/check_smtp.c                  |    66 +-
 plugins/check_snmp.c                  |    76 +-
 plugins/check_ssh.c                   |    16 +-
 plugins/check_swap.c                  |     7 +-
 plugins/check_tcp.c                   |    15 +-
 plugins/check_time.c                  |     4 +-
 plugins/check_ups.c                   |    16 +-
 plugins/check_users.c                 |    64 +-
 plugins/common.h                      |     7 +
 plugins/negate.c                      |     4 +-
 plugins/netutils.c                    |    27 +-
 plugins/netutils.h                    |    17 +-
 plugins/sslutils.c                    |   131 +-
 plugins/t/NPTest.cache.travis         |    10 +-
 plugins/t/check_http.t                |    71 +-
 plugins/t/check_ldap.t                |    80 +
 plugins/t/check_snmp.t                |    12 +-
 plugins/t/check_users.t               |     4 +-
 plugins/tests/check_http.t            |    10 +-
 plugins/tests/check_snmp.t            |    22 +-
 plugins/utils.c                       |    83 +-
 plugins/utils.h                       |    34 +-
 po/de.gmo                             |   Bin 7632 -> 7632 bytes
 po/de.po                              |  1629 +--
 po/fr.gmo                             |   Bin 91740 -> 90889 bytes
 po/fr.po                              |  1643 +--
 po/monitoring-plugins.pot             |  1620 +--
 release                               |     2 +-
 tap/Makefile.in                       |     3 +
 102 files changed, 4591 insertions(+), 22833 deletions(-)
 delete mode 100644 LEGAL
 create mode 100644 gl/m4/strcasestr.m4
 copy gl/{strstr.c => strcasestr.c} (59%)
 create mode 100644 plugins/t/check_ldap.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-monitoring-plugins.git



More information about the Pkg-nagios-changes mailing list