summaryrefslogtreecommitdiff
path: root/net-mgmt/netsaint-plugins/files/patch-check_snmp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2007-10-31 www/vtiger4: This version is no longer supported by the developersMartin Wilke2008-02-271-20/+0
| | | | | | | | | | | | | | 2007-12-01 www/xpi-surfkeys: Development has been ceased 2008-02-01 sysutils/eventwatcher: no active development 2007-10-27 sysutils/p5-UPS-Nut: Version branch long since retired 2007-10-31 net-mgmt/netsaint: Now developed as Nagios, see net-mgmt/nagios port 2007-10-31 net-mgmt/netsaint-plugins: Now developed as Nagios, see net-mgmt/nagios port 2008-01-22 benchmarks/tsung: "fails to install" 2007-10-03 games/ggo: developer's focus have moved elsewhere 2008-02-15 mail/claws-mail-etpan_privacy: no longer supported by developers Notes: svn path=/head/; revision=208029
* Bump PORTREVISION.Jun Kuriyama2002-06-241-0/+20
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 Notes: svn path=/head/; revision=61853