Commit Graph

65 Commits

Author SHA1 Message Date
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
a1c67fab64 unbreak do-install, extra librenms/ in rm path. reported by naddy@ 2018-02-28 15:01: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
08ee273f72 fix typo; reported by naddy@ nigel@ 2018-02-14 14:04:34 +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
a3fc5ad9b6 librenms tweak: use sed instead of patching to replace username in
sample crontab entries, drop some other minor changes that are no longer
needed/wanted.
2017-12-13 16:25:15 +00:00
sthen
4654b6d668 librenms: avoid gnuism, trying to call rm -v. (why doesn't it just use php
unlink anyway though?)
2017-12-13 15:56:07 +00:00
sthen
ecf046c6f9 librenms tweaks:
- replace more hardcoded php binary names with ${MODPHP_BIN}, unbreaks some
scripts as we include the PHP release branch in the string (php-5.6 etc).

- drop php-mysql dependency, no longer required.
2017-12-13 15:30:43 +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
bbb0c4e072 update to librenms-1.32.01 2017-10-19 23:04:18 +00:00
sthen
b652eb0839 update to LibreNMS 1.32 2017-10-04 20:47:14 +00:00
sthen
7b8c0988b5 bugfix update to librenms-1.31.03v0 2017-09-01 13:24:58 +00:00
sthen
47926ed8b4 update to librenms-1.31.02 2017-08-31 12:16:31 +00:00
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