Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
352389eb
Unverified
Commit
352389eb
authored
4 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
add a pager playbook for RAID, this should really use the template
parent
b5471d3b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
howto/raid.md
+19
-0
19 additions, 0 deletions
howto/raid.md
with
19 additions
and
0 deletions
howto/raid.md
+
19
−
0
View file @
352389eb
...
...
@@ -148,6 +148,25 @@ To follow progress:
watch /opt/MegaRAID/MegaCli/MegaCli64 -PDRbld -ShowProg -PhysDrv[252:0] -a0
## Pager playbook
Nagios should be monitoring hardware RAID on servers that support
it. This is normally auto-detected by Puppet (in the
`raid`
module/class) but grep around for
`megaraid`
otherwise. The
`raid`
module should have a good README file describing how it works.
A normal RAID-1 Nagios check output looks like this:
OK: 0:0:RAID-1:2 drives:465.25GB:Optimal Drives:2
A failed RAID-10 check output looks like this:
CRITICAL: 0:0:RAID-10:4 drives:1.089TB:Degraded Drives:3
It actually has the numbers backwards: in the above situation, there
was only
*one*
degraded drive, and 3 healthy ones. See above for how
to restore a drive in a MegaRAID array.
# SMART monitoring
Some servers will fail to properly detect disk drives in their SMART
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment