Skip to content

Commit

Permalink
Add the Option to disable RetryWrites to CheckCommand for newer check…
Browse files Browse the repository at this point in the history
…_mongodb.py
  • Loading branch information
Markus Weber committed Oct 15, 2022
1 parent dd7009d commit ea991db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions itl/plugins-contrib.d/databases.conf
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,10 @@ object CheckCommand "mongodb" {
value = "$mongodb_warning$"
description = "The warning threshold we want to set"
}
"--disable_retry_writes" = {
set_if = "$mongodb_disableretrywrites$"
description = "Disable Retry Writes"
}
}

vars.mongodb_host = {{
Expand Down

0 comments on commit ea991db

Please sign in to comment.