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?
MongoDB Database
MongoDB Database
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
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:
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.pyAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: MongoDB Database
Thanks! That looks like it worked.
-
npolovenko
- Support Tech
- Posts: 3457
- Joined: Mon May 15, 2017 5:00 pm
Re: MongoDB Database
@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.