a machine is connected to, provided that the device supports CDP. It
can also optionally decode the full CDP packet. cdpr was written to
help network/system administrators find out about the equipment that i
a machine is connected to. This is done by capturing and decoding a
Cisco Discovery Protocol (CDP) packet.
PR: ports/40435
Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
Apache runs as user "www" now, so nagios the nagios socket should be owned by
"www" instead of nobody.
Submitted by: David Douthitt <n9ubh@callsign.net> via maintainer
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
Move ${PREFIX}/share/nagios/sbin to ${PREFIX}/share/nagios/cgi-bin as that
is the location originally used by the nagios author.
Apache runs as user "www" now, so nagios the nagios socket should be owned by
"www" instead of nobody.
Submitted by: David Douthitt <n9ubh@callsign.net> via maintainer
This breakage is caused because:
o struct statvfs is defined and statvfs() function is declared.
o statvfs() function is not yet implemented.
So detection of statvfs related is commented out until function will
be implemented.
Remove all restrictions after permission from Wendy Cartee <wendy@juniper.net>
Copy the distfile to MASTER_SITE_LOCAL so we can fetch it, it's only fetchable
via https from Juniper
- remove NO_PACKAGE; the customization isn't done at build/install time
- remove the old patches & configure script; use cricket's own scripts to
tell it our version of perl.
- revamp the install so it matches the docs more closely:
* things go in ${PREFIX}/cricket
* scripts go in cricket/cricket-${PORTVERSION}, cricket/cricket symlink
created for convenience
* cricket/cricket-{config,data,logs} created
- create a "cricket" user to run the collectors
- use pkg-message instead of ${ECHO}'ing things in post-install
PR: 38932 (with a few modifications)
Submitted by: Janos Mohacsi <janos.mohacsi@dante.org.uk>