Port details |
- nagios-check_mongodb Nagios plugin to check mongodb server
- 0.1 databases
=0 0.1Version of this port present on the latest quarterly branch. - Maintainer: demon@FreeBSD.org
 - Port Added: 2014-05-12 11:33:02
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: python
- License: not specified in port
- Description:
- This is a simple Nagios check script to monitor your MongoDB server(s).
WWW: https://github.com/mzupan/nagios-plugin-mongodb
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}nagios-check_mongodb>0:databases/nagios-check_mongodb@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/databases/nagios-check_mongodb/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/nagios-check_mongodb
- pkg install py38-nagios-check_mongodb
NOTE: This is a Python port. Instead of py38-nagios-check_mongodb listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-nagios-check_mongodb
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (mzupan-nagios-plugin-mongodb-0.1-9d17373_GH0.tar.gz) = 8cb6198fceadc088f53b5faa67d82f7573c4ffda926dc38a6a5bf603634fe765
SIZE (mzupan-nagios-plugin-mongodb-0.1-9d17373_GH0.tar.gz) = 14805
- 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:
-
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-pymongo>=0 : databases/pymongo@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- databases_nagios-check_mongodb
- USES:
- python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 13
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
22 May 2018 13:15:13
0.1
|
mat  |
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight |
01 Apr 2016 14:00:57
0.1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
19 Oct 2015 14:50:52
0.1
|
amdmi3  |
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756 |
29 Jul 2015 22:09:55
0.1
|
antoine  |
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python
PR: 201077
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D2955 |
06 May 2015 15:16:54
0.1
|
mat  |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
07 Apr 2015 19:38:49
0.1
|
antoine  |
Fix DEPENDS |
20 Dec 2014 17:40:54
0.1
|
bapt  |
Cleanup plist |
19 Oct 2014 08:50:18
0.1
|
mva  |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit) |
12 May 2014 12:19:49
0.1
|
demon  |
Add python version against which package was built into PKGNAME;
Fix secondary category. |
12 May 2014 12:04:54
0.1
|
demon  |
Fix a typo. |
12 May 2014 11:39:13
0.1
|
demon  |
Remove testing leftover. |
12 May 2014 11:32:54
0.1
|
demon  |
New port: nagios-check_mongodb.
A Nagios plugin to check MongoDB status. |
Number of commits found: 13
|