Page 1 of 1
MongoDB Database
Posted: Tue Jan 09, 2018 2:37 pm
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?
Re: MongoDB Database
Posted: Tue Jan 09, 2018 2:57 pm
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:
Re: MongoDB Database
Posted: Tue Jan 09, 2018 3:06 pm
by jkinning
Thanks! That looks like it worked.
Re: MongoDB Database
Posted: Tue Jan 09, 2018 5:03 pm
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.