nagios ping check. The template provides the Round-Trip-Average time along with
the packet loss rate. These two graphs are put in the "Performance" tab for each
device utilizing this template.
WWW: http://community.zenoss.org/docs/DOC-3416
PR: ports/157719
Submitted by: Zenoss <zenoss@experts-exchange.com>
graph/multi graph reports on their dashboard. Several columns (as defined in
report options) are supported.
More details can be found at the provided url.
WWW: http://community.zenoss.org/docs/DOC-3421
PR: ports/157190
Submitted by: Zenoss <zenoss@experts-exchange.com>
and Interface it is associated with. This report makes use of the layer 2
catalog already present in Zenoss. It only allows sorting by MAC address and is
not exportable. The author made this decision because the processing time was
too great for an installation with more than a few thousand interfaces. The
author can make another one available that is exportable and sortable by the
other two fields (device and interface), if anyone decides they would like to
live through the painful wait time.
More details can be found at provided url.
WWW: http://community.zenoss.org/docs/DOC-3512
PR: ports/157191
Submitted by: Zenoss <zenoss@experts-exchange.com>
dist files
- Set DIST_SUBDIR: move dist files to DISTDIR/hyphen
- Set WRKSRC
- Use DATADIR
- Use PLIST_DIRSTRY for DATADIR
- Cosmetic change
- Bump PORTREVISION for PLIST change
- Remove patches which are now in upstream[1]
- Add patch to implement process support for FreeBSD from Emacs bug# 5243[1]
PR: ports/161911[1]
Submitted by: Nali Toja <nalitoja@gmail.com>[1]
- Remove unneeded patches
- Move LICENSE to its own section
- Whitespace fix in pkg-descr
Changes: http://www.ejabberd.im/ejabberd-2.1.9
PR: ports/161962
Submitted by: Ruslan Mahamatkhanov <cvs-src@yandex.ru>
library, that is intended to allow you to interact with AMQP-compliant
message brokers/servers such as RabbitMQ in an asynchronous fashion.
You can use AnyEvent::RabbitMQ to -
* Declare and delete exchanges
* Declare, delete, bind and unbind queues
* Set QoS
* Publish, consume, get, ack, recover and reject messages
* Select, commit and rollback transactions
AnyEvnet::RabbitMQ is known to work with RabbitMQ versions 2.5.1 and
version 0-8 of the AMQP specification.
WWW: http://search.cpan.org/dist/AnyEvent-RabbitMQ/
apache server, not proccessed by mod_dav_svn. It should fix "500 Internal
server error" caused by installing 1.7.x.
Submitted by: theultramage (at) gmail (dot) com
of the Advanced Message Queue Protocol (http://www.amqp.org/).
It is to be used in conjunction with client or server software that
does the actual TCP/IP communication. While it's being written with
AMQP version 0-8 in mind, as the spec is defined by an external xml
file, support for 0-9, 0-9-1 and eventually 0-10 is hoped for.
WWW: http://search.cpan.org/dist/Net-AMQP/
GCC (the one which also USE_FORTRAN=yes chooses) in case we do have
to install GCC in any case. Only if an acceptable version of GCC
is already present use that one.
This will ease the load on tinderboxes, further the use of current
versions of GCC, and minimize the need to download/carry several
versions of GCC for users of pre-built packages.
PR: 160507
Submitted by: bf
Quoting Denys Vlasenko, upstream maintainer: "1.19.3 has fixes for build
system, chpasswd, crond, inetd (fix open fd leak), syslogd (fix problem
with in-memory log buffer), tail (fix for 'tail: -c +N' with large N),
tftp (made mode check case-insensitive)."