mirror of
https://github.com/drewkerrigan/nagios-http-json.git
synced 2024-12-03 15:53:52 +01:00
Update icinga2_check_command_definition.conf
small error in icinga2 conf definition, --key_metricS does not exist --key_metric does.
This commit is contained in:
parent
c23ebac77a
commit
f612277772
@ -97,8 +97,8 @@ object CheckCommand "http_json" {
|
||||
value = "$http_json_key_not_equals_critical$"
|
||||
description = "Checks equality of these keys and values (key[>alias],value key2,value2) to determine status. Multiple key values can be delimited with colon (key,value1:value2). Return critical if equality check succeeds."
|
||||
}
|
||||
"--key_metrics" = {
|
||||
value = "$http_json_key_metrics$"
|
||||
"--key_metric" = {
|
||||
value = "$http_json_key_metric$"
|
||||
description = "Gathers the values of these keys"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user