X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f30f230da23603e3c7598205219ce01e9820c470..52798119cec959afc55fabdae6501e73cbce8c4a:/cookbooks/munin/files/default/plugins/api_calls_status diff --git a/cookbooks/munin/files/default/plugins/api_calls_status b/cookbooks/munin/files/default/plugins/api_calls_status index 1f18a453b..0d7c9b645 100755 --- a/cookbooks/munin/files/default/plugins/api_calls_status +++ b/cookbooks/munin/files/default/plugins/api_calls_status @@ -19,6 +19,7 @@ HTTP_STATUSES = { "410" => "Gone", "412" => "Precondition Failed", "416" => "Requested Range Not Satisfiable", + "422" => "Unprocessable Entity", "500" => "Internal Server Error", "502" => "Bad Gateway", "503" => "Service Unavailable",