Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Cluster Node Information

IndicatorDescription
Server HostnameReturns Shows the local hostname of the server as determined InetAddress.getLocalHost().getHostName(). No boundaries apply to this indicator. All values are displayed in green.
Server MAC AddressReturns Shows the MAC address of the network interface handling outbound HTTP/HTTPS traffic. See nl.gx.ps.systemrepair.utils.Util.getMACAddress in the System Consistency Checker reusable. No boundaries apply to this indicator. All values are displayed in green.
Cluster Node IDReturns Shows the value of the System property org.apache.jackrabbit.core.cluster.node_id. No boundaries apply to this indicator, all values are displayed in Green
Amount of ProcessorsReturns Shows the number of processors available on the server as indicated by Runtime.getRuntime().availableProcessors().
Memory Available JVMSpecifies how much memory is available to the Java Virtual Machine (JVM) on the server.
Server ModeReturns Shows either "backend" or "frontend" depending on the value of Config.isReadOnly(). If this is true, "frontend" is returned, otherwise "backend" is returned. No boundaries apply to this indicator. All values are displayed in Green.
TaskmasterReturns Shows either "true" or "false" as indicated by WatcherThread.isClusterTaskMaster(). No boundaries apply to this indicator. All values are displayed in Green.
Server Up TimeReturns Shows the date and time the server was started for the last time. This timestamp can also be seen in the Status Administrative Page. For example;
Server up since Mon Apr 08 11:22:13 CEST 2019 
No boundaries apply to this indicator, all values are displayed in Green.

...

Software

IndicatorDescription
Operating SystemReturns Shows the value of the System property os.name. No boundaries apply to this indicator. All values are indicated as status green.
Java Virtual MachineReturns Shows the value of the System property java.vm.name. No boundaries apply to this indicator. All values are indicated as status Green.
Java VersionThis indicator returns Shows the value of the system property java.version. The value has a status of orange or red when the Java versions are outdated. Note that new Java versions are released every now and then and it is sometimes difficult to tell what latest available version available is.
Application Server NameShows the name of the application server. The name can be retrieved from within a servlet; ServletContext.getServerInfo(). So you will need to implement a servlet to retrieve it. This retrieves both name and version number by the way. Boundaries indicate the supported application servers; Tomcat, JBoss and Websphere.
Application Server Version

...