forked from Deuxfleurs/nixcfg
Remove node_exporter because it doesn't work, and takes space
This commit is contained in:
parent
874833c98e
commit
4e497a7759
1 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,7 @@ EOH
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
task "node_exporter" {
|
||||
driver = "docker"
|
||||
config {
|
||||
|
@ -136,6 +137,7 @@ EOH
|
|||
memory = 40
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
task "filebeat" {
|
||||
driver = "docker"
|
||||
|
|
Loading…
Reference in a new issue