Anybody know where i can download the MongoDB Configuration Wizard? We are running 2012R2.9 so it does not come already installed.
Thanks
MongoDB Wizard
Re: MongoDB Wizard
https://assets.nagios.com/downloads/nag ... tabase.zip
https://assets.nagios.com/downloads/nag ... server.zip
I can't promise they will be compatible with such an old version of XI.
https://assets.nagios.com/downloads/nag ... server.zip
I can't promise they will be compatible with such an old version of XI.
Former Nagios Employee.
me.
me.
Re: MongoDB Wizard
Thanks for the downloads. I tried installing but its not showing up on the configuration wizard page? Any ideas what i could check to verify it installed everywhere as expected?
Re: MongoDB Wizard
How did you install them?
Do you see it pop up under your Manage Configuration Wizards page?
Do you see it pop up under your Manage Configuration Wizards page?
Former Nagios Employee
Re: MongoDB Wizard
Looks like it was permissions issue which i have since corrected. So when i tried to use it I got error that pymongo was not installed. So, I attempted to install that but when i tried to import into python it gets following error. Not sure if this is beyond the scope of this forum as it appears to be python/pymongo issue bit was hoping somebody would be familiar:
Python 2.4.3 (#1, Oct 23 2012, 22:02:41)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-54)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pymongo
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "pymongo/__init__.py", line 83, in ?
from pymongo.collection import ReturnDocument
File "pymongo/collection.py", line 215
with self._socket_for_writes() as sock_info:
^
SyntaxError: invalid syntax
Python 2.4.3 (#1, Oct 23 2012, 22:02:41)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-54)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pymongo
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "pymongo/__init__.py", line 83, in ?
from pymongo.collection import ReturnDocument
File "pymongo/collection.py", line 215
with self._socket_for_writes() as sock_info:
^
SyntaxError: invalid syntax
Re: MongoDB Wizard
I am assuming that it could be your python version. We're on Python 2.6.6 right now. In your situation, it may be worth upgrading your XI installation. XI5 has introduced a lot of improvements.
Former Nagios Employee.
me.
me.