Skip to content

Releases: fatz/check_remote_plugin

Sudo

10 Jan 11:13

Choose a tag to compare

Features

  • added sudo
    using the -s switch starts the plugin remote by prepending sudo -H

Bugs

  • wrong options defaults
    the check arguments got a wrong default

The first version

10 Jan 09:35

Choose a tag to compare

First working version. Docs should follow soonish

Usage:
  check_remote_plugin [OPTIONS]

Application Options:
  -H, --hostname=           The hostname to connect to
  -P, --port=               SSH Port (default: 22)
  -u, --username=           The Username to use
  -a, --passwordauth        use password authentication
  -p, --password=           password to use
  -i, --identityfile=       key to use. Will ignored if passwordauth is true (default: ~/.ssh/id_rsa)
  -c, --check=              the check to use
  -o, --options=            the check options (default: local_plugins)
  -f, --pluginfolder=       the folder for the plugins to use (default: ./local_plugins)
  -r, --remotepluginfolder= the remote plugin folder (default: checks)

Help Options:
  -h, --help                Show this help message