Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-node-exporter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
hdacloud
ansible-node-exporter
Commits
95d3d516
Unverified
Commit
95d3d516
authored
4 years ago
by
Paweł Krupa
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #170 from bittopaz/patch-1
[fix] Move StartLimitInterval to [Service] section
parents
b01a5fff
ecdd5c53
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/node_exporter.service.j2
+1
-1
1 addition, 1 deletion
templates/node_exporter.service.j2
with
1 addition
and
1 deletion
templates/node_exporter.service.j2
+
1
−
1
View file @
95d3d516
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
[Unit]
[Unit]
Description=Prometheus Node Exporter
Description=Prometheus Node Exporter
After=network-online.target
After=network-online.target
StartLimitInterval=0
[Service]
[Service]
Type=simple
Type=simple
...
@@ -32,6 +31,7 @@ ExecStart={{ _node_exporter_binary_install_dir }}/node_exporter \
...
@@ -32,6 +31,7 @@ ExecStart={{ _node_exporter_binary_install_dir }}/node_exporter \
SyslogIdentifier=node_exporter
SyslogIdentifier=node_exporter
Restart=always
Restart=always
RestartSec=1
RestartSec=1
StartLimitInterval=0
PrivateTmp=yes
PrivateTmp=yes
{% for m in ansible_mounts if m.mount == '/home' %}
{% for m in ansible_mounts if m.mount == '/home' %}
...
...
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