Class InodesMonitor
java.lang.Object
hudson.node_monitors.NodeMonitor
org.jenkinsci.plugins.inodesnodemonitor.InodesMonitor
- All Implemented Interfaces:
ExtensionPoint,Describable<NodeMonitor>
Checks the used percentage of inodes on the FS (Linux/Unix only).
Uses the
df system command.-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jenkinsci.plugins.inodesnodemonitor.InodesMonitor.InodesUseInPercentMonitorDescriptorfinal StringFields inherited from class hudson.node_monitors.NodeMonitor
LIST -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hudson.node_monitors.NodeMonitor
all, getAll, getDescriptor, isIgnored, setIgnored, triggerUpdate
-
Field Details
-
inodesPercentThreshold
-
DESCRIPTOR
@Extension public static final org.jenkinsci.plugins.inodesnodemonitor.InodesMonitor.InodesUseInPercentMonitorDescriptor DESCRIPTOR
-
-
Constructor Details
-
InodesMonitor
- Parameters:
inodesPercentThreshold- threshod expected to be a percentage between 0% and 99% (% required). "5%" is correct. "5" is not.- Throws:
ParseException- if unable to parse.
-
InodesMonitor
public InodesMonitor()
-
-
Method Details
-
data
- Overrides:
datain classNodeMonitor
-
getColumnCaption
- Overrides:
getColumnCaptionin classNodeMonitor
-