1.1.1

Table Of Contents
Default ValueCommentsArgument
mails to be sent. The servers default port is
used for the notications.
Comma-separated list of e-mail addresses to
which to send the notications. This must be
set for mails to be sent.
email-notication-to
This example denes properties for a e-mail notication in the Agents properties le:
email-notification-enabled=true
email-notification-from='dashiell.hammett@gemstone.com'
email-notification-host='thinman'
email-notification-to='nick@gemstone.com,nora@gemstone.com,asta@gemstone.com'
The system sends the following types of notications.
E-mail Subject LineNotification Type
[Gemre Alert] Distributed System: <Distributed System Identier>
<System Alert>
System AlertSystem alert that is raised in the members and can
be set by a user.
[Gemre Alert] Distributed System: <Distributed System Identier>
<Member Crash>
Member CrashAlert of a member crash.
[Gemre Alert] Distributed System: <Distributed System Identier>
<Statistics Alert for member>
Stat AlertCreated via GFMon, this notication evaluates a
threshold for a functional value of one or more statistics.
[GemFire Notication]Distributed System:<Distributed System
Identier> <Member Joined>
Membership changeNotication of a member joining, leaving,
or being forcibly disconnected.
[GemFire Notication]Distributed System:<Distributed System
Identier> <Member Left>
Connecting to a JMX Agent
After you start a JMX Agent, you can access the agent from a JMX client by specifying a JMX URL with the
connector path /jmxconnector. For example, when using the default RMI port the JMX URL is:
service:jmx:rmi://address/jndi/rmi://address:1099/jmxconnector
Note: If you congure a locator or server as a JMX manager instead of starting a standalone JMX Agent,
the connector path for the JMX Manager is /jmxrmi.
Stopping the JMX Agent
To stop the SQLFire JMX Agent, issue sqlf agent stop command.
The basic syntax of the command is:
sqlf agent stop [-dir=dir]
where dir is the directory in which the Agent is running.
Configuring JMX Connectors and Adapters
The JMX Agent provides two interfaces for JMX clients based on RMIConnectorServer and MX4J HttpAdaptor.
RMIConnectorServer Properties
The SQLFire JMX Agent includes an RMIConnectorServer for clients to view and interact with the MBeans in
the MBean server.
See JSR 160 JMX Remote.
303
Using Java Management Extensions (JMX)