Hi,

This is my monitor_provider

<monitor_provider>

<!-- Optional. Enabling of the monitor access without credentials.
Can be one of the following:
- Y: requests to the monitor provider are always allowed;
- N: requests to the monitor provider must specify the fields
LS_user and LS_password and they must match the credentials
set in the "user" elements.
Default: N. -->
<public>N</public>

<!-- Optional and cumulative (but ineffective if "public" is set to "Y").
Credentials of the users enabled to send monitor requests.
Only alphanumeric characters and the characters * @ - _ + . /
are supported in user and password names. -->
<!--
<user id="put_your_monitor_user_here" password="put_your_monitor_password_here" />
-->
<!--
<user id="other_user" password="other_password" />
-->

<!-- Optional. Enabling of the monitor access through all server
sockets. Can be one of the following:
- Y: requests to the monitor provider can be issued through all the
defined server sockets;
- N: requests to the monitor provider can be issued only through the
server sockets specified in the "available_on_server" elements.
Default: N. -->
<available_on_all_servers>N</available_on_all_servers>

<!-- Optional and cumulative (but ineffective if "available_on_all_servers"
is set to "Y").
Specify, through the "name" attribute, one of the currently
defined servers for which requests to the monitor provider can
be issued.
If the name has been assigned to more than one server socket,
then the setting applies to all of them. -->

<available_on_server name="Lightstreamer HTTP Server" />

<!-- Optional. Enabling of the reverse lookup on Client IPs and inclusion
of the Client hostnames while monitoring client activity.
Can be one of the following:
- Y: the Client hostname is determined on Client activity
monitoring; note that the determination of the client hostname
may be heavy for some systems;
- N: no reverse lookup is performed and the Client hostname is not
included on Client activity monitoring.
Default: N. -->
<!--
<enable_hostname_lookup>Y</enable_hostname_lookup>
-->

</monitor_provider>

The bold line indicates where I made the chnages