Commit Graph

6460 Commits

Author SHA1 Message Date
msf
69bbeb9b0e +ruby-amqp-utils
+ruby-net-dns
+ruby-nmap-parser
+ruby-stomp
2009-11-22 07:17:58 +00:00
msf
3e402c0a59 initial import of stomp-1.1
This module is a ruby implementation of a Stomp client.  Stomp is the
Streaming Text Orientated Messaging Protocol. It's a simple and easy to
implement protocol for working with Message Orientated Middleware from
any language.

ok bernd@
2009-11-22 07:09:48 +00:00
msf
b2088bc78b initial impot of nmap-parser-0.3.2
This library provides a Ruby interface to Nmap's scan data.  It can run
Nmap and parse its XML output directly from the scan, parse a file
containing the XML data from a separate scan, parse a String of XML data
from a scan, or parse XML data from an object via its read() method.
This information is presented in an easy-to-use and intuitive fashion
for storage and manipulation.

ok bernd@
2009-11-22 06:55:52 +00:00
msf
cadb1209cb initial import of net-dns-0.6.0
Net::DNS is a DNS library written in pure Ruby. It started as a port of
Perl Net::DNS module, but it evolved in time into a full Ruby library.

ok bernd@
2009-11-22 06:55:06 +00:00
msf
1a14a1b62f initial import of ruby-amqp-utils-0.1.2
CLI utility programs for interacting with an AMQP queue. Using these
utilities, one can interact with an AMQP queue from the command line or
via a shell script.

These utilities have been tested against RabbitMQ, but they should work
with other AMQP compliant queues. They depend on the amqp gem available
at <http://github.com/tmm1/amqp>.

ok bernd@
2009-11-22 06:52:36 +00:00
msf
e53783dd92 +ruby-amqp
+ruby-bunny
+ruby-minion
2009-11-22 01:18:37 +00:00
msf
65abace881 initial import of minion-0.1.8
Minion makes processing jobs over AMQP simple and easy.

ok bernd@
2009-11-22 00:22:30 +00:00
msf
202b4f592a initial import of bunny-0.6.0
Bunny is an AMQP (Advanced Message Queuing Protocol) client, written in
Ruby, that is intended to allow you to interact with AMQP-compliant
message brokers/servers such as RabbitMQ in a synchronous fashion.

ok bernd@
2009-11-22 00:20:58 +00:00
msf
025b39fc7b initial import of amqp-0.6.4
A simple AMQP driver for Ruby/Eventmachine.

ok bernd@
2009-11-22 00:19:03 +00:00
sthen
3acf038d9d +check_openbgpd 2009-11-20 17:48:06 +00:00
sthen
ef9191b6da import ports/net/nagios/check_openbgpd, from maintainer/author
Andrew Fresh.

Nagios plugin to check for the status of peers connected to an
OpenBGPd router. Allows you to specify valid peers and acceptable
status based on the connection status/number of paths received.
2009-11-20 17:47:45 +00:00
sthen
10becdba83 Update to 2.2.2, fixing a regression introduced in 2.1.0 resulting
in 500 OOPS: child died on busy servers. New release pointed out by Brad.
2009-11-20 01:55:04 +00:00
sthen
f186447230 update to 1.1.6; implement RFC 5004 (prefer older ebgp routes), and
some bug fixes and minor features.
2009-11-20 01:03:01 +00:00
sthen
80aa1e4a52 fix v6, from Brad. 2009-11-20 00:57:23 +00:00
sthen
959e7ddd6a update to 1.9, homepage is now rtmpdump.mplayerhq.hu 2009-11-19 01:06:07 +00:00
jasper
fa22d4b8f1 - tweak CATEGORIE 2009-11-18 19:48:25 +00:00
jasper
f2ad5059c7 - update pear-HTTP-Request to 1.4.4 2009-11-18 19:16:08 +00:00
jasper
af5429c2b9 - add pear-Net-URL2 and pear-Services-oEmbed 2009-11-18 19:15:55 +00:00
jasper
d8d768261a - fix dependency 2009-11-18 19:15:13 +00:00
jasper
5094fcaf7c import pear-Services-oEmbed 0.1.0 2009-11-18 19:13:04 +00:00
jasper
c24a449aa3 import pear-Net-URL2 0.3.0 2009-11-18 19:12:38 +00:00
jasper
c038ac8dcf - update pear-Net-Socket to 1.0.9 2009-11-18 18:27:48 +00:00
jasper
26fbd59ecf - add pear-Net-URL-Mapper 2009-11-18 11:14:43 +00:00
jasper
3ba9618a59 import pear-Net-URL-Mapper 0.9.0
Net_URL_Mapper provides a simple and flexible way to build nice URLs for
your web applications.
2009-11-18 11:13:21 +00:00
sthen
3c392b8398 switch from COUNTER to DERIVE for the interface bandwidth graphs,
suggested by mk@. bump PKGNAME-main.
2009-11-17 11:47:06 +00:00
sthen
70f81b5601 ...and link it in 2009-11-17 11:23:26 +00:00
sthen
4ede4c787e take MAINTAINER, suggested by mk.
yay, I can has two ravens.
2009-11-17 11:20:47 +00:00
sthen
69231fae42 add a descriptive comment 2009-11-17 11:16:12 +00:00
sthen
f03621ea64 import ports/net/munin, this was joint work with mk@ and includes
a couple of his OpenBSD-specific plugins.

