Class: Probe::DiskUsage
Class Method Summary collapse
Methods inherited from Probe
Class Method Details
.check ⇒ Object
4 5 6 |
# File 'lib/pimon/probe/disk_usage.rb', line 4 def self.check `df`.split(/\n/)[1].split(" ")[4].to_i end |
.symbol ⇒ Object
8 9 10 |
# File 'lib/pimon/probe/disk_usage.rb', line 8 def self.symbol :disk end |