15 Commits

Author SHA1 Message Date
sthen
b209a2f508 avoid unnecessary use of bash, and don't use rm -v (gnu extension) 2015-11-03 13:08:00 +00:00
sthen
d9eb0b34b8 add support for snmpd(8)'s OPENBSD-SENSORS-MIB, merged upstream 2015-10-12 15:39:06 +00:00
sthen
71a8c3b92b update to librenms-201510 2015-10-12 11:30:32 +00:00
sthen
d4656078a0 update to LibreNMS-201509 2015-09-17 12:17:45 +00:00
sthen
5e64966204 update to LibreNMS-201508 2015-08-12 15:25:04 +00:00
sthen
a4fd0a0fa5 update to a LibreNMS snapshot from today, and start using a separate uid 2015-07-16 02:50:33 +00:00
sthen
d5ffe85b7d Remove use of sudo from pkg READMEs in a few ports as packages and their
instructions are meant to work on a fresh install.

- easy cases: replace some '$ sudo somecommand' with '# somecommand'
(while there I've swapped some "${RCDIR}/foo start" with "rcctl foo start").

- replace some 'sudo -u user somecommand foo bar' with
'su -s /bin/sh user "/path/to/somecommand foo bar"' and similar.
Not pretty with the -s, but many of the uids that need to run
these commands have /sbin/nologin as their usual shell.
2015-07-06 11:25:36 +00:00
sthen
02774b1506 update to a new checkout, and fix nginx config fragment 2015-07-03 19:17:26 +00:00
sthen
b06cc056ac update to a librenms checkout from today 2015-06-25 20:47:27 +00:00
sthen
0c96bd4a52 update to a newer librenms snapshot from today 2015-06-10 21:15:33 +00:00
robert
9c1017ae2d bump revision due to the change of the default php version to 5.6
ok aja@
2015-06-05 06:00:20 +00:00
sthen
862f1d51f7 update to a newer LibreNMS snapshot 2015-05-05 09:20:30 +00:00
sthen
741dfa62f9 update to newer librenms snap; now recognises snmpd(8) as OpenBSD by
sysObjectID without needing a hint in sysDescr
2015-04-24 22:05:59 +00:00
sthen
107b3f2c86 reduce default concurrency for poller-wrapper.py 2015-04-23 16:53:02 +00:00
sthen
ace4f881cc import ports/net/librenms, ok benoit@ -- still a bit of a WIP, but usable enough.
LibreNMS is an autodiscovering PHP/MySQL/SNMP based network monitoring
which includes support for a wide range of network hardware and
operating systems including Cisco, Linux, FreeBSD, Juniper, Brocade,
Foundry, HP and many more. LibreNMS is a community-based fork of
Observium.

LibreNMS is not intended to replace a Nagios-type up/down monitoring
system, but rather to complement it with an easy to manage, intuitive
representation of historical and current performance statistics,
configuration visualisation and syslog capture.
2015-04-23 16:44:34 +00:00