Set multiple health check related parameters for this server.
- :param table parameter_table: A table with key=value pairs. Empty parameter or table, and unknown keys/values are safely ignored.
+ :param table parameter_table: A table with key=value pairs. Empty parameter or table, and unknown keys/values are safely ignored.
- The supported parameters are in below table, for descriptions of each parameter, please refer to the same field in :func:`newServer`
+ The supported parameters are in below table, for descriptions of each parameter, please refer to the same field in :func:`newServer`
- .. csv-table::
- :delim: space
- :header: Keyword, Type
- :widths: auto
+ .. csv-table::
+ :delim: space
+ :header: Keyword, Type
+ :widths: auto
- ``checkTimeout`` ``number``
- ``checkInterval`` ``number``
- ``maxCheckFailures`` ``number``
- ``rise`` ``number``
+ ``checkTimeout`` ``number``
+ ``checkInterval`` ``number``
+ ``maxCheckFailures`` ``number``
+ ``rise`` ``number``
Apart from the functions, a :class:`Server` object has these attributes: