//Django : 2015-05-05 object CheckCommand "by_ssh" { import "plugin-check-command" command = [ PluginDir + "/check_by_ssh" ] arguments = { "-H" = "$by_ssh_host$" "-p" = "$by_ssh_port$" "-4" = { set_if = "$by_ssh_ipv4$" } "-6" = { set_if = "$by_ssh_ipv6$" } "-1" = { set_if = "$by_ssh_version1$" } "-2" = { set_if = "$by_ssh_version2$" } "-S" = "$by_ssh_skip_stdout$" "-E" = "$by_ssh_skip_stderr$" "-f" = { set_if = "$by_ssh_fork$" } "-C" = "$by_ssh_command$" "-l" = "$by_ssh_user$" "-i" = "$by_ssh_keyfile$" "-O" = "$by_ssh_output$" "-s" = "$by_ssh_services$" "-n" = "$by_ssh_name$" "-o" = "$by_ssh_option$" "-F" = "$by_ssh_configfile$" "-q" = { set_if = "$by_ssh_quiet$" } "-w" = "$by_ssh_warn$" "-c" = "$by_ssh_crit$" "-t" = "$by_ssh_timeout$" } }