Port details |
- guifi-snpservices Graphics server for the guifi.net meshnet
- 0.2.2.8_1 net-mgmt =2 0.2.2.8_1Version of this port present on the latest quarterly branch.
- Maintainer: tphilipp@potion-studios.com
- Port Added: 2014-08-04 09:18:41
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: www
- License: not specified in port
- WWW:
- http://es.wiki.guifi.net/wiki/SNPservices
- Description:
- This is the guifi.net snpservices package.
This software provides graph services in the context of the
Spontaneous Networklink Platform.
Uses nodexchange/cnml as a input format, and provides traffic and
latency/availability graphs in image format by using mrtg/rrdtool
collected history by simple HTTP URLs, therefore is easily
plugable to any web application.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- guifi-snpservices>0:net-mgmt/guifi-snpservices
- To install the port:
- cd /usr/ports/net-mgmt/guifi-snpservices/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/guifi-snpservices
- pkg install guifi-snpservices
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: guifi-snpservices
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (snpservices_0.2.2-8.tar.gz) = a3d574d8bf080e03e201ecc23cb00dc79dafd57011f5f81a5ffa821ac3c8e5b5
SIZE (snpservices_0.2.2-8.tar.gz) = 243830
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- mrtg : net-mgmt/mrtg
- rrdtool : databases/rrdtool
- php.h : lang/php81
- gd.so : graphics/php81-gd
- simplexml.so : textproc/php81-simplexml
- dom.so : textproc/php81-dom
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net-mgmt_guifi-snpservices
- USES:
- php
- pkg-message:
- For install:
- 1) Install and/or configure a webserver of your choice to serve
php files from /usr/local/www/snpservices/ (you also might have to
increase your webserver's upstream timeout for certain requests
2) Edit /usr/local/www/snpservices/common/config.php.template and set
$SNPGraphServerId to your service's ID (note, it's the *service*,
NOT the "server" ID)
3) setup a cronjob to keep your graphs and stats up to date; for
example:
*/30 * * * * root if [ -x /usr/local/www/snpservices/graphs ]; then cd /usr/local/www/snpservices/graphs; fi; if [ -x /usr/local/bin/php ] && [ -r /usr/local/www/snpservices/graphs/mrtgcsv2mrtgcfg.php ]; then env LANG=C /usr/local/bin/php mrtgcsv2mrtgcfg.php >> /var/log/snpservices_mrtgcfg.log 2>&1; fi
*/5 * * * * root if [ -x /usr/local/bin/mrtg ] && [ -r /var/tmp/snpservices/data/mrtg.cfg ]; then env LANG=C /usr/local/bin/mrtg /var/tmp/snpservices/data/mrtg.cfg --lock-file /var/tmp/mrtg/lockfile_guifi >> /var/log/snpservices_mrtg.log 2>&1; fi
4) consider logrotating /var/log/snpservices_*.log
For more information, see various guifi.net doc pages, and related:
https://guifi.net/en/node/72593
http://es.wiki.guifi.net/wiki/Servidor_de_gr%C3%A1ficas
http://es.wiki.guifi.net/wiki/Servidor_de_gr%C3%A1ficas_1
http://es.wiki.guifi.net/wiki/Servidor_de_gr%C3%A1ficas_2
http://www3.uji.es/~vrubert/guifi_linux/graph.html#slide1
http://es.wiki.guifi.net/wiki/Monitor
http://guifi.net/ca/node/9071
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.2.2.8_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.2.2.8_1 20 Jul 2022 14:22:42 |
Tobias C. Berner (tcberner) |
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above ) |
0.2.2.8_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.2.8_1 08 Nov 2019 13:30:33 |
tobik |
net-mgmt: Add missing USES={gnome,php} |
0.2.2.8_1 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
0.2.2.8_1 01 Dec 2016 11:18:04 |
mat |
Don't quote {} in find -exec calls.
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.
Sponsored by: Absolight |
0.2.2.8_1 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
0.2.2.8_1 02 May 2016 16:08:56 |
zeising |
Update databases/rrdtool to 1.6.0
Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.
Bump portrevision for depending ports due to shlib version bump.
For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES
Reviewed by: kwm
Differential Revision: D6168 |
0.2.2.8 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.2.2.8 20 Mar 2016 18:39:54 |
feld |
net-mgmt/guifi-snpservices: Update to 0.2.2.8
PR: 206405 |
0.2.2.5 24 Nov 2014 22:35:08 |
antoine |
Cleanup plist |
0.2.2.5 04 Aug 2014 09:32:35 |
bapt |
Fix categories
Pointyhat to: pi@ |
04 Aug 2014 09:18:28
|
pi |
New port: net-mgmt/guifi-snpservices
This software provides graph services in the context of the
Spontaneous Networklink Platform.
WWW: http://es.wiki.guifi.net/wiki/SNPservices
PR: 189904
Submitted by: tphilipp@potion-studios.com |