Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nagios-plugins
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Lysator
nagios-plugins
Commits
6bd12129
Commit
6bd12129
authored
18 years ago
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Handle two ways that zfs can fail.
parent
3e4984df
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rules/solaris10/nrpe-host-auto.sh
+2
-1
2 additions, 1 deletion
rules/solaris10/nrpe-host-auto.sh
with
2 additions
and
1 deletion
rules/solaris10/nrpe-host-auto.sh
+
2
−
1
View file @
6bd12129
...
@@ -23,9 +23,10 @@ trap "rm -f $FILESYSTEMS $ZPOOLS" 0
...
@@ -23,9 +23,10 @@ trap "rm -f $FILESYSTEMS $ZPOOLS" 0
# FIXME: We need a check_zpool command, that checks the status of the pool,
# FIXME: We need a check_zpool command, that checks the status of the pool,
# and the capacity of the root zfs of that pool, and maybe also recursively
# and the capacity of the root zfs of that pool, and maybe also recursively
# checks all child zfs.
# checks all child zfs.
if
[
-f
/usr/sbin/zpool
]
if
[
-f
/usr/sbin/zpool
]
&&
[
-L
/dev/zfs
]
then
then
/usr/sbin/zpool list
-H
-o
name
\
/usr/sbin/zpool list
-H
-o
name
\
|
grep
-v
'no pools available'
\
|
tee
$ZPOOLS
\
|
tee
$ZPOOLS
\
|
awk
'{
|
awk
'{
print "command[check-zfs-" $1 "]='
$prefix
'/libexec/check_zfs " $1
print "command[check-zfs-" $1 "]='
$prefix
'/libexec/check_zfs " $1
...
...
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