Versions Compared

Key

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

...

  • Variable names are case-sensitive
  • If you want to configure a process to use a specific module:

 


 The The main configuration file is "shinken.cfg". It is located in the "/etc/shinken/" directory.

...

This option determines the maximum time spread (number of in minutes) to check all hosts/checks (which are scheduled to be regularly checked) from Shinken Enterprise's launch. This option will ensure that the initial checks of all hosts/checks occur within the timeframe you specify. Default value is 30 (minutes).

...

This is the maximum number of seconds allowed by Shinken Enterprise to run checks or host/checks. If checks exceed this limit, they are killed and a CRITICAL state is returned. A timeout error will also be logged.

...

enable_environment_macros=0

This option determines whether or not if the Shinken Enterprise daemon will make all standard :ref:`macros <thebasics/macrolist>` available as environment variables to your check, notification, event hander, etc. commands. In large installations this can be problematic because it takes additional CPU to compute the values of all macros and make them available to the environment. It also cost a increase network communication between schedulers and pollers.

...