MongoDB Wizard

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ksafa
Posts: 91
Joined: Wed Jan 15, 2014 3:05 pm

MongoDB Wizard

Post 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
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: MongoDB Wizard

Post 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.
Former Nagios Employee.
me.
ksafa
Posts: 91
Joined: Wed Jan 15, 2014 3:05 pm

Re: MongoDB Wizard

Post 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?
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: MongoDB Wizard

Post by rkennedy »

How did you install them?

Do you see it pop up under your Manage Configuration Wizards page?
Former Nagios Employee
ksafa
Posts: 91
Joined: Wed Jan 15, 2014 3:05 pm

Re: MongoDB Wizard

Post 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
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: MongoDB Wizard

Post 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.
Former Nagios Employee.
me.
Locked