fix rogue else

This commit is contained in:
ducoterra
2020-04-05 19:00:23 -04:00
parent 3207ed1508
commit 1c23bc2a4e
2 changed files with 2 additions and 3 deletions

33
collector.json Normal file
View File

@@ -0,0 +1,33 @@
{
"graphite": {
"server": "graphite.ducoterra.net",
"port": 2003
},
"os": "osx",
"data": {
"heartbeat": null,
"storage": [
{
"path": "/Users/ducoterra",
"name": "home"
},
{
"path": ".",
"name": "curdir"
},
{
"path": "..",
"name": "outdir"
},
{
"path": "/Users",
"name": "users"
},
{
"path": ".",
"name": "curdir_noreadme",
"exclude": "*.md"
}
]
}
}