Class: Probe
- Inherits:
-
Object
show all
- Defined in:
- lib/pimon/probe/probe.rb
Defined Under Namespace
Classes: CpuUsage, DiskUsage, MemoryUsage, SwapUsage, Temperature
Class Method Summary
collapse
Class Method Details
.check ⇒ Object
2
3
4
|
# File 'lib/pimon/probe/probe.rb', line 2
def self.check
raise "Not implemented"
end
|
.symbol ⇒ Object
6
7
8
|
# File 'lib/pimon/probe/probe.rb', line 6
def self.symbol
raise "Not implemented"
end
|
.unit ⇒ Object
10
11
12
|
# File 'lib/pimon/probe/probe.rb', line 10
def self.unit
'%'
end
|