Documentation of timeout

This commit is contained in:
Stephane Bortzmeyer 2021-07-07 11:59:25 +02:00
parent 6b4f5b228e
commit 65d8deb569
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ check_expire follows the usual Nagios rules. The options are:
* -w: warning threshold in days
* -v: verbose details in output
* -u: unixtime output
* -t: timeout for RDAP requetss (in seconds)
## Installation
@ -30,6 +31,7 @@ object CheckCommand "expiration" {
"-H" = "$address$",
"-c" = "$expiration_critical$",
"-w" = "$expiration_warning$",
"-t" = "$expiration_timeout$",
"-v" = { set_if = "$expiration_verbose$" }
}