Skip to content

Commit

Permalink
fix metric
Browse files Browse the repository at this point in the history
  • Loading branch information
Koos85 committed Mar 25, 2024
1 parent d0864ca commit a9729ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/check/disk.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ async def check_disk(
check_config: dict):

state = await get_data(asset, asset_config, check_config, QUERIES)
for disk in state.get('diskEntry', []):
disk['diskCapacity'] = int(disk['diskCapacity'])
return state
2 changes: 1 addition & 1 deletion lib/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version string. Examples:
# '3.0.0'
# '3.0.0-alpha9'
__version__ = '3.0.0-alpha1'
__version__ = '3.0.0-alpha2'

0 comments on commit a9729ec

Please sign in to comment.