From 71adc52b7c38bda4690efa9ae93be5e1ef3e4037 Mon Sep 17 00:00:00 2001 From: estebanfallasf Date: Sun, 27 Oct 2019 20:05:20 -0600 Subject: [PATCH] couldn't find 2.4 tarball, it works with 2.4.3 OS: CentOS 6.10 instance on Google cloud pip install did not copy init files to /etc/init.d and even after copying them over, it complains about a missing command "log_failure_msg" Trying the tarball originally listed in doc didnt work, I get 404 for that link I was able to install flawlessly using 2.4.3 URL I have updated and the other steps were all OK --- .../installations/shinken-installation.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/source/02_gettingstarted/installations/shinken-installation.rst b/doc/source/02_gettingstarted/installations/shinken-installation.rst index 027cfc08cf..094b15b6cf 100644 --- a/doc/source/02_gettingstarted/installations/shinken-installation.rst +++ b/doc/source/02_gettingstarted/installations/shinken-installation.rst @@ -80,11 +80,12 @@ Download last stable `Shinken tarball`_ archive (or get the latest `git snapshot :: - adduser shinken - wget http://www.shinken-monitoring.org/pub/shinken-2.4.tar.gz - tar -xvzf shinken-2.4.tar.gz - cd shinken-2.4 - python setup.py install + # adduser shinken + # cd /home/shinken + # wget https://codeload.github.com/naparuba/shinken/tar.gz/2.4.3 + # tar xf 2.4.3.tar.gz + # cd shinken-2.4.3/ + # python setup.py install Shinken 2.X uses LSB path. If you want to stick to one directory installation you can of course. @@ -112,6 +113,6 @@ Steps are basically the same as on Linux (Python install etc.) but in windows en .. _python-pycurl: http://pycurl.sourceforge.net/ .. _setuptools: http://pypi.python.org/pypi/setuptools/ .. _git snapshot: https://github.com/naparuba/shinken/tarball/master -.. _Shinken tarball: http://www.shinken-monitoring.org/pub/shinken-2.4.tar.gz +.. _Shinken tarball: https://codeload.github.com/naparuba/shinken/tar.gz/2.4.3 .. _install.d/README: https://github.com/naparuba/shinken/blob/master/install.d/README