network with what is in DNS. Hosts that are answering pings but are not
in DNS may be unauthorized, and addresses in DNS which are not answering
may be able to be reclaimed. Hawk monitors all hosts on the networks
you specify and lets you view them via a web page.
Hawk consists of a backend written in Perl that monitors hosts by ICMP
pings and writes the status to a mysql database. The frontend is in
PHP and lets you select which network to view, and how to view it.
This version has several enhancements to the original; including cleaner
Perl code, a user-definable string to designate unused addresses that
are in DNS, testing that the forward and reverse hostnames match, and
the daemon forks one process pre subnet.
WWW: http://sourceforge.net/projects/iphawk/
- No unused data in RRD files.
- No wasted polling for the same data over and over
PR: ports/160272
Submitted by: Alexey V. Degtyarev <alexey@renatasystems.org> (maintainer)
Approved by: maintainer, gabor (mentor)
different models of TL1 devices. Explictly supported devices
include the following:
* Cisco ONS15327
* Cisco ONS15454
* Cisco ONS15808
* Nortel OME 6500
* Nortel HDXc
* Ciena CoreDirector
* Infinera DTC
* Fujitsu FLASHWAVE 7500
Each specifically supported device has its own
GRNOC::TL1::Device module, which sets the default port and
prompt used for that device. They also may each export their
own unique commands on top of what is already provided in
GRNOC::TL1::Device. Raw commands and output can be sent and
received, or output can be parsed via the parse function, or
by calling a function for that device.
WWW: http://www.sourceforge.net/projects/routerproxy
PR: ports/163027
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
(this eliminates packaging errors seen only on live systems while
tinderbox builds are fine)
- Fix installation of collectd.conf.sample, patch src/Makefile.am to always
install it with same name
- Remove libgcrypt version check from configure.in, it breaks automake
process when libgcrypt is not installed
- Don't patch configure script, it's created on build phase now
PR: ports/163709
Reported by: Garrett Cooper <yanegomi@gmail.com>
Approved by: maintainer
Time Server) server's time.
More details can be found at provided url.
WWW: http://community.zenoss.org/docs/DOC-3469
PR: ports/167194
Submitted by: Zenoss <zenoss@experts-exchange.com>
- with the addition of a options knob (off by default)
- No portsbump so that its a 'noop' for systems that don't need python bindings
PR: ports/162140
Submitted by: Geoffrey Huntley <ghuntley@ghuntley.com> [1]
Approved by: zi (maintainer timeout, 30 days), gabor (mentor)