Munin the monitoring tool surveys all your computers and
remembers what it saw. It presents all the information in graphs
through a web interface. Its emphasis is on plug and play
capabilities. After completing an installation a high number
of monitoring plugins will be playing with no more effort.

Using Munin you can easily monitor the performance of your
computers, networks, SANs, applications, weather measurements
and whatever comes to mind. It makes it easy to determine
"what's different today" when a performance problem crops up. It
makes it easy to see how you're doing capacity-wise on any
resources.
2009-11-17 11:11:20 +00:00
kevlo
2e84a22a71 add p5-Net-OAuth 2009-11-17 04:28:21 +00:00
kevlo
2dc620d2e7 Initial import of p5-Net-OAuth 0.19
Net::OAuth is an implementation of the OAuth protocol.
OAuth is an open protocol to allow secure API authentication in
a simple and standard method from desktop and web applications.

ok sthen@
2009-11-17 04:27:27 +00:00
sthen
776da9b962 Update to 1.9 2009-11-16 12:05:21 +00:00
sthen
f00c67ed59 Update to 1.0.26, ok Brad (maintainer). Similar diff from chl@ 2009-11-15 17:47:36 +00:00
ian
b24fb12c52 Add patch to correct typos in messages; bump. OK jolan@ (maintainer) 2009-11-14 19:35:01 +00:00
benoit
96ac375702 - update tor to 0.2.1.20
- add patches using the new SSL/TLS renegotiation.

ok rui@, ajacoutot@
2009-11-14 10:09:05 +00:00
sthen
e8330b2841 Use ${LOCALBASE}/bin/sipsak rather than relying on PATH to be set.
Fixes SIP checks when nagios is started from rc.local. Bump PKGNAME.
2009-11-13 15:30:51 +00:00
pea
fb6d85332c Fix PKGNAME
ok ajacoutot@
2009-11-13 12:00:07 +00:00
jakob
29ceb5d682 update to LDNS v1.6.2 2009-11-13 03:46:47 +00:00
merdely
a15fe33a52 +nagios/check_hw_sensors 2009-11-12 21:50:22 +00:00
merdely
ce6e1f779b Import check_hw_sensors
From DESCR:
Works like sensorsd(8) but reports to Nagios.

Allows you to monitor the hardware sensors that OpenBSD supports.
Things like fan speed, temperature and many more.

From MAINTAINER Andrew Fresh
ok sthen@
2009-11-12 21:49:26 +00:00
benoit
7c784af8fa - update unworkable to 0.52
ok niallo@, ajacoutot@
2009-11-12 20:22:27 +00:00
msf
203e339962 +rabbitmq 2009-11-12 13:12:37 +00:00
msf
84a12d5ec4 initial import of rabbitmq-1.6.0
RabbitMQ is a complete and highly reliable Enterprise Messaging 
System. The RabbitMQ client libraries and broker daemon can be used 
together to create an AMQP network, or used individually to bring 
the benefits of RabbitMQ to established networks. 

ok bernd@
2009-11-12 13:10:33 +00:00
sthen
fe48b76e9e +php-weathermap 2009-11-11 21:13:49 +00:00
sthen
6cd965adcf import ports/net/php-weathermap
Weathermap is a network visualisation tool, to take data you already
have and show you an overview of your network in map form.  Extensive
customisation features and an optional map editor are provided.

Support is built in for RRD, MRTG (RRD and old log-format), and
tab-delimited text files. Other sources are via plugins or external
scripts. Weathermap can also be integrated with Cacti.
2009-11-11 21:10:33 +00:00
pea
bdbed16191 Change PKGNAME and add @pkgpath to handle the old module that
was in sysutils/p5-Mon.
Bump pkgname.

ok ajacoutot@
2009-11-11 16:46:43 +00:00
steven
b3fc517fde typo in descr 2009-11-11 11:24:31 +00:00
sthen
387de60227 add a patch from David Coppa to fix interface speed detection,
maintainer timeout.
2009-11-10 23:07:46 +00:00
naddy
6b17b34739 update to 7.19.7 2009-11-10 19:13:49 +00:00
pyr
7d99905cea update to latest Net::SNMP
ok giovanni@, looks perfectly fine ajacoutot@
2009-11-10 15:18:29 +00:00