sthen
6c427e2cfd
bugfix update to librenms-1.31.01
2017-08-29 11:43:55 +00:00
sthen
d08d8f0817
update to librenms-1.31
2017-08-28 11:47:03 +00:00
sthen
11547a3283
update to librenms-1.30.01
2017-08-22 10:16:22 +00:00
sthen
50f8a59d29
update to LibreNMS 1.30, including fdb table searches on many switches,
...
yaml-based sensor definitions, suport for many additional sensor types,
and more. https://github.com/librenms/librenms/releases
2017-07-30 17:05:54 +00:00
ajacoutot
9eb479e347
Our cp(1), mv(1) and rm(1) support `-v' now.
...
ok sthen@
2017-06-28 13:16:48 +00:00
sthen
df619bc55b
update to librenms-1.29
2017-06-25 22:34:36 +00:00
sthen
cb9e9780cd
update to librenms-1.28, many nice improvements including:
...
- major overhaul of wireless sensors
- faster page/graph generation
- lots of additional device support as usual
2017-05-30 21:05:44 +00:00
sthen
e19e34a266
fix version display on librenms' "about" page
2017-05-05 09:37:13 +00:00
sthen
fd0d5a2848
update to librenms-1.27
2017-05-01 13:22:18 +00:00
sthen
8d2f9af3cf
update to LibreNMS 1.26
2017-03-26 17:30:28 +00:00
sthen
8546343436
update to LibreNMS 1.25
...
- now includes SVG graph support, this can be enabled in the UI from
global settings -> webui settings -> graph settings
2017-02-28 00:21:32 +00:00
sthen
bbb087f745
update to librenms-1.24
...
reluctantly add a run dep on bash, it's getting to be a bit of a maintenance
problem to keep patching daily.sh to work with ksh.
2017-01-31 22:43:29 +00:00
sthen
1f11e31006
update to librenms-1.22.01
2016-12-14 21:37:03 +00:00
sthen
c1d1d875ee
security update to librenms-201609.01
...
https://github.com/librenms/librenms/pull/4807
2016-10-21 14:52:27 +00:00
sthen
9c03c65724
update to librenms-201609
2016-10-14 12:48:55 +00:00
sthen
86a95a39c6
update to LibreNMS 201608
2016-08-19 14:39:04 +00:00
sthen
3111e32151
update to LibreNMS 201607
2016-07-08 16:07:22 +00:00
sthen
564e95f40e
update to LibreNMS 201606
2016-06-20 15:12:42 +00:00
sthen
c171ac74fe
update to librenms-201605
2016-05-06 19:31:08 +00:00
sthen
662f1d5274
add missing SUBST_VARS
2016-04-24 23:36:07 +00:00
sthen
88469c7f4a
update to librenms-201604
2016-04-18 09:36:03 +00:00
sthen
904299a006
fix doubled word and talk about newsyslog.conf in README
...
workaround openbsd snmpd(8)'s broken snmpEngineTime.0 implementation
2016-04-05 13:39:49 +00:00
sthen
0d2eaf7457
don't use git rev-parse HEAD
, it's not going to work on a
...
non-git-checkout as used in the package anyway (and users may
not have git installed, so there's an ugly error message).
use snmpget -V instead of --version, long getopt doesn't
seem to be working at least with 5.7.3 on OpenBSD.
2016-03-07 17:49:10 +00:00
sthen
66f19872a2
update to librenms-201603
2016-03-07 16:43:03 +00:00
sthen
87c60ac4a6
update to librenms-201602
2016-02-25 00:46:35 +00:00
sthen
d750a7e5da
zap unnecessary bash use
2016-01-06 20:03:56 +00:00
sthen
ba6c74fbc1
uid is now in config.php.default; use the correct one for the port
2016-01-06 19:58:12 +00:00
sthen
35fd279a2b
update to LibreNMS 201601
2016-01-06 13:11:47 +00:00
sthen
e8bb819de9
adjust sample config for nginx
2015-12-27 23:28:40 +00:00
sthen
a95def91ae
update to LibreNMS-201512
2015-12-07 23:42:03 +00:00
sthen
a2c141db9d
switch LibreNMS rrdtool_version to 1.5 now that rrdtool has been updated
...
(with 1.5+ more commands are available via rrdcached so files can be created
directly rather than needing separate access to the rrd directory).
2015-11-23 11:48:53 +00:00
sthen
ca52060303
update to LibreNMS 201511
2015-11-10 15:51:35 +00:00
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