generated from jiuka/checkmk_template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add space metrics for storage center.
- Loading branch information
Showing
6 changed files
with
139 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
tests/integration/lib/fixtures/StorageCenter/StorageCenter/123456/StorageUsage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"time": "1970-01-01T01:00:00+01:00", | ||
"configuredSpace": "200000000000000 Bytes", | ||
"spareSpace": "7500000000000 Bytes", | ||
"usedSpace": "77000000000000 Bytes", | ||
"allocatedSpace": "95000000000000 Bytes", | ||
"storageAlertThreshold": 10, | ||
"availableSpace": "130000000000000 Bytes", | ||
"systemSpace": "800000000 Bytes", | ||
"badSpace": "0 Bytes", | ||
"savingVsRaidTen": "40000000000000 Bytes", | ||
"storageTypeAllocatedSpace": "95000000000000 Bytes", | ||
"systemRAIDOverheadRatio": 0.0, | ||
"estimatedUsableSpace": "0 Bytes", | ||
"systemDataEfficiencyRatio": 8.96068, | ||
"storageTypeFreeSpace": "17500000000000 Bytes", | ||
"systemDataReductionRatio": 1.41763, | ||
"storageTypeUsedSpace": "77500000000000 Bytes", | ||
"oversubscribedSpace": "40000000000000 Bytes", | ||
"alertThresholdSpace": "120000000000000 Bytes", | ||
"freeSpace": "37500000000000 Bytes", | ||
"scSerialNumber": 123456, | ||
"scName": "SAN", | ||
"instanceId": "123456", | ||
"instanceName": "Storage Center 123456", | ||
"objectType": "StorageCenterStorageUsage" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters