Port details |
- nagios-check_mongodb Nagios plugin to check mongodb server
- 0.1 databases
=2 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: 2022-10-09 20:51:35
- Commit Hash: 95e2a2c
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: not specified in port
- WWW:
- https://github.com/mzupan/nagios-plugin-mongodb
- Description:
- This is a simple Nagios check script to monitor your MongoDB server(s).
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- 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 py39-nagios-check_mongodb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-nagios-check_mongodb listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-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.9 : lang/python39
- Runtime dependencies:
-
- py39-pymongo>=0 : databases/py-pymongo@py39
- python3.9 : lang/python39
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1 09 Oct 2022 20:51:35
    |
Yuri Victorovich (yuri)  |
databases/pymongo: Move to databases/py-pymongo
Approved by: portmgr (compliance) |
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.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.1 20 Jul 2022 14:21:07
    |
Tobias C. Berner (tcberner)  |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
0.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.1 22 May 2018 13:15:13
  |
mat  |
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight |
0.1 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.1 19 Oct 2015 14:50:52
  |
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 |
0.1 29 Jul 2015 22:09:55
  |
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 |
0.1 06 May 2015 15:16:54
  |
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 |
0.1 07 Apr 2015 19:38:49
  |
antoine  |
Fix DEPENDS |
0.1 20 Dec 2014 17:40:54
  |
bapt  |
Cleanup plist |
0.1 19 Oct 2014 08:50:18
  |
mva  |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit) |
0.1 12 May 2014 12:19:49
  |
demon  |
Add python version against which package was built into PKGNAME;
Fix secondary category. |
0.1 12 May 2014 12:04:54
  |
demon  |
Fix a typo. |
0.1 12 May 2014 11:39:13
  |
demon  |
Remove testing leftover. |
0.1 12 May 2014 11:32:54
  |
demon  |
New port: nagios-check_mongodb.
A Nagios plugin to check MongoDB status. |