Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
config
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
Container registry
Model registry
Operate
Environments
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
config
Commits
6bff9953
Commit
6bff9953
authored
4 months ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Stop installing unnecessary node-exporter-scripts cron entries
parent
69da0b6c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
roles/mail/tasks/frontend.yml
+0
-6
0 additions, 6 deletions
roles/mail/tasks/frontend.yml
roles/mail/tasks/main.yml
+0
-6
0 additions, 6 deletions
roles/mail/tasks/main.yml
roles/mailman/tasks/main.yml
+0
-6
0 additions, 6 deletions
roles/mailman/tasks/main.yml
with
0 additions
and
18 deletions
roles/mail/tasks/frontend.yml
+
0
−
6
View file @
6bff9953
...
...
@@ -102,12 +102,6 @@
dest
:
/etc/prometheus/node-exporter-scripts/clamav.sh
mode
:
0755
-
name
:
Install clamav exporter cron
copy
:
dest
:
"
/etc/cron.d/node-exporter-script-clamav"
content
:
|
*/10 * * * * root /usr/local/bin/run-node-exporter-script clamav /etc/prometheus/node-exporter-scripts/clamav.sh
# Set up policyd-rate-limit for the postfix-smtp-auth instance.
-
include_tasks
:
policyd_rate_limit.yml
vars
:
...
...
This diff is collapsed.
Click to expand it.
roles/mail/tasks/main.yml
+
0
−
6
View file @
6bff9953
...
...
@@ -33,12 +33,6 @@
dest
:
/etc/prometheus/node-exporter-scripts/postfix-queues.sh
mode
:
0755
-
name
:
Install Postfix queues exporter cron
copy
:
dest
:
"
/etc/cron.d/node-exporter-script-postfix-queues"
content
:
|
*/10 * * * * root /usr/local/bin/run-node-exporter-script postfix-queues /etc/prometheus/node-exporter-scripts/postfix-queues.sh
-
name
:
Create postfix@ override directory
file
:
path
:
/etc/systemd/system/postfix@.service.d/
...
...
This diff is collapsed.
Click to expand it.
roles/mailman/tasks/main.yml
+
0
−
6
View file @
6bff9953
...
...
@@ -67,12 +67,6 @@
dest
:
/etc/prometheus/node-exporter-scripts/mailman-qfiles.sh
mode
:
"
0755"
-
name
:
Install Mailman qfiles exporter cron
copy
:
dest
:
"
/etc/cron.d/node-exporter-script-mailman"
content
:
|
*/10 * * * * root /usr/local/bin/run-node-exporter-script mailman-qfiles /etc/prometheus/node-exporter-scripts/mailman-qfiles.sh
-
name
:
Install Mailman mtail program
copy
:
src
:
mailman.mtail
...
...
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