Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
check-mk-plugins
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
misc
check-mk-plugins
Commits
84fc2c7c
Commit
84fc2c7c
authored
5 years ago
by
Jan Philipp Timme
Browse files
Options
Downloads
Patches
Plain Diff
Fix installation instructions
parent
7b0efee2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Readme.md
+6
-2
6 additions, 2 deletions
Readme.md
with
6 additions
and
2 deletions
Readme.md
+
6
−
2
View file @
84fc2c7c
...
@@ -9,8 +9,12 @@ Please note that this script needs permission to read your postfix log (`/var/lo
...
@@ -9,8 +9,12 @@ Please note that this script needs permission to read your postfix log (`/var/lo
So give it appropriate permissions.
So give it appropriate permissions.
*
Clone this repository into e.g.
`/opt/check-mk-postfix-stats`
.
*
Clone this repository into e.g.
`/opt/check-mk-postfix-stats`
.
*
Edit the
`settings.sh`
(There is not much to do)
*
Edit the
`settings.sh`
(just check if the path to your logfile is okay)
*
Symlink
`postfix-stats.sh`
to
`/usr/lib/check_mk_agent/plugins`
*
Create a launcher for the plugin:
```
echo /opt/check-mk-postfix-stats/postfix-stats.sh > /usr/lib/check_mk_agent/plugins/postfix-stats
chmod +x /usr/lib/check_mk_agent/plugins/postfix-stats
```
*
Go into your Check_MK installation and monitor the new service
*
Go into your Check_MK installation and monitor the new service
That's about it.
That's about it.
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