Skip to content

Commit

Permalink
Update icinga2_check_command_definition.conf
Browse files Browse the repository at this point in the history
small error in icinga2 conf definition, --key_metricS does not exist --key_metric does.
  • Loading branch information
alesc authored Sep 11, 2020
1 parent c23ebac commit f612277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/icinga2_check_command_definition.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down

0 comments on commit f612277

Please sign in to comment.