Port details |
- ndoutils Keep Nagios perfdata in MySQL database
- 2.1.3 net-mgmt =5 2.1.3Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2008-08-14 02:59:22
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: openssl, stunnel, bonnie, p5-libwww, openvpn
- License: GPLv2
- WWW:
- https://www.nagios.org/
- Description:
- The NDOUTILS addon is designed to store all configuration and event data from
Nagios in a database. Storing information from Nagios in a database will allow
for quicker retrieval and processing of that data and will help serve as a
foundation for the development of a new PHP-based web interface in Nagios 3.0.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ndoutils>0:net-mgmt/ndoutils
- To install the port:
- cd /usr/ports/net-mgmt/ndoutils/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/ndoutils
- pkg install ndoutils
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ndoutils
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1524573695
SHA256 (ndoutils-2.1.3.tar.gz) = 8f0bcc098e5098b8c048c42000fc08c17b36d8bb3cc4fb6972b7b8e8edfa91b7
SIZE (ndoutils-2.1.3.tar.gz) = 2182958
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- nagios : net-mgmt/nagios
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libmysqlclient.so.20 : databases/mysql57-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ndoutils-2.1.3:
DOCS=on: Build and/or install documentation
NANOSLEEP=on: Use of nanosleep in event timing
====> Options available for the single NAGIOS_BACKEND: you have to select exactly one of them
NAGIOS3X=on: For Nagios 3.X Series
NAGIOS4X=off: For Nagios 4.X Series
===> Use 'make config' to modify these settings
- Options name:
- net-mgmt_ndoutils
- USES:
- compiler:c11 mysql perl5 ssl
- pkg-message:
- For install:
- $ mysqladmin -uroot -pXXXX create nagios
$ mysql -uroot -pXXXX -e \
"GRANT SELECT,INSERT,UPDATE,DELETE TO 'nagios'@'%' IDENTIFIED BY 'YYYYY'
$ cd /usr/local/share/ndoutils/db
$ ./installdb
- 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) |
2.1.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 ) |
2.1.3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.1.3 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.1.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.3 15 Jul 2020 09:36:02 |
amdmi3 |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket |
2.1.3 09 Oct 2019 12:59:03 |
pkubaj |
net-p2p/bitcoin-utils: unbreak on BE
net-mgmt/ndouditls: fix build on GCC architectures
ndoutils needs C11 compiler because it links to mysql libraries.
Approved by: mentors (implicit approval) |
2.1.3 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
2.1.3 24 Apr 2018 20:04:13 |
bofh |
net-mgmt/ndoutils: Update version 2.1.2=>2.1.3
Relnotes: https://exchange.nagios.org/directory/Addons/Database-Backends/NDOUtils/details#_ga=2.268107022.1239817101.1524600167-5880004.1524600167 |
2.1.2 25 Feb 2017 10:51:00 |
bofh |
net-mgmt/ndoutils: Update version 2.1.0=>2.1.2 |
2.1.0 05 Oct 2016 19:00:31 |
marino |
net-mgmt/ndoutils: Mark jobs unsafe (again)
As before, there are attempts to use object files before they are
fully built. It's failed on me twice since the previous MAKE_JOBS_UNSAFE
marking was removed. An explicit fix should be made to the vendor
makefile before removing it again. |
2.1.0 05 Aug 2016 16:26:18 |
bofh |
net-mgmt/ndoutils: Update version 2.0.0=>2.1.0
- Convert to USES
- Mark JOBS safe
- Convert to OPTIONSNG
- Make patches makepatch compatible |
2.0.0 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
2.0.0 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
2.0.0 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.0.0 17 Mar 2015 09:51:25 |
marino |
net-mgmt/ndoutils: Not jobs safe
It tries to use an object file before it's built (io.o). |
2.0.0 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
2.0.0 24 Nov 2014 22:35:08 |
antoine |
Cleanup plist |
2.0.0 30 May 2014 05:31:39 |
sunpoet |
- Update to 2.0.0
- Add LICENSE
- Support STAGEDIR
- Pass maintainership to submitter
Changes: http://sourceforge.net/p/nagios/ndoutils/ci/master/tree/Changelog
PR: ports/190305
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
1.4b8_6 20 Sep 2013 22:24:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
1.4b8_6 03 Aug 2013 08:45:52 |
az |
- Convert to new perl framework
- Trim Makefile header |
1.4b8_6 11 Sep 2012 15:11:39 |
bdrewery |
- Convert to new options framework
- Add missing dependency on perl
- Bump PORTREVISION due to added dependency
Approved by: eadler, bapt (mentors, implicit) |
1.4b8_5 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.4b8_4 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
1.4b8_4 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.4b8_4 19 Mar 2011 13:15:34 |
ale |
Bump PORTREVISION for ports linking to default libmysqlclient. |
1.4b8_3 14 Oct 2010 20:09:42 |
pgollucci |
- Allow ndo2db_configfile to be overridden correctly in /etc/rc.conf
Sponsored by: RideCharge Inc. / TaxiMagic |
1.4b8_2 29 Apr 2010 19:37:25 |
pgollucci |
- Release some more |
1.4b8_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.4b8_2 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.4b8_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.4b8 26 Dec 2009 22:29:54 |
pgollucci |
- Update to 1.4b8
- OPTIONs/bsd.port.options.mk
- Remove CFLAGS from CONFIGURE_ENV |
1.4b7_1 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
1.4b7_1 01 May 2009 19:18:56 |
pgollucci |
- Mark MAKE_JOBS_UNSAFE=yes |
1.4b7_1 25 Dec 2008 14:42:24 |
pgollucci |
- An rc.d script that actually works [1]
- Depend on net-mgmt/nagios not -devel
PR: ports/129485 [1]
Submitted by: olli hauer <ohauer@gmx.de> [1]
Approved by: araujo (mentor, implicit) |
1.4b7 14 Aug 2008 02:58:34 |
pgollucci |
The NDOUTILS addon is designed to store all configuration and event data from
Nagios in a database. Storing information from Nagios in a database will allow
for quicker retrieval and processing of that data and will help serve as a
foundation for the development of a new PHP-based web interface in Nagios 3.0.
WWW: http://www.nagios.org
Approved by: araujo (mentor) |