http_codes
Type:
dict
Description: Configures everything related to the HTTP status code and the way PyFunceble handles them.
http_codes[self_managed]
Type:
bool
Default value:
False
Description: Informs PyFunceble that the status code list should not be managed automatically.
http_codes[list]
Type:
dict
Description: Categorizes the HTTP status codes.
http_codes[list][up]
Type:
list
Default value:
- 100 - 101 - 102 - 200 - 201 - 202 - 203 - 204 - 205 - 206 - 207 - 208 - 226Description: List the HTTP status codes which are considered as
ACTIVE
.
http_codes[list][potentially_down]
Type:
list
Default value:
- 400 - 402 - 404 - 409 - 410 - 412 - 414 - 415 - 416 - 451Description: List the HTTP status code which are considered as
INACTIVE
orPOTENTIALLY_INACTIVE
.
http_codes[list][potentially_up]
Type:
list
Default value:
- 000 - 300 - 301 - 302 - 303 - 304 - 305 - 307 - 308 - 403 - 405 - 406 - 407 - 408 - 411 - 413 - 417 - 418 - 421 - 422 - 423 - 424 - 426 - 428 - 429 - 431 - 500 - 501 - 502 - 503 - 504 - 505 - 506 - 507 - 508 - 510 - 511Description: List the HTTP status code which are considered as
ACTIVE
orPOTENTIALLY_ACTIVE
.