Class | Description |
---|---|
AbstractAsyncNodeMonitorDescriptor<T> |
Sophisticated version of
AbstractNodeMonitorDescriptor that
performs monitoring on all agents concurrently and asynchronously. |
AbstractAsyncNodeMonitorDescriptor.Result<T> |
Result object for
AbstractAsyncNodeMonitorDescriptor.monitorDetailed() to facilitate extending information
returned in the future. |
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 agent list page.
|
ArchitectureMonitor.DescriptorImpl | |
ClockMonitor |
NodeMonitor that checks clock of Node to
detect out of sync clocks. |
ClockMonitor.DescriptorImpl | |
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 |
Generated localization support class.
|
MonitorMarkedNodeOffline |
If
NodeMonitor marks the node as offline, we'll show this to the admin to get their attention. |
MonitorOfflineCause |
Offline cause to denote it was node monitor what put computer offline.
|
NodeMonitor |
Extension point for managing and monitoring
Node s. |
NodeMonitorUpdater |
When an agent is connected, redo the node monitoring.
|
ResponseTimeMonitor |
Monitors the round-trip response time to this agent.
|
ResponseTimeMonitor.Data |
Immutable representation of the monitoring data.
|
SwapSpaceMonitor |
Checks the swap space availability.
|
SwapSpaceMonitor.DescriptorImpl | |
SwapSpaceMonitor.MemoryUsage2 |
Memory Usage.
|
TemporarySpaceMonitor |
Monitors the disk space of "/tmp".
|
TemporarySpaceMonitor.DescriptorImpl | |
TemporarySpaceMonitor.GetTempSpace |
Copyright © 2004–2021. All rights reserved.