life-noc/icinga/commands/check_life_noc_probe.conf

18 lines
686 B
Text

object CheckCommand "check_life_noc_probe" {
command = [ PluginDir + "/check_life_noc_probe.py" ]
arguments = {
"--probe-type" = "$life_noc_probe_type$"
"--source-type" = "$life_noc_source_type$"
"--source-value" = "$life_noc_source_value$"
"--inputs-file" = "$life_noc_inputs_file$"
"--item-key" = "$life_noc_item_key$"
"--unit" = "$life_noc_metric_unit$"
"--unknown-lt" = "$life_noc_threshold_unknown_lt$"
"--ok-gte" = "$life_noc_threshold_ok_gte$"
"--warning-gte" = "$life_noc_threshold_warning_gte$"
"--critical-gte" = "$life_noc_threshold_critical_gte$"
"--on-error" = "$life_noc_on_error$"
"--label" = "$life_noc_label$"
}
}