diff options
author | Dan Langille <dvl@FreeBSD.org> | 2020-05-03 19:31:28 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2020-05-03 19:31:28 +0000 |
commit | 830eec636e3de489692689a510ca5fa08bee60af (patch) | |
tree | f4dc6b1783fa5e9f450f298d524b6a616b3b9fbd /UPDATING | |
parent | f0286287c061199570c7c59fcfe5559e1073412e (diff) | |
download | ports-830eec636e3de489692689a510ca5fa08bee60af.tar.gz ports-830eec636e3de489692689a510ca5fa08bee60af.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -5,6 +5,29 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20200503: + AFFECTS: users of net-mgmt/librenms + AUTHOR: dvl@FreeBSD.org + + Polling via cronjob is deprecated as of release 1.63 + see see https://community.librenms.org/t/dropping-support-for-php-7-1-and-python-2/11851 + + Please migrate to the Dispatch Service: + https://docs.librenms.org/Extensions/Dispatcher-Service/ + + These steps should get you running: + * comment out the crontab entries listed above under PYPOLLER + * populate %%WWWDIR%%/.env with: + * APP_KEY - see farther below for how to create + * NODE_ID - see just below for how to create + * DB_HOST + * DB_DATABASE + * DB_USERNAME + * DB_PASSWORD + * you can create a NODE_ID with: php -r 'echo uniqid() . "\n";' + * sysrc librenms_enable="YES" + * service librenms start + 20200501: AFFECTS: users of www/phpmyfaq AUTHOR: flo@FreeBSD.org |