Skip to content

Commit

Permalink
Decreased severity of "Too many SCSI errors on disk..." alert and inc…
Browse files Browse the repository at this point in the history
…reased DISK_ERRORS_THRESHOLD (closes #40)
  • Loading branch information
dn0 authored Apr 14, 2017
1 parent a27b0de commit be30352
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/esdc-mon/files/templates/t_solaris_disk.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"macros": [
{
"macro": "{$DISK_ERRORS_THRESHOLD}",
"value": "5"
"value": "100"
}
],
"items": [],
Expand Down Expand Up @@ -103,7 +103,7 @@
"description": "",
"url": "",
"type": "0",
"priority": "3",
"priority": "2",
"expression": "{t_solaris_disk:sd.errors[{#SD}].last(0)}>{$DISK_ERRORS_THRESHOLD}",
"name": "Too many SCSI errors on disk {#DISK} ({#ZPOOL})"
}
Expand Down
5 changes: 5 additions & 0 deletions docs/appliances.rst
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,11 @@ The image supports following metadata:
Changelog
---------

2.6.0
-----

- Decreased severity of *Too many SCSI errors on disk...* alert and increased DISK_ERRORS_THRESHOLD - `#40 <https://github.com/erigones/esdc-factory/issues/40>`__

2.5.2
~~~~~

Expand Down

0 comments on commit be30352

Please sign in to comment.