non port: net-mgmt/librenms/files/patch-config.php.default |
SVNWeb
|
Number of commits found XX: 10 |
Thu, 30 Jul 2020
|
[ 16:43 dvl ] 
543804 net-mgmt/librenms/Makefile
543804 net-mgmt/librenms/files/patch-config.php.default
Add more comments into the config.php.default patches so it is clear to the
user which settings are FreeBSD-specfic.
Also, set $config['update'] = 0; because if you're installing from a package
you don't want the software trying to update itself via git, which it will
attempt from daily.sh, but will fail because git is [usually] not installed.
|
Mon, 20 Jul 2020
|
[ 21:35 dvl ] 
542675 UPDATING
542675 net-mgmt/librenms/Makefile
542675 net-mgmt/librenms/distinfo
542675 net-mgmt/librenms/files/patch-LibreNMS_Util_Version.php
542675 net-mgmt/librenms/files/patch-LibreNMS_Validations_Php.php
542675 net-mgmt/librenms/files/patch-LibreNMS_Validations_Programs.php
542675 net-mgmt/librenms/files/patch-LibreNMS_Validations_Python.php
542675 net-mgmt/librenms/files/patch-LibreNMS_Validations_User.php
542675 net-mgmt/librenms/files/patch-config.php.default
542675 net-mgmt/librenms/files/patch-html_install.php
(Only the first 10 of 13 ports in this commit are shown above. )
Update to 1.65.1
This upgrade disables polling via cronjob.
You must now use the Dispatcher. See UPDATING
|
Thu, 30 Apr 2020
|
[ 15:28 dvl ] 
533464 net-mgmt/librenms/Makefile
533464 net-mgmt/librenms/distinfo
533464 net-mgmt/librenms/files/patch-LibreNMS_Validations_Programs.php
533464 net-mgmt/librenms/files/patch-LibreNMS_Validations_User.php
533464 net-mgmt/librenms/files/patch-config.php.default
533464 net-mgmt/librenms/files/patch-html_install.php
Update to 1.63
re: https://github.com/librenms/librenms/releases/tag/1.63
|
Tue, 3 Mar 2020
|
[ 16:25 dvl ] 
527681 UPDATING
527681 net-mgmt/librenms/Makefile
527681 net-mgmt/librenms/distinfo
527681 net-mgmt/librenms/files/patch-config.php.default
527681 net-mgmt/librenms/files/patch-includes_defaults.inc.php
Update to 1.61
While here, adjust the webserver options (see PR)
NOTE: upgrading existing installations will break unless you read UPGRADING
and follow the instructions.
In short:
* Apache / mod_php is no longer an option
* config.php needs entries added manually
We are jumping a few versions here:
* https://github.com/librenms/librenms/releases/tag/1.61
* https://github.com/librenms/librenms/releases/tag/1.60
* https://github.com/librenms/librenms/releases/tag/1.59
* https://github.com/librenms/librenms/releases/tag/1.58.1
* https://github.com/librenms/librenms/releases/tag/1.58
PR: 235949
Submitted by: Dries Michiels <driesm.michiels@gmail.com>
|
Sat, 1 Sep 2018
|
[ 19:02 dvl ] 
478715 UPDATING
478715 net-mgmt/librenms/Makefile
478715 net-mgmt/librenms/distinfo
478715 net-mgmt/librenms/files/patch-.env.example
478715 net-mgmt/librenms/files/patch-LibreNMS_Validations_User.php
478715 net-mgmt/librenms/files/patch-config.php.default
478715 net-mgmt/librenms/files/patch-html_install.php
478715 net-mgmt/librenms/files/patch-includes_common.php
478715 net-mgmt/librenms/files/patch-includes_defaults.inc.php
478715 net-mgmt/librenms/files/patch-poller-wrapper.py
(Only the first 10 of 11 ports in this commit are shown above. )
Upgrade to 1.42.01
Approved by: maintainer (via private email)
Differential Revision: https://reviews.freebsd.org/D16942
|
Thu, 18 Jan 2018
|
[ 20:21 feld ] 
459372 net-mgmt/librenms/Makefile
459372 net-mgmt/librenms/distinfo
459372 net-mgmt/librenms/files/patch-LibreNMS_Util_FileLock.php
459372 net-mgmt/librenms/files/patch-LibreNMS_Validations_User.php
459372 net-mgmt/librenms/files/patch-config.php.default
459372 net-mgmt/librenms/files/patch-html_install.php
459372 net-mgmt/librenms/files/patch-includes_defaults.inc.php
459372 net-mgmt/librenms/files/patch-poller-wrapper.py
459372 net-mgmt/librenms/files/patch-poller.php
net-mgmt/librenms: Update to 1.35, many improvements
Improvements:
- All files should be owned root:wheel except logs and rrd which need to be
writable by the app
- Add missing php posix extension
- Do not install config.php by default. This breaks the install process which
won't run if this file exists
- Clean up automatic PLIST creation: don't install .orig or .bak files, don't
add @dir as they aren't needed
- Patch LibreNMS to make /validate/ page not produce warnings about files not
being writable (for git updates)
- Remove the Updates validation check altogether as we won't be using git to
update
- Patch the User validation check to only check the logs and rrd dir and
ensure the correct user owns them
- Change the default user in the generated config to "www"
- Patch the File Lock code to put the lock file in /tmp and not in the WWWDIR
which should not be writable
- Update message in installer to use WWWDIR as suggested path for config.php
- Use shebangfix instead of patch where applicable
- Fix APACHEMOD port option and declaration of the USES=php
PR: 225161
MFH: 2018Q1
Differential Revision: https://reviews.freebsd.org/D13907
|
Tue, 11 Apr 2017
|
[ 22:11 bofh ] 
438321 net-mgmt/librenms/Makefile
438321 net-mgmt/librenms/distinfo
438321 net-mgmt/librenms/files/patch-config.php.default
438321 net-mgmt/librenms/files/patch-daily.sh
438321 net-mgmt/librenms/files/pkg-message.in
net-mgmt/librenms: Update version 1.25=>1.26
- Fix validate.php
- Created logs dir, used by daily.php
- fixed daily.sh to use sudo (replaces GNU su command)
- made daily.sh executable
- Disabled update checks in daily.sh, as they try to use git
- Updated the username in config.php to www
PR: 218351
Submitted by: freebsd@jonathanprice.org
|
Sun, 15 Jan 2017
|
[ 21:20 dvl ] 
431600 net-mgmt/librenms/Makefile
431600 net-mgmt/librenms/distinfo
431600 net-mgmt/librenms/files/patch-config.php.default
431600 net-mgmt/librenms/files/patch-includes_defaults.inc.php
Upgrade to 1.23,1
Be sure to set the following in my.cnf:
[mysqld]
innodb_file_per_table=1
sql-mode=""
|
Tue, 15 Sep 2015
|
[ 08:52 bofh ] 
396947 net-mgmt/librenms/Makefile
396947 net-mgmt/librenms/distinfo
396947 net-mgmt/librenms/files/patch-config.php.default
396947 net-mgmt/librenms/files/patch-includes_defaults.inc.php
net-mgmt/librenms: Update version 201506=>201509 [1]
- Correct the path of fping [1]
- Make proper use of OPTIONSNG
PR: 202938 [1]
Submitted by: dvl [1]
Differential Revision: https://reviews.freebsd.org/D3578 [1]
|
Sat, 20 Jun 2015
|
[ 08:10 bofh ] 
390151 net-mgmt/Makefile
390151 net-mgmt/librenms
390151 net-mgmt/librenms/Makefile
390151 net-mgmt/librenms/distinfo
390151 net-mgmt/librenms/files
390151 net-mgmt/librenms/files/patch-config.php.default
390151 net-mgmt/librenms/files/patch-includes_defaults.inc.php
390151 net-mgmt/librenms/files/patch-poller-wrapper.py
390151 net-mgmt/librenms/files/patch-poller.php
390151 net-mgmt/librenms/files/pkg-message.in
(Only the first 10 of 11 ports in this commit are shown above. )
[NEW] net-mgmt/librenms: Autodiscovering PHP/MySQL/SNMP based network monitoring
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 has grown out of a lack of easy to configure network monitoring
platforms. It is intended to provide a more navigable interface to the health
and performance of your network. Its design goals include collecting as much
historical data about devices as possible, being completely autodiscovered with
little or no manual intervention, and having a very intuitive interface.
WWW: http://www.librenms.org
|
Number of commits found XX: 10 |
|
Latest Vulnerabilities |
12 vulnerabilities affecting 72 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
Last updated: 2021-03-28 22:40:29
|
|