From 7802a3a8c9563e09a44139b9f691444c8630d34d Mon Sep 17 00:00:00 2001 From: Charles V Bock Date: Mon, 9 May 2016 10:11:17 -0700 Subject: [PATCH] high_flap_threshold documentation correction Changing description of high_flap_threshold to properly reflect its function. --- lib/ansible/modules/extras/monitoring/sensu_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/monitoring/sensu_check.py b/lib/ansible/modules/extras/monitoring/sensu_check.py index e880e9239d..7cf3850966 100644 --- a/lib/ansible/modules/extras/monitoring/sensu_check.py +++ b/lib/ansible/modules/extras/monitoring/sensu_check.py @@ -146,7 +146,7 @@ options: default: null high_flap_threshold: description: - - The low threshhold for flap detection + - The high threshhold for flap detection required: false default: null custom: