Port details |
- nagiosql Web based administration tool for Nagios
- 3.4.1 net-mgmt
=3 3.4.1Version of this port present on the latest quarterly branch. - Maintainer: dvl@FreeBSD.org
 - Port Added: 2010-12-10 04:51:56
- Last Update: 2021-04-09 18:44:23
- Commit Hash: 911f042
- People watching this port, also watch:: nagios, smartmontools, memcached, lsof
- Also Listed In: www
- License: GPLv2
- Description:
- NagiosQL is a web based administration tool for Nagios.
It helps you to easily build a complex configuration with all options,
manage and use them. NagiosQL is based on a webserver with PHP, MySQL and
file access to the Nagios configuration files.
WWW: https://gitlab.com/wizonet/nagiosql
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- nagiosql>0:net-mgmt/nagiosql
- To install the port:
- cd /usr/ports/net-mgmt/nagiosql/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/nagiosql
- pkg install nagiosql
- PKGNAME: nagiosql
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1617891878
SHA256 (wizonet-nagiosql-365d4e0b5edc623b12ea96e8002e8ac66aad6aac_GL0.tar.gz) = 5421a2eb44bd4050c2f09cf105fb1042daaeb90c731cff503ab8a4f1cf2c1ae5
SIZE (wizonet-nagiosql-365d4e0b5edc623b12ea96e8002e8ac66aad6aac_GL0.tar.gz) = 1502157
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- msgfmt : devel/gettext-tools
- Runtime dependencies:
-
- nagios : net-mgmt/nagios
- IT.php : devel/pear-HTML_Template_IT@php74
- php.h : lang/php74
- filter.so : security/php74-filter
- gettext.so : devel/php74-gettext
- mysqli.so : databases/php74-mysqli
- session.so : www/php74-session
- simplexml.so : textproc/php74-simplexml
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- libmysqlclient.so.20 : databases/mysql57-client
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for nagiosql-3.4.1:
CURL=off: Configure with cURL support
FTP=off: Configure with FTP support
===> Use 'make config' to modify these settings
- Options name:
- net-mgmt_nagiosql
- USES:
- cpe gettext mysql php:web tar:bzip2
- pkg-message:
- For install:
- Nagiosql is now installed. If you install it for the first time,
you may have to add an alias in apache config for it.
Alias /nagiosql/ "/usr/local/www/nagiosql/"
You will also need to enable the installer by creating a file
ENABLE_INSTALLER in the install dir
# touch /usr/local/www/nagiosql/install/ENABLE_INSTALLER
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
09 Apr 2021 18:44:23 3.4.1
|
Matthias Fechner (mfechner)  |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
06 Apr 2021 14:31:07 3.4.1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
17 Mar 2021 00:03:00
3.4.1
|
dvl  |
update to 3.4.1
PR: 253457
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> |
06 Sep 2019 16:13:44
3.4.0_3
|
dvl  |
Unbreak by converting to GITLAB and a specfic commit.
The upstream project updates the tarball with hotfixes.
This is why the distfile was unfetchable.
Add LICENSE_FILE
Take maintainership. I might soon regret this. |
14 Aug 2019 08:48:51
3.4.0_2
|
mat  |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
05 Aug 2019 06:37:31
3.4.0_2
|
antoine  |
Mark BROKEN: unfetchable |
29 Mar 2019 11:35:15
3.4.0_2
|
tobik  |
net-mgmt/nagiosql: Fix USES=php usage after r484572 |
26 Feb 2019 13:21:39
3.4.0_1
|
lme  |
net-mgmt/nagiosql:
Update WWW |
26 Feb 2019 08:57:31
3.4.0_1
|
tobik  |
net-mgmt/nagiosql: Actually reset MAINTAINER after r493951
PR: 233458 |
26 Feb 2019 08:56:31
3.4.0_1
|
tobik  |
net-mgmt/nagiosql: Remove redundant regex escapes
nagiosql's Makefile currently has some redundant escaping of single
quotes in its Makefile. These get passed through as escaped single
quotes to regex(3), which is an escape of an ordinary character.
Such escapes will be forbidden in a future version of regex(3), so
we'll get ahead of the game and remove said escapes now.
While here, there are two questionable expressions: -e
"s|\>/etc/nagiosql|\>${ETCDIR}|g" and the one immediately following
it. \> is a word delimiter (see reformat(7)), and will only match
as such. If this were to match, it would replace <word
delimiter>/etc/nagiosql with >${ETCDIR} -- this likely works as
intended now, but I think it was intended that it matches a literal
>/etc/nagiosql, so the included patch treats it accordingly.
- While here reset MAINTAINER after a timeout of 3 months and
repeated previous timeouts
PR: 233458
Submitted by: kevans
Approved by: chris@smartt.com (maintainer timeout, 3 months) |
10 Nov 2018 05:05:53
3.4.0
|
swills  |
net-mgmt/nagiosql: Update to 3.4.0
PR: 231671
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de>
Approved by: maintainer timeout (chris@smartt.com, >2 weeks) |
08 Oct 2018 15:08:13
3.2.0_2
|
antoine  |
Fix some PKGNAME collisions |
13 Aug 2018 09:25:01
3.2.0_2
|
tz  |
Flag more ports not compatible to PHP 7.x with IGNORE_WITH_PHP
PR: 229982 |
08 Apr 2018 12:19:58
3.2.0_2
|
brnrd  |
category net-mgmt: Convert to USES=php
Approved by: infrastructure modernization blanket |
08 Mar 2018 19:48:41
3.2.0_2
|
mat  |
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208 |
19 May 2016 11:09:14
3.2.0_2
|
amdmi3  |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
19 May 2016 10:44:12
3.2.0_2
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
01 Apr 2016 14:16:20
3.2.0_2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
27 Jun 2015 19:31:20
3.2.0_2
|
pgollucci  |
net-mgmt/nagiosql: modernize
- add cpe,
- set NO_ARCH
- modernize plist
PR: 200575
Submitted by: amdmi3@FreeBSD.org
Approved by: maintainer timeout (chris@smartt.com ; 26 days) |
20 Jul 2014 19:21:26
3.2.0_2
|
danilo  |
- Add stage support
- Convert USE_BZIP2 to USES
- Use options helpers
- Remove SSH2 option
Approved by: portmgr (blanket) |
10 Jul 2014 12:13:12
3.2.0_2
|
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt) |
20 Sep 2013 22:24:44
3.2.0_2
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
24 Apr 2013 18:10:32
3.2.0_2
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
16 Apr 2013 21:24:18
3.2.0_2
|
ohauer  |
- add mising dependency php-filter
(in addition to PR: ports/175457)
- bump PORTREVISION
Feature safe: yes
PR: ports/177763
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de>
Approved by: maintainer (implicit) |
03 Mar 2013 19:56:48
3.2.0_1
|
ohauer  |
update to nagiosql 3.2.0_SP2
- use OPTIONS-NG
- make php5-ftp to optional (I suspect local file or SSH is the preferred config
distribuiton methode)
- remove all patch files, they are already included in the re-rolled sourcefile
- use DISTSUBDIR (unluckily distversion does not increment with applied patches)
- WWWGROUP is not defined it is WWWGRP (Makefile)
- define WRKSRC
- use COPYTREE_SHARE instead cp
- use post-install script to create $ETCDIR structure
additional for fresh install (adjust paths in sql script)
- change default nagiosql paths from /etc/nagiosql -> ${ETCDIR}
- change default nagios paths from /etc/nagios -> ${LOCALBASE}/etc/nagios
PR: 175457
Submitted by: ohauer
Approved by: maintainer timeout |
23 Aug 2012 09:08:44
3.2.0
|
scheidell  |
- Update to 3.2.0
- Incorporate SP1
- Superseed ports/170391
PR: ports/170396
Submitted by: Helmut Schneider <jumper99@gmx.de>
Approved by: maintainer, timeout (14 days) |
26 Jun 2011 07:03:42
3.1.1
|
miwi  |
- Update to 3.1.1
- Add dependency simplexml
- Add knobs for cURL and SSH2
PR: 156555
Submitted by: Helmut Schneider <jumper99@gmx.de>
Approved by: maintainer timeout |
10 Dec 2010 04:51:42
3.0.4
|
pgollucci  |
NagiosQL is a web based administration tool for Nagios.
It helps you to easily build a complex configuration with all options,
manage and use them. NagiosQL is based on a webserver with PHP, MySQL and
file access to the Nagios configuration files.
WWW: http://www.nagiosql.org/
PR: ports/152974
Submitted by: Chris St Denis <chris at smartt.com> |