Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Installation

  • Environment : Redhat/Centos 6.6  ( 64bits )
  • Automatic Installation :
    •  « Un-tar » the package.
      • This will create a shinken-entreprise repository that contains the installation script and all the necessary dependencies.

    • Launch the install.sh command that is at the root of the shinken-entreprise repository
      • it will install automatically Shinken Enterprise and its components.
      • However, the VMWare Sdk will require a manual installation.
        • The commands needed to launch this installation are visible at the and of the instal.sh.
        • We do recommend to launch it directly after the installation, even if you can postpone it.

    • Launch the shinken-healthcheck command
      • It will check if Shinken Enterprise is well configured and up and running.

 

Tip

The full installation will do on the same server:

  • install Shinken Enterprise Engine, modules and dependencies.
  • activate all daemons (Synchronizer, Arbiter, Scheduler, Poller, Reactionner, Broker, Receiver).

For distributed architecture, see Installation (Advanced Mode)

Update

  • Environment :    Redhat/Centos 6.6  ( 64bits ) with a  02.03.XX version of Shinken Entreprise already installed.
  • Automatic Update:
    •  « Un-tar » the package.
      • This will create a shinken-entreprise repository that contains the installation script and all the necessary dependencies.

    • Launch the update.sh script
      • It will update Shinken Entreprise ( it will not have any impact on the configuration file/etc/shinken, so that there is no risk to erase any configuration already done before ).

    • Launch the shinken-healthcheck command
      • It will check that Shinken Enterprise is well installed and configured.

 

Anchor
Installation Advanced Mode
Installation Advanced Mode

Installation (Advanced Mode)

 

 

 

  • Advanced Partial Automatic Installation (enable only selected daemons) :
    • « untar » the package.
      • This will create a shinken-entreprise repository that contains the installation script and all the necessary dependencies.

    • Launch the install.sh command that is at the root of the shinken-entreprise repository but with options based on the daemons you want to be enabled on your system:
      • --pollernode: enable the poller daemon (launch checks)

      • --reactionnernode: enable the reactionner daemon (launch notifications)

      • --schedulernode: enable the scheduler daemon (schedule checks)

      • --arbiternode: enable the arbiter daemon (central distribution role)

      • --receivernode: enable the receiver daemon (receive checks)

      • --synchronizernode: enable the synchronizer daemon (manage configuration)

      • --brokernode: enable the broker daemon (export data)

You can for exemple install a sheduler and a poller at the time by typing ./install.sh --schedulernode --pollernode

    • Launch the shinken-healthcheck command
      • It will check that Shinken Enterprise is well installed and configured.
  • Modifying daemons list after installation is possible with Daemons listing/enable/disable commands
    • Do not relaunch the install.sh command if you miss a daemon but instead use the shinken-daemons-enable command.