Files
Collector/collector.json
2020-04-05 19:00:23 -04:00

33 lines
704 B
JSON

{
"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"
}
]
}
}