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:
alesc 2020-09-11 10:18:02 +02:00 committed by GitHub
parent c23ebac77a
commit f612277772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}
}