Class: Riemann::Tools::Opensearch::Allocation::Disk

Inherits:
Object
  • Object
show all
Defined in:
lib/riemann/tools/opensearch.rb

Instance Attribute Summary collapse

Instance Attribute Details

#availObject

Returns the value of attribute avail.



38
39
40
# File 'lib/riemann/tools/opensearch.rb', line 38

def avail
  @avail
end

#indicesObject

Returns the value of attribute indices.



38
39
40
# File 'lib/riemann/tools/opensearch.rb', line 38

def indices
  @indices
end

#percentObject

Returns the value of attribute percent.



38
39
40
# File 'lib/riemann/tools/opensearch.rb', line 38

def percent
  @percent
end

#totalObject

Returns the value of attribute total.



38
39
40
# File 'lib/riemann/tools/opensearch.rb', line 38

def total
  @total
end

#usedObject

Returns the value of attribute used.



38
39
40
# File 'lib/riemann/tools/opensearch.rb', line 38

def used
  @used
end