All Downloads are FREE. Search and download functionalities are using the official Maven repository.

default.mail.system.alert-html.vm Maven / Gradle / Ivy

There is a newer version: 22.2.3
Show newest version
$app on $node is reporting:
------------------------------------------------------------------------------
Node-State:    $nodeState
Cluster-State: $clusterState
------------------------------------------------------------------------------

LOCAL NODE
==============================================================================
#foreach($m in $metrics.metrics)
$strings.apply("%-8s %-50s %18s", $m.getState(), $m.getName(), $m.getValueAsString())
#end
------------------------------------------------------------------------------
#if ($nodes.size() > 0)

CLUSTER
==============================================================================
#foreach($n in $nodes)

$!n.name() - $n.getNodeState() [Last Ping: $nls.toUserString($n.lastPing, true) / Failures: $n.pingFailures()]
------------------------------------------------------------------------------
#foreach($m in $n.metrics)
$strings.apply("%-8s %-50s %18s", $m.getState(), $m.getName(), $m.getValueAsString())
#end
------------------------------------------------------------------------------
#end
#end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy