notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net-mgmt/librenms/files/patch-config.php.default

Number of commits found: 12

Friday, 18 Feb 2022
15:21 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: Update to 22.2.1

re: https://github.com/librenms/librenms/releases/tag/22.2.1

This port update skips over several releases.
See: https://github.com/librenms/librenms/releases

See UPDATING for details on storage directory which needs to
move to /var/db/librenms

LiberNMS wants to write to the %%WWWDIR%%/storage directory. To comply
with man 7 hier, this entry is now a symlink to /var/db/librenms/storage
Please adjust your filesystem accordingly.

The contrib directory has been removed from the upstream tarball. As such,
the port now installs the log rotation file to
/${PREFIX}/etc/newsyslog.conf.d/librenms.conf.sample

PR:		260085 261031
commit hash: 467e569d02e854b4e3abd762b796da449b57ff72 commit hash: 467e569d02e854b4e3abd762b796da449b57ff72 commit hash: 467e569d02e854b4e3abd762b796da449b57ff72 commit hash: 467e569d02e854b4e3abd762b796da449b57ff72 467e569
Friday, 21 May 2021
13:18 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: Clean up Makefile and use LOCALBASE

Good ideas, and I applied LOCALBASE to other pathes too. Thank you.

Reported by:	otis
Differential Revision:	https://reviews.freebsd.org/D30377
commit hash: 246f272970e04072488ec8dcc3edf9b53ccf16ce commit hash: 246f272970e04072488ec8dcc3edf9b53ccf16ce commit hash: 246f272970e04072488ec8dcc3edf9b53ccf16ce commit hash: 246f272970e04072488ec8dcc3edf9b53ccf16ce 246f272
Thursday, 30 Jul 2020
16:43 dvl search for other commits by this committer
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.
Original commitRevision:543804 
Monday, 20 Jul 2020
21:35 dvl search for other commits by this committer
Update to 1.65.1

This upgrade disables polling via cronjob.
You must now use the Dispatcher.  See UPDATING
Original commitRevision:542675 
Thursday, 30 Apr 2020
15:28 dvl search for other commits by this committer
Update to 1.63

re: https://github.com/librenms/librenms/releases/tag/1.63
Original commitRevision:533464 
Tuesday, 3 Mar 2020
16:25 dvl search for other commits by this committer
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>
Original commitRevision:527681 
Saturday, 1 Sep 2018
19:02 dvl search for other commits by this committer
Upgrade to 1.42.01

Approved by:	maintainer (via private email)
Differential Revision:	https://reviews.freebsd.org/D16942
Original commitRevision:478715 
Thursday, 18 Jan 2018
20:21 feld search for other commits by this committer
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
Original commitRevision:459372 
Tuesday, 11 Apr 2017
22:11 bofh search for other commits by this committer
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
Original commitRevision:438321 
Sunday, 15 Jan 2017
21:20 dvl search for other commits by this committer
Upgrade to 1.23,1

Be sure to set the following in my.cnf:

[mysqld]
innodb_file_per_table=1
sql-mode=""
Original commitRevision:431600 
Tuesday, 15 Sep 2015
08:52 bofh search for other commits by this committer
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]
Original commitRevision:396947 
Saturday, 20 Jun 2015
08:10 bofh search for other commits by this committer
[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
Original commitRevision:390151 

Number of commits found: 12