Package hudson.node_monitors

Code that monitors the health of slaves

See:
          Description

Class Summary
AbstractDiskSpaceMonitor  
AbstractNodeMonitorDescriptor<T> Convenient base class for common NodeMonitor implementation where the "monitoring" consists of executing something periodically on every node and taking some action based on its result.
ArchitectureMonitor Discovers the architecture of the system to display in the slave list page.
ArchitectureMonitor.DescriptorImpl  
ClockMonitor NodeMonitor that checks clock of Node to detect out of sync clocks.
DiskSpaceMonitor Checks available disk space of the remote FS root.
Messages  
MonitorMarkedNodeOffline If NodeMonitor marks the node as offline, we'll show this to the admin to get their attention.
NodeMonitor Extension point for managing and monitoring Nodes.
NodeMonitorUpdater When a slave is connected, redo the node monitoring.
ResponseTimeMonitor Monitors the round-trip response time to this slave.
ResponseTimeMonitor.Data Immutable representation of the monitoring data.
SwapSpaceMonitor Checks the swap space availability.
SwapSpaceMonitor.MemoryUsage2 Memory Usage.
TemporarySpaceMonitor Monitors the disk space of "/tmp".
TemporarySpaceMonitor.GetTempSpace  
 

Package hudson.node_monitors Description

Code that monitors the health of slaves



Copyright © 2004-2013. All Rights Reserved.