Page 1 of 1

MongoDB Wizard

Posted: Thu Dec 03, 2015 1:17 pm
by ksafa
Anybody know where i can download the MongoDB Configuration Wizard? We are running 2012R2.9 so it does not come already installed.

Thanks

Re: MongoDB Wizard

Posted: Thu Dec 03, 2015 1:44 pm
by hsmith
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.

Re: MongoDB Wizard

Posted: Thu Dec 03, 2015 2:57 pm
by ksafa
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

Posted: Thu Dec 03, 2015 4:27 pm
by rkennedy
How did you install them?

Do you see it pop up under your Manage Configuration Wizards page?

Re: MongoDB Wizard

Posted: Fri Dec 04, 2015 9:55 am
by ksafa
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

Re: MongoDB Wizard

Posted: Fri Dec 04, 2015 11:02 am
by hsmith
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.