Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Synology templates returned wrong storage size #414

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -533,12 +533,12 @@ zabbix_export:
key: 'host.hrStorage.hrStorageTable.hrStorageEntry.hrStorageSize[{#IFINDEX}]'
delay: 3m
units: B
description: 'The size of the storage represented by this entry, in units of hrStorageAllocationUnits.'
description: 'The size of the storage represented by this entry.'
preprocessing:
-
type: MULTIPLIER
parameters:
- '4096'
- '{#IFUNIT}'
tags:
-
tag: Application
Expand Down Expand Up @@ -580,7 +580,7 @@ zabbix_export:
-
type: MULTIPLIER
parameters:
- '4096'
- '{#IFUNIT}'
tags:
-
tag: Application
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -533,12 +533,12 @@ zabbix_export:
key: 'host.hrStorage.hrStorageTable.hrStorageEntry.hrStorageSize[{#IFINDEX}]'
delay: 3m
units: B
description: 'The size of the storage represented by this entry, in units of hrStorageAllocationUnits.'
description: 'The size of the storage represented by this entry.'
preprocessing:
-
type: MULTIPLIER
parameters:
- '4096'
- '{#IFUNIT}'
tags:
-
tag: Application
Expand Down Expand Up @@ -584,7 +584,7 @@ zabbix_export:
-
type: MULTIPLIER
parameters:
- '4096'
- '{#IFUNIT}'
tags:
-
tag: Application
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ zabbix_export:
key: 'host.hrStorage.hrStorageTable.hrStorageEntry.hrStorageSize[{#IFINDEX}]'
delay: 3m
units: B
description: 'The size of the storage represented by this entry, in units of hrStorageAllocationUnits.'
description: 'The size of the storage represented by this entry.'
preprocessing:
-
type: MULTIPLIER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ zabbix_export:
key: 'host.hrStorage.hrStorageTable.hrStorageEntry.hrStorageSize[{#IFINDEX}]'
delay: 3m
units: B
description: 'The size of the storage represented by this entry, in units of hrStorageAllocationUnits.'
description: 'The size of the storage represented by this entry.'
preprocessing:
-
type: MULTIPLIER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ zabbix_export:
key: 'host.hrStorage.hrStorageTable.hrStorageEntry.hrStorageSize[{#IFINDEX}]'
delay: 3m
units: B
description: 'The size of the storage represented by this entry, in units of hrStorageAllocationUnits.'
description: 'The size of the storage represented by this entry.'
preprocessing:
-
type: MULTIPLIER
Expand Down