summaryrefslogtreecommitdiff
path: root/net/nagios-plugins/files/patch-check_by_ssh.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Say hello to the new "net-mgmt" category. There are probably moreGarrett Wollman2004-02-231-20/+0
| | | | | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus Notes: svn path=/head/; revision=101812
* Update to 1.3.0.b2.Pete Fritchman2003-01-031-10/+10
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=72439
* Add nagios-plugins after repocopy from netsaint-plugins.Jun Kuriyama2002-07-221-24/+15
| | | | | | | | Submitted by: Blaz Zupan <blaz@si.FreeBSD.org> Repocopied by: joe Notes: svn path=/head/; revision=63351
* Bump PORTREVISION.Jun Kuriyama2002-06-241-0/+29
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