Class: Riemann::Tools::Opensearch::Allocation::Disk
- Inherits:
-
Object
- Object
- Riemann::Tools::Opensearch::Allocation::Disk
- Defined in:
- lib/riemann/tools/opensearch.rb
Instance Attribute Summary collapse
-
#avail ⇒ Object
Returns the value of attribute avail.
-
#indices ⇒ Object
Returns the value of attribute indices.
-
#percent ⇒ Object
Returns the value of attribute percent.
-
#total ⇒ Object
Returns the value of attribute total.
-
#used ⇒ Object
Returns the value of attribute used.
Instance Attribute Details
#avail ⇒ Object
Returns the value of attribute avail.
38 39 40 |
# File 'lib/riemann/tools/opensearch.rb', line 38 def avail @avail end |
#indices ⇒ Object
Returns the value of attribute indices.
38 39 40 |
# File 'lib/riemann/tools/opensearch.rb', line 38 def indices @indices end |
#percent ⇒ Object
Returns the value of attribute percent.
38 39 40 |
# File 'lib/riemann/tools/opensearch.rb', line 38 def percent @percent end |
#total ⇒ Object
Returns the value of attribute total.
38 39 40 |
# File 'lib/riemann/tools/opensearch.rb', line 38 def total @total end |
#used ⇒ Object
Returns the value of attribute used.
38 39 40 |
# File 'lib/riemann/tools/opensearch.rb', line 38 def used @used end |