[Pkg-nagios-changes] [pkg-monitoring-plugins] branch master updated (9083aa4 -> dd10a65)

Jan Wagner waja at moszumanska.debian.org
Sat Jul 12 10:18:08 UTC 2014


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

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

      from  9083aa4   debian/bin/repack.sh: adjust for configure.ac
       new  0841b5c   Imported Upstream version 2.0
       new  7616f86   Merge tag 'upstream/2.0'
       new  1981082   Updating debian/changelog
       new  1b7ece7   debian/copyright: syncing license notice from upstream README
       new  8d8e2d4   debian/copyright: Add missing gl/m4/*.m4
       new  ac1f794   Updating debian/changelog
       new  dd10a65   Updating debian/changelog

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ACKNOWLEDGEMENTS                                   |     4 +-
 AUTHORS                                            |     3 +-
 CODING                                             |     4 +-
 ChangeLog                                          | 19336 ++++++++++++++++++-
 FAQ                                                |    14 +-
 Makefile.am                                        |     4 +-
 Makefile.in                                        |    43 +-
 NEWS                                               |    55 +-
 NP-VERSION-GEN                                     |     2 +-
 NPTest.pm                                          |    85 +-
 README                                             |    58 +-
 REQUIREMENTS                                       |    14 +-
 SUPPORT                                            |    24 +-
 THANKS                                             |    23 +-
 aclocal.m4                                         |    55 +-
 config.h.in                                        |    64 +-
 configure                                          |   759 +-
 configure.in => configure.ac                       |   120 +-
 debian/changelog                                   |    11 +-
 debian/copyright                                   |    13 +-
 gl/Makefile.am                                     |    50 +-
 gl/Makefile.in                                     |   134 +-
 gl/idpriv-droptemp.c                               |   204 +
 gl/idpriv.h                                        |   116 +
 gl/m4/gnulib-cache.m4                              |     4 +-
 gl/m4/gnulib-comp.m4                               |    26 +-
 gl/m4/idpriv.m4                                    |    14 +
 gl/m4/strcase.m4                                   |    45 +
 gl/m4/strings_h.m4                                 |    52 +
 gl/strcasecmp.c                                    |    62 +
 gl/strings.in.h                                    |   122 +
 gl/strncasecmp.c                                   |    62 +
 lib/Makefile.am                                    |    11 +-
 lib/Makefile.in                                    |    64 +-
 lib/extra_opts.c                                   |     4 +-
 lib/extra_opts.h                                   |     2 +-
 lib/parse_ini.c                                    |   497 +-
 lib/parse_ini.h                                    |    44 +-
 lib/tests/Makefile.am                              |     7 +-
 lib/tests/Makefile.in                              |    57 +-
 lib/tests/test_base64.t                            |     2 +-
 lib/tests/test_cmd.t                               |     2 +-
 lib/tests/test_disk.t                              |     2 +-
 lib/tests/test_ini1.t                              |     2 +-
 lib/tests/test_ini3.t                              |     2 +-
 lib/tests/test_opts1.t                             |     2 +-
 lib/tests/test_opts2.t                             |     2 +-
 lib/tests/test_opts3.t                             |     2 +-
 lib/tests/test_tcp.t                               |     2 +-
 lib/tests/test_utils.c                             |   128 +-
 lib/tests/test_utils.t                             |     2 +-
 lib/utils_base.c                                   |   149 +-
 lib/utils_base.h                                   |    18 +-
 lib/utils_cmd.c                                    |     7 +-
 lib/utils_cmd.h                                    |     2 +-
 lib/utils_disk.c                                   |     2 +-
 lib/utils_tcp.c                                    |     2 +-
 m4/np_mysqlclient.m4                               |     4 +-
 nagios-plugins.spec => monitoring-plugins.spec     |    30 +-
 ...s-plugins.spec.in => monitoring-plugins.spec.in |    28 +-
 pkg/solaris/pkginfo                                |    12 +-
 pkg/solaris/pkginfo.in                             |     8 +-
 plugins-root/Makefile.am                           |     4 +-
 plugins-root/Makefile.in                           |    34 +-
 plugins-root/check_dhcp.c                          |    11 +-
 plugins-root/check_icmp.c                          |    11 +-
 plugins-root/pst3.c                                |     2 +-
 plugins-scripts/Makefile.am                        |    12 +-
 plugins-scripts/Makefile.in                        |    48 +-
 plugins-scripts/check_breeze.pl                    |     8 +-
 plugins-scripts/check_disk_smb.pl                  |    14 +-
 plugins-scripts/check_file_age.pl                  |    32 +-
 plugins-scripts/check_flexlm.pl                    |    12 +-
 plugins-scripts/check_ifoperstatus.pl              |    23 +-
 plugins-scripts/check_ifstatus.pl                  |    21 +-
 plugins-scripts/check_ircd.pl                      |    18 +-
 plugins-scripts/check_log.sh                       |    58 +-
 plugins-scripts/check_mailq.pl                     |   110 +-
 plugins-scripts/check_ntp.pl                       |   471 -
 plugins-scripts/check_oracle.sh                    |     5 +-
 plugins-scripts/check_rpc.pl                       |    14 +-
 plugins-scripts/check_sensors.sh                   |     6 +-
 plugins-scripts/check_wave.pl                      |     8 +-
 plugins-scripts/subst.in                           |    78 -
 plugins-scripts/t/check_file_age.t                 |     7 +-
 plugins-scripts/utils.pm.in                        |     4 +-
 plugins-scripts/utils.sh.in                        |    10 +-
 plugins/Makefile.am                                |    20 +-
 plugins/Makefile.in                                |    51 +-
 plugins/check_apt.c                                |    13 +-
 plugins/check_by_ssh.c                             |    18 +-
 plugins/check_cluster.c                            |     8 +-
 plugins/check_dbi.c                                |    14 +-
 plugins/check_dig.c                                |    18 +-
 plugins/check_disk.c                               |    31 +-
 plugins/check_dns.c                                |    26 +-
 plugins/check_dummy.c                              |     6 +-
 plugins/check_fping.c                              |     6 +-
 plugins/check_game.c                               |     8 +-
 plugins/check_hpjd.c                               |     6 +-
 plugins/check_http.c                               |    30 +-
 plugins/check_ide_smart.c                          |   121 +-
 plugins/check_ldap.c                               |     8 +-
 plugins/check_load.c                               |     6 +-
 plugins/check_mrtg.c                               |     8 +-
 plugins/check_mrtgtraf.c                           |     6 +-
 plugins/check_mysql.c                              |    12 +-
 plugins/check_mysql_query.c                        |    40 +-
 plugins/check_nagios.c                             |     6 +-
 plugins/check_nt.c                                 |    14 +-
 plugins/check_ntp.c                                |    25 +-
 plugins/check_ntp_peer.c                           |     8 +-
 plugins/check_ntp_time.c                           |    12 +-
 plugins/check_nwstat.c                             |     8 +-
 plugins/check_overcr.c                             |     8 +-
 plugins/check_pgsql.c                              |    12 +-
 plugins/check_ping.c                               |    21 +-
 plugins/check_procs.c                              |    16 +-
 plugins/check_radius.c                             |    61 +-
 plugins/check_real.c                               |     9 +-
 plugins/check_smtp.c                               |     8 +-
 plugins/check_snmp.c                               |    20 +-
 plugins/check_ssh.c                                |    32 +-
 plugins/check_swap.c                               |    32 +-
 plugins/check_tcp.c                                |    20 +-
 plugins/check_time.c                               |     8 +-
 plugins/check_ups.c                                |    16 +-
 plugins/check_users.c                              |    50 +-
 plugins/common.h                                   |     4 +-
 plugins/negate.c                                   |    48 +-
 plugins/netutils.c                                 |     4 +-
 plugins/netutils.h                                 |     8 +-
 plugins/popen.c                                    |     4 +-
 plugins/runcmd.c                                   |     6 +-
 plugins/runcmd.h                                   |     2 +-
 plugins/sslutils.c                                 |     6 +-
 plugins/t/NPTest.cache.travis                      |    54 +
 plugins/t/check_disk.t                             |     4 +-
 plugins/t/check_dns.t                              |     5 +-
 plugins/t/check_fping.t                            |    14 +-
 plugins/t/check_http.t                             |    24 +-
 plugins/t/check_jabber.t                           |     6 +-
 plugins/t/check_mysql.t                            |    32 +-
 plugins/t/check_ntp.t                              |    10 +-
 plugins/t/check_procs.t                            |     7 +-
 plugins/t/check_snmp.t                             |    13 +-
 plugins/t/check_tcp.t                              |    18 +-
 plugins/t/check_udp.t                              |     2 +-
 plugins/t/negate.t                                 |     2 +-
 plugins/tests/check_http.t                         |    29 +-
 plugins/tests/check_procs.t                        |    85 +-
 plugins/tests/check_snmp.t                         |    36 +-
 plugins/tests/check_snmp_agent.pl                  |    14 +-
 plugins/tests/var/ps_axwo.debian                   |     4 +-
 plugins/urlize.c                                   |    15 +-
 plugins/utils.c                                    |     2 +-
 plugins/utils.h                                    |    28 +-
 po/Makevars                                        |     4 +-
 po/de.gmo                                          |   Bin 7836 -> 7632 bytes
 po/de.po                                           |  1553 +-
 po/fr.gmo                                          |   Bin 95571 -> 91740 bytes
 po/fr.po                                           |  1606 +-
 po/{nagios-plugins.pot => monitoring-plugins.pot}  |  1541 +-
 release                                            |     2 +-
 tap/Makefile.in                                    |    30 +-
 test.pl.in                                         |    13 +-
 tools/tinderbox_build                              |     6 +-
 167 files changed, 25396 insertions(+), 4386 deletions(-)
 rename configure.in => configure.ac (94%)
 create mode 100644 gl/idpriv-droptemp.c
 create mode 100644 gl/idpriv.h
 create mode 100644 gl/m4/idpriv.m4
 create mode 100644 gl/m4/strcase.m4
 create mode 100644 gl/m4/strings_h.m4
 create mode 100644 gl/strcasecmp.c
 create mode 100644 gl/strings.in.h
 create mode 100644 gl/strncasecmp.c
 rename nagios-plugins.spec => monitoring-plugins.spec (89%)
 rename nagios-plugins.spec.in => monitoring-plugins.spec.in (89%)
 delete mode 100755 plugins-scripts/check_ntp.pl
 delete mode 100644 plugins-scripts/subst.in
 create mode 100644 plugins/t/NPTest.cache.travis
 mode change 100644 => 100755 plugins/tests/check_procs.t
 rename po/{nagios-plugins.pot => monitoring-plugins.pot} (84%)

-- 
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