Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2002 18:59:54 -0700 (PDT)
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net/netsaint-plugins Makefile ports/net/netsaint-plugins/files patch-check_by_ssh.c patch-check_ntp.pl patch-check_snmp.c patch-check_ssh.c patch-subst.in
Message-ID:  <200206240159.g5O1xsU73162@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
kuriyama    2002/06/23 18:59:54 PDT

  Modified files:
    net/netsaint-plugins Makefile 
  Added files:
    net/netsaint-plugins/files patch-check_by_ssh.c 
                               patch-check_ntp.pl 
                               patch-check_snmp.c 
                               patch-check_ssh.c patch-subst.in 
  Log:
  Bump PORTREVISION.
  
  check_snmp calls snmpget without '-c' parameter, which is mandatory
  with NetSNMP 5.x. Add '-c' to the command line to make it work with
  both NetSNMP 4.x and 5.x.
  
  check_by_ssh dumps core with called without -C, also usage help output
  does not document -C and -v.
  
  check_ssh plugin incorrectly parses the SSH banner.
  
  check_ntp does not work with NTP v2. Add -n option to be able to
  select NTP version.
  
  Submitted by:   David Douthitt <n9ubh@callsign.net>,
                  Jens Trzaska <jt@barfoos.de> (check_snmp) via maintainer
  
  Revision  Changes    Path
  1.16      +1 -0      ports/net/netsaint-plugins/Makefile
  1.1       +29 -0     ports/net/netsaint-plugins/files/patch-check_by_ssh.c (new)
  1.1       +76 -0     ports/net/netsaint-plugins/files/patch-check_ntp.pl (new)
  1.1       +20 -0     ports/net/netsaint-plugins/files/patch-check_snmp.c (new)
  1.1       +20 -0     ports/net/netsaint-plugins/files/patch-check_ssh.c (new)
  1.1       +11 -0     ports/net/netsaint-plugins/files/patch-subst.in (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206240159.g5O1xsU73162>