Versions Compared

Key

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

Overview

Commands are configuration elements used to describe plugins usage.

It tells Shinken where to find plugins, how to use it, what arguments are necessary, and how to substitute arguments by Data.

For example, check_ping is a plugin used to ping a host, and get informations about network connectivity with host :

Code Block
check_ping -H <host_address> -w <wrta>,<wpl>% -c <crta>,<cpl>%

Plugin help tells that to use the command, we need to pass, as argument the following :

  • -H : host_address
  • -w : wrta,wpl (RTA, Round Trip Average)
  • -c : crta, cpl