Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nagios-plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Le Filament
nagios-plugin
Commits
1584f7a3
Commit
1584f7a3
authored
6 years ago
by
Rémi - Le Filament
Browse files
Options
Downloads
Patches
Plain Diff
Remove extra new line at end of file
parent
cc2ea422
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
check_cloud_storage.sh
+0
-1
0 additions, 1 deletion
check_cloud_storage.sh
check_fail2ban.sh
+0
-1
0 additions, 1 deletion
check_fail2ban.sh
check_newest_file_age.sh
+0
-1
0 additions, 1 deletion
check_newest_file_age.sh
with
0 additions
and
3 deletions
check_cloud_storage.sh
+
0
−
1
View file @
1584f7a3
...
@@ -23,4 +23,3 @@ do
...
@@ -23,4 +23,3 @@ do
done
done
echo
"
$OUTPUT
|
$PERF_DATA
"
echo
"
$OUTPUT
|
$PERF_DATA
"
exit
${
RETURN_CODE
}
exit
${
RETURN_CODE
}
This diff is collapsed.
Click to expand it.
check_fail2ban.sh
+
0
−
1
View file @
1584f7a3
...
@@ -141,4 +141,3 @@ elif [ ${State} == "Unknown" ];then
...
@@ -141,4 +141,3 @@ elif [ ${State} == "Unknown" ];then
else
else
exit
${
STATUS_OK
}
exit
${
STATUS_OK
}
fi
fi
This diff is collapsed.
Click to expand it.
check_newest_file_age.sh
+
0
−
1
View file @
1584f7a3
...
@@ -348,4 +348,3 @@ fi
...
@@ -348,4 +348,3 @@ fi
echo
"
$exit_message
"
echo
"
$exit_message
"
exit
$exitstatus
exit
$exitstatus
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