Versions Compared

Key

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

...

NameDescription
--version
Show program's version number and exit.
-h, --help
Show this help message and exit.
-c INI-CONFIG-FILE, --config=INI-CONFIG-FILE
Config file.
-d, --daemon
Run in daemon mode.
-r, --replace
Replace previous running receiver.
--debugfile=DEBUG_FILE
Debug file. Default: not used (why debug a bug free
program? :) ).

 

shinken-arbiter

Usage:

shinken-arbiter [options] -c configfile [-c additional_config_file]

Options:

NameDescription
--version
Show program's version number and exit.
-h, --help
Show this help message and exit.
-c CONFIG-FILE, --config=CONFIG-FILE
Config file (your nagios.cfg). Multiple -c can be used, it will be like if all files was just one.
-d, --daemon
Run in daemon mode.
-r, --replace
Replace previous running arbiter
--debugfile=DEBUG_FILE
Debug file. Default: not used (why debug a bug free
program? :) ).
-v, --verify-config
Verify config file and exit.
-p PROFILE, --profile=PROFILE
Dump a profile file. Need the python cProfile library
-a ANALYSE, --analyse=ANALYSE
Dump an analyse statistics file, for support.
-m MIGRATE, --migrate=MIGRATE
Migrate the raw configuration read from the arbiter to
another module. VERY EXPERIMENTAL!
-n ARB_NAME, --name=ARB_NAME
Give the arbiter name to use. Optional, will use the
host address if not provide to find it.

...