Extension point probes
Contribution Descriptors
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="probes" target="org.nuxeo.ecm.core.management.CoreManagementComponent"> <probe class="org.nuxeo.ecm.core.management.probes.AdministrativeStatusProbe" name="administrativeStatus"> <label>Local Instance availability</label> <description>Test if local Nuxeo Instance is available</description> </probe> </extension>
-
<extension point="probes" target="org.nuxeo.ecm.core.management.CoreManagementComponent"> <probe class="org.nuxeo.ecm.core.storage.sql.management.RemoteSessionsProbe" name="remoteSQLStorageSessions"> <label>Remote SQL sessions</label> </probe> <probe class="org.nuxeo.ecm.core.storage.sql.management.ActiveSessionsProbe" name="activeRepositorySessions"> <label>Active (local) SQL sessions</label> </probe> </extension>
-
<extension point="probes" target="org.nuxeo.ecm.core.management.CoreManagementComponent"> <probe class="org.nuxeo.ecm.directory.ldap.management.LDAPDirectoriesProbe" name="ldapDirectories"> <label>LDAP probe</label> <description>Test access on each declared LDAP Directory</description> </probe> </extension>