Class InodesMonitor

java.lang.Object
hudson.node_monitors.NodeMonitor
org.jenkinsci.plugins.inodesnodemonitor.InodesMonitor
All Implemented Interfaces:
ExtensionPoint, Describable<NodeMonitor>

public class InodesMonitor extends NodeMonitor
Checks the used percentage of inodes on the FS (Linux/Unix only). Uses the df system command.
  • Field Details

    • inodesPercentThreshold

      public final String inodesPercentThreshold
    • DESCRIPTOR

      @Extension public static final org.jenkinsci.plugins.inodesnodemonitor.InodesMonitor.InodesUseInPercentMonitorDescriptor DESCRIPTOR
  • Constructor Details

    • InodesMonitor

      @DataBoundConstructor public InodesMonitor(String inodesPercentThreshold) throws ParseException
      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