Class | Description |
---|---|
AbstractAsyncNodeMonitorDescriptor<T> |
Sophisticated version of
AbstractNodeMonitorDescriptor that
performs monitoring on all slaves concurrently and asynchronously. |
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.
|
DiskSpaceMonitorDescriptor |
AbstractNodeMonitorDescriptor for NodeMonitor that checks a free disk space of some directory. |
DiskSpaceMonitorDescriptor.DiskSpace |
Value object that represents the disk space.
|
DiskSpaceMonitorDescriptor.GetUsableSpace | |
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
Node s. |
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 |
Copyright © 2014. All rights reserved.