61 Commits

Author SHA1 Message Date
sthen
8cb44b246c update to librenms-1.50 2019-04-01 13:52:45 +00:00
sthen
1d05beb7b7 librenms/cache dir should be writable 2019-03-19 13:55:47 +00:00
sthen
05d8d8e9e2 Mention in the pkg-readme how to convert alert templates from old-style
to new (if you see messages with keywords like "Severity: %severity" you
need to do this) - at present there's a built-in converter but this won't
stay around forever.
2019-03-17 22:44:22 +00:00
sthen
c6f6f6b011 update to librenms-1.49 2019-03-06 15:08:24 +00:00
sthen
6faa6fd495 fix bad ${MODPHP_VERSION} subst (no pkg change) 2019-02-07 22:47:43 +00:00
sthen
6bd627d28f update to LibreNMS 1.48 2019-01-29 22:20:37 +00:00
sthen
ac2bb9b5e3 update to librenms-1.47 2019-01-04 13:43:35 +00:00
sthen
34509d6a9d update to librenms-1.46 2018-12-03 18:41:36 +00:00
sthen
12e10d5793 update to librenms-1.45 2018-11-29 23:49:03 +00:00
sthen
55067c0145 update to librenms-1.44 2018-10-17 20:24:38 +00:00
sthen
87be482f48 update to librenms-1.43 2018-09-10 18:53:00 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
sthen
851d308314 update to librenms-1.42.01 2018-08-21 15:36:35 +00:00
sthen
e8932541e7 update to LibreNMS 1.41
- fix the local change to uses crontab's new -n feature instead of cronic
in the sample additions for /etc/crontab. it had extra whitespace between
the username and the command which is not permitted syntax.
2018-07-01 21:49:17 +00:00
sthen
e9d3e040bc - use the new "-n" functionality rather than cronic in crontab sample lines
- tweak 1.40 upgrade notes in README (after I upgraded another machine and
ran into problems that I probably ran into last time as well)
2018-06-28 18:42:56 +00:00
sthen
27607e4bbe update to LibreNMS 1.40 - note the new addition to the pkg-readme,
repeated below.

(upstream's normal setup these days is to provide only their own code
and rely on composer to fetch the dependencies. this isn't suitable for
OS packaging so I'm pregenerating a separate distfile with dependencies
instead. unfortunately the hook to copy across existing config to the
.env file is done from composer, so that doesn't work for us, so you
have to copy it yourself.)

Updating from 1.39 or earlier
=============================
As of 1.40, LibreNMS now uses the Laravel framework which requires some
additional setup. Upstream has code to copy this across from an existing
configuration initially, but it's not functional in this packaged
environment.

Generate an APP_KEY:

# cd /var/www/librenms
# doas -u _librenms /usr/local/bin/php-7.0 artisan key:generate

Copy this to the clipboard, then edit /var/www/librenms/.env and fill in the
relevant details.

It may also be necessary to raise max_connections in /etc/my.cnf;
https://community.librenms.org/t/new-requirements-for-1-40/4057
suggests doubling this value.
2018-05-31 20:40:41 +00:00
sthen
ddc2046492 flip librenms over to PHP 7.0, I've been using it like this for ages 2018-05-17 08:27:43 +00:00
sthen
4a0faa1b67 update to librenms-1.39 2018-05-09 20:24:21 +00:00
sthen
6f57f5bbae update to librenms-1.38 2018-04-23 11:00:08 +00:00
sthen
3ad2086259 update to librenms-1.37. dependencies have been removed upstream in favour
of scripts to fetch via composer - the port switches to a locally produced
tar with pre-fetched dependencies, a port cannot go to the net and fetch
files at build time.
2018-02-27 15:17:39 +00:00
sthen
783c60af9b update to librenms-1.36.01 2018-02-12 23:27:18 +00:00
sthen
37d7194011 update to LibreNMS 1.35 2018-01-05 14:51:42 +00:00
sthen
1ee3a09ff7 update to LibreNMS 1.34 2017-11-27 17:41:36 +00:00
sthen
93e239d08e update to librenms-1.33.01, regression fix for ping-only devices 2017-11-02 13:13:54 +00:00
sthen
7a73a20904 update to librenms-1.33 2017-11-02 12:49:42 +00:00
sthen
b652eb0839 update to LibreNMS 1.32 2017-10-04 20:47:14 +00:00
sthen
d08d8f0817 update to librenms-1.31 2017-08-28 11:47:03 +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
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
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
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
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
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
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
ca52060303 update to LibreNMS 201511 2015-11-10 15:51:35 +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