mongo db monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
iroy
Posts: 53
Joined: Tue Jul 26, 2016 4:46 pm

mongo db monitoring

Post by iroy »

In running the configuration wizard, i got:

Configuration Wizard: MongoDB Server - Step 1
Error: It looks like you are missing pymongo on your Nagios XI server.

So, i installed pymongo and it said that the installation was successful.

sudo apt-get install python3-pip

sudo pip3 install pymongo

Successfully installed pymongo

Now I go back and run configuration wizard and still get:

Configuration Wizard: MongoDB Server - Step 1
Error: It looks like you are missing pymongo on your Nagios XI server.
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: mongo db monitoring

Post by mcapra »

It's worth mentioning that Nagios XI is not officially supported on Ubuntu and Debian systems. We only officially support clean minimal CentOS and RHEL systems. Not sure if this is the case with your system, but I saw apt-get and figured I would mention this :)

Can you show us the contents of your /usr/local/nagios/libexec directory?
Former Nagios employee
https://www.mcapra.com/
iroy
Posts: 53
Joined: Tue Jul 26, 2016 4:46 pm

Re: mongo db monitoring

Post by iroy »

Thanks mcapra; attaching the files.
You do not have the required permissions to view the files attached to this post.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: mongo db monitoring

Post by rkennedy »

As @mcapra mentioned, Ubuntu / Debian is not supported for Nagios XI. Please use RHEL6/7 or CentOS6/7 on a clean, minimal system.
Former Nagios Employee
Locked