Skip to content

Commit 36b0d0d

Browse files
committed
graphite: Update files and relevantPaths
1 parent c1e58b0 commit 36b0d0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/graphite/collector.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ const ModuleName = "graphite"
1111

1212
var relevantPaths = []string{
1313
"/opt/graphite",
14+
"/etc/graphite-web",
1415
}
1516

1617
var files = []string{
1718
"/opt/graphite/conf",
1819
"/opt/graphite/webapp/graphite/local_settings.py",
1920
"/etc/carbon",
2021
"/etc/graphite-api*",
22+
"/etc/graphite-web*",
2123
}
2224

2325
var obfuscators = []*obfuscate.Obfuscator{

0 commit comments

Comments
 (0)