Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
icinga-checks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
IML Open Source
icinga-checks
Commits
f27d95aa
Commit
f27d95aa
authored
1 year ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
check_psqlserver update help text
parent
a74ab0f6
No related branches found
No related tags found
1 merge request
!118
Update docs
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
check_psqlserver
+7
-6
7 additions, 6 deletions
check_psqlserver
with
7 additions
and
6 deletions
check_psqlserver
+
7
−
6
View file @
f27d95aa
...
...
@@ -18,12 +18,13 @@
# 2023-06-08 v0.4 <axel.hahn@unibe.ch> get summary for cronflicts and problems
# 2023-06-09 v0.5 <axel.hahn@unibe.ch> deltaunit can be set as parameter
# 2023-06-13 v0.6 <axel.hahn@unibe.ch> no output on activity; update replication check
# 2023-06-16 v0.7 <axel.hahn@unibe.ch> update help text
# ======================================================================
.
$(
dirname
$0
)
/inc_pluginfunctions
self_APPNAME
=
$(
basename
$0
|
tr
[
:lower:]
[
:upper:]
)
self_APPVERSION
=
0.
6
self_APPVERSION
=
0.
7
# --- other vars...
cfgfile
=
/etc/icingaclient/.psql.conf
...
...
@@ -126,12 +127,12 @@ OPTIONS:
PARAMETERS:
-m method; valid methods are:
activity running processes and queries
conflicts
Detected conflicts from pg_stat_database_
conflicts
activity
Count
running processes and queries
conflicts
Count of detected
conflicts
dbrows Count of database row actions
diskblock Count of diskblocks physically read or coming from cache
problems
P
roblems and troublemakers
replication Replication status
(table output only)
problems
Count of p
roblems and troublemakers
replication Replication status
and lag time
transactions Count of transactions over all databases
EXAMPLES:
...
...
@@ -392,7 +393,7 @@ case "${sMode}" in
;;
*
)
echo
ERRROR:
[
${
sMode
}
]
is an INVALID mode
echo
"
ERRROR: [
${
sMode
}
] is an INVALID mode
"
_usage
ph.abort
...
...
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