The IP addresses or names of clients that can request status information from a service. These clients cannot control the service. Separate multiple individual addresses with commas. There must be no space before or after the comma.
You can use wildcards in the IP addresses. For example, type 187.*.*.*
to permit any machine whose IP address begins with 187
to access the service's status. You can also filter the ServiceStatusClients
parameter using CIDR notation.
Type: | String |
Default: | None |
Required: | Yes |
Configuration Section: | Service |
Example: | ServiceStatusClients=localhost,127.0.0.1
|
See Also: | ServiceACIMode
ServiceControlClients ServiceHost ServicePort |
|