Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Thanks for the tutorial, I just spun up another Digi VPS to have this. On Ubuntu 14.04, I had to install pymongo and reboot before I could get rid of that "you didn’t define a WebUI module for saving user preference like the Mongodb one. " message. Commands below:
sudo apt-get install python-pip -y pip install pymongo sudo reboot
I followed this tutorial exactly yet when logged into Shinken, got a few problems. Firstly the VPS I’m monitoring, which is also the host on which this is running, reports that it is down with “Errno 2] No such file or directory” appearing on each line.
Also, when clicking on the Dashboard, I get the message about not defining a WebUI module. When I ran the commands to install MongoDB, reported back that MongoDB is already installed?
I’d love to get this working. Any ideas?
Like sdpagent said above, you need to install pymongo for the dashboard WebUI:
<pre> sudo apt-get install python-pip -y pip install pymongo service shinken restart </pre>
Hi,
Nice tutorial! However I would suggest not to use the install script. This is deprecated in version >= 2.0. This script was great but we decided to drop it because it was really hard to maintain for all distro / software version.
By the way, which version is used in this tutorial? If it’s 1.4.2 you may use debian package to install it ;). Otherwise pip is for now the best way.
I also give you the link to the new documentation, so that you can add it to this tutorial : https://shinken.readthedocs.org/en/latest/
Thanks for using Shinken!
Seb
Hello, Is it possible to install shinken to monitor VPS where it’s installed or do I need to have at least two droplets for that?