Skip to content

Commit

Permalink
Merge pull request #65 from alesc/patch-1
Browse files Browse the repository at this point in the history
Update icinga2_check_command_definition.conf
  • Loading branch information
martialblog authored Sep 12, 2020
2 parents c23ebac + f612277 commit 831bfdf
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 831bfdf

Please sign in to comment.