Port details |
- pandorafms_console Pandora FMS console
- 6.0.2_3 net-mgmt =2 6.0.2_3Version of this port present on the latest quarterly branch.
- Maintainer: koichiro@rworks.jp
- Port Added: 2012-04-21 12:28:49
- Last Update: 2023-11-18 12:29:53
- Commit Hash: d9e3206
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://pandorafms.com/
- Description:
- Pandora FMS Console is a web application to manage Pandora FMS.
Console allows to see graphical reports, state of every agent,
also to access to the information sent by the agent, to see every
monitored parameter and to see its evolution throughout the time, to
form the different nodes, groups and users of the system. It is the
part that interacts with the final user, and that will allows you to
administer the system.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pandora_console>0:net-mgmt/pandorafms_console
- To install the port:
- cd /usr/ports/net-mgmt/pandorafms_console/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/pandorafms_console
- pkg install pandora_console
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pandora_console
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (pandora/pandorafms_console-6.0SP2.tar.gz) = a48323cc6044b6315a5766775573ed4e22d318a02bc7e464144a8bce35ca2c28
SIZE (pandora/pandorafms_console-6.0SP2.tar.gz) = 29228053
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:
-
- twopi : graphics/graphviz
- apxs : www/apache24
- php.h : lang/php81
- curl.so : ftp/php81-curl
- filter.so : security/php81-filter
- gd.so : graphics/php81-gd
- gettext.so : devel/php81-gettext
- ldap.so : net/php81-ldap
- mbstring.so : converters/php81-mbstring
- mysqli.so : databases/php81-mysqli
- snmp.so : net-mgmt/php81-snmp
- session.so : www/php81-session
- xml.so : textproc/php81-xml
- zip.so : archivers/php81-zip
- zlib.so : archivers/php81-zlib
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pandora_console-6.0.2_3:
DOCS=on: Install AUTHORS and ChangeLog
PGSQL=off: Use PostgreSQL backend (experimental)
===> Use 'make config' to modify these settings
- Options name:
- net-mgmt_pandorafms_console
- USES:
- apache:run php:web shebangfix
- pkg-message:
- For install:
- Pandora FMS 6.0SP2 console has been installed into:
/usr/local/www/pandora_console
Now you can setup your Pandora FMS console and install database
using a browser and point to:
http://<hostname>/pandora_console/install.php
For detailed installation instructions, please read:
http://wiki.pandorafms.com/index.php?title=Pandora:Documentation_en:Installing
Upgrading from prior version, please read:
http://wiki.pandorafms.com/index.php?title=Pandora:Documentation_en:Anexo_Upgrade
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.0.2_3 18 Nov 2023 12:29:53 |
Muhammad Moinur Rahman (bofh) |
net-mgmt/pandorafms_console: Avoid @exec/@unexec
Approved by: portmgr (blanket) |
6.0.2_3 16 Apr 2023 18:09:23 |
Muhammad Moinur Rahman (bofh) |
*/*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of
all versions of php
* security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
all versions of php
* devel/pear-PHPTAL: Remove OPTION JSON
* www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
and later and has been replaced with sqlsrv module which is Windows
only
* www/codeigniter: Remove OPTION MSSQL
* www/moodle311: Remove OPTION MSSQL
* www/moodle39: Remove OPTION MSSQL (Only the first 15 lines of the commit message are shown above ) |
6.0.2_3 25 Jan 2023 17:54:07 |
Muhammad Moinur Rahman (bofh) |
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113 |
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) |
6.0.2_3 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 ) |
6.0.2_3 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 ) |
6.0.2_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.0.2_3 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
6.0.2_3 01 Jan 2019 12:44:26 |
rene |
net-mgmt/pandorafms_console: fix build with PHP 7.1+
PR: 233773
Reported by: Maroslav Lachman 000.fbsd@quip.cz
Reviewed by: maintainer (actual diff)
Approved by: maintainer
MFH: 2019Q1 |
6.0.2_2 06 Dec 2018 11:22:12 |
rene |
Remove version 7.0 from the IGNORE_WITH_PHP list. |
6.0.2_2 02 Dec 2018 17:43:34 |
antoine |
Deprecate ports depending on php 5.6 |
6.0.2_2 08 Oct 2018 15:08:13 |
antoine |
Fix some PKGNAME collisions |
6.0.2_2 13 Aug 2018 09:25:01 |
tz |
Flag more ports not compatible to PHP 7.x with IGNORE_WITH_PHP
PR: 229982 |
6.0.2_2 08 Apr 2018 12:19:58 |
brnrd |
category net-mgmt: Convert to USES=php
Approved by: infrastructure modernization blanket |
6.0.2_2 11 Mar 2018 18:36:16 |
brnrd |
Migrate USE_APACHE to USES= apache
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
6.0.2_2 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
6.0.2_2 15 May 2016 16:44:44 |
riggs |
Update to upstream release 6.0SP2
PR: 208813
Submitted by: koichiro@rworks.jp (maintainer) |
6.0.1_2 10 May 2016 20:02:58 |
amdmi3 |
- Fix syntax in newsyslog config file
- While here, switch to options helpers
PR: 208944
Submitted by: sohgo@sohgo.more.jp
Approved by: maintainer timeout (koichiro@rworks.jp, 2 weeks) |
6.0.1_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
6.0.1_1 14 Feb 2016 15:40:46 |
junovitch |
net-mgmt/pandorafms_{agent,console,server}: update 6.0 -> 6.0SP1
- Update shared PANDORA_VERSION to 6.0SP1 and bump PORTREVISION
- Include newsyslog.conf.d log rotation file
PR: 206734
Submitted by: KIKUCHI Koichiro <oi4io5me.cesium3@gmail.com> (maintainer) |
6.0 24 Nov 2015 06:13:51 |
pi |
net-mgmt/pandorafms_*: 5.1SP2 -> 6.0
Changes:
http://blog.pandorafms.org/pandora-fms-6-0-is-finally-here/
PR: 204520
Submitted by: Kikuchi Koichiro <koichiro@rworks.jp> (maintainer) |
5.1.2_1 30 Jul 2015 14:22:00 |
amdmi3 |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket) |
5.1.2 17 May 2015 14:44:25 |
marino |
net-mgmt/pandorafms_(agent|console|server): Upgrade version 5.1SP1 => 5.1SP2
PR: 198051
Submitted by: KIKUCHI Koichiro (maintainer) |
5.1.1 18 Dec 2014 22:41:59 |
pawel |
- Update net-mgmt/pandorafms ports to 5.1SP1 release
- Clean pkg-plists
PR: 194859
Submitted by: maintainer |
5.1.0 20 Aug 2014 20:01:17 |
wg |
net-mgmt/pandorafms_*: update to 5.1 and support stage
- Pass maintainership back
- Add patches already incorporated upstream
PR: 192739
Submitted by: KIKUCHI Koichiro |
4.0.1_1 24 Jul 2014 15:36:50 |
bapt |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
4.0.1_1 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
4.0.1_1 20 Sep 2013 22:24:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
4.0.1_1 04 Jun 2013 19:13:31 |
bapt |
Convert to new options framework |
4.0.1_1 08 Sep 2012 21:33:51 |
ohauer |
- unbreak port by using s/USE_APACHE/USE_APACHE_RUN/ |
4.0.1_1 18 Aug 2012 14:29:11 |
ohauer |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
4.0.1_1 11 May 2012 12:12:49 |
erwin |
Fix plist
PR: 167766
Submitted by: KIKUCHI Koichiro <koichiro@rworks.jp> (maintainer) |
4.0.1 21 Apr 2012 12:27:40 |
motoyuki |
Add Pandora FMS 4.0.1 - a Flexible Monitoring System.
WMI client 1.3.16 - a WMI (Windows Management Instrumentation) client
which is needed for Pandora FMS.
Submitted by: KIKUCHI Koichiro <koichiro@rworks.jp>
Junichi Satoh <junichi@junichi.org>
WWW; http://pandorafms.org/
Feature safe: yes |