mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
monitoring-state is enabled or disabled, if enabled returns true
This commit is contained in:
parent
17b23f0123
commit
3e7f55ae00
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ module Fog
|
|||
when 'productCode'
|
||||
@instance['productCodes'] << value
|
||||
when 'state'
|
||||
@instance['monitoring'][name] = (value == 'true')
|
||||
@instance['monitoring'][name] = (value == 'enabled')
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue