MongoDB Database

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jkinning
Posts: 747
Joined: Wed Oct 09, 2013 2:54 pm

MongoDB Database

Post by jkinning »

I am attempting to monitor a MongoDB database but when I go to the area to key in the MongoDB Database it says to run 'pip install --upgrade pymongo' but when I type that in the terminal of my Nagios XI server it tells me pip: Command not found.

How do I update pymongo?
You do not have the required permissions to view the files attached to this post.
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: MongoDB Database

Post by npolovenko »

Hello, @jkinning.

Try this tutorial: https://pip.pypa.io/en/stable/installing/
You'd download a get-pip.py script and then run it with the following command:

Code: Select all

python get-pip.py
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
jkinning
Posts: 747
Joined: Wed Oct 09, 2013 2:54 pm

Re: MongoDB Database

Post by jkinning »

Thanks! That looks like it worked.
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: MongoDB Database

Post by npolovenko »

@jkinning, Great, I will lock this thread now but feel free to open a new one if you encounter other problems down the road.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked