Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gpuhw
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Odysseus
gpuhw
Commits
8ad455a6
Commit
8ad455a6
authored
May 21, 2024
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix node cpu
parent
1088b134
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
docker-compose-multi.yml
docker-compose-multi.yml
+4
-0
supervisord.conf
supervisord.conf
+1
-1
No files found.
docker-compose-multi.yml
View file @
8ad455a6
...
...
@@ -5,6 +5,10 @@ services:
image
:
monitor.multi:latest
ports
:
-
9093:9090
volumes
:
-
/proc:/host/proc:ro
-
/sys:/host/sys:ro
-
/:/rootfs:ro
deploy
:
resources
:
reservations
:
...
...
supervisord.conf
View file @
8ad455a6
...
...
@@ -18,7 +18,7 @@ redirect_stderr=true
[
program
:
node_exporter
]
command
=
sh
-
c
'/usr/local/bin/node_exporter'
command
=
sh
-
c
'/usr/local/bin/node_exporter
--path.procfs=/host/proc --path.rootfs=/rootfs --path.sysfs=/host/sys --collector.cpu.info
'
stdout_logfile
=/
dev
/
fd
/
1
stdout_logfile_maxbytes
=
0
redirect_stderr
=
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment