Uses of Class
hudson.node_monitors.NodeMonitor
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Code that monitors the health of agents
-
Uses of NodeMonitor in hudson.model
Modifier and TypeMethodDescriptionstatic List<NodeMonitor>
ComputerSet.get_monitors()
Deprecated.Computer.getMonitoringData()
static DescribableList<NodeMonitor,
Descriptor<NodeMonitor>> ComputerSet.getMonitors()
static DescribableList<NodeMonitor,
Descriptor<NodeMonitor>> ComputerSet.getMonitors()
ComputerSet.getNodeMonitorDescriptors()
Exposingall()
for Jelly binding.ComputerSet.getNodeMonitorDescriptors()
Exposingall()
for Jelly binding.static Map<Descriptor<NodeMonitor>,
NodeMonitor> ComputerSet.getNonIgnoredMonitors()
Returns a subset pfComputerSet.getMonitors()
that are not ignored.static Map<Descriptor<NodeMonitor>,
NodeMonitor> ComputerSet.getNonIgnoredMonitors()
Returns a subset pfComputerSet.getMonitors()
that are not ignored. -
Uses of NodeMonitor in hudson.node_monitors
Modifier and TypeClassDescriptionclass
class
Discovers the architecture of the system to display in the agent list page.class
NodeMonitor
that checks clock ofNode
to detect out of sync clocks.class
Checks available disk space of the remote FS root.class
Monitors the round-trip response time to this agent.class
Checks the swap space availability.class
Monitors the disk space of "/tmp".Modifier and TypeFieldDescriptionstatic final DescriptorList<NodeMonitor>
NodeMonitor.LIST
Deprecated.as of 1.286.Modifier and TypeMethodDescriptionNodeMonitor.all()
Returns all the registeredNodeMonitor
descriptors.NodeMonitor.all()
Returns all the registeredNodeMonitor
descriptors.static List<NodeMonitor>
NodeMonitor.getAll()
Obtains all the instances ofNodeMonitor
s that are alive.abstract Class<? extends NodeMonitor>
MonitorOfflineCause.getTrigger()
Identify monitor implementation that put computer offline.Class<? extends NodeMonitor>
ResponseTimeMonitor.Data.getTrigger()
ModifierConstructorDescriptionprotected
AbstractAsyncNodeMonitorDescriptor
(Class<? extends NodeMonitor> clazz) protected
AbstractAsyncNodeMonitorDescriptor
(Class<? extends NodeMonitor> clazz, long interval) protected
AbstractNodeMonitorDescriptor
(Class<? extends NodeMonitor> clazz) Deprecated.as of 1.522 Extend fromAbstractAsyncNodeMonitorDescriptor
protected
AbstractNodeMonitorDescriptor
(Class<? extends NodeMonitor> clazz, long interval) Deprecated.as of 1.522 Extend fromAbstractAsyncNodeMonitorDescriptor
ComputerSet.getMonitors()
.