snapshot facette config
This commit is contained in:
8
facette/etc/facette.json
Normal file
8
facette/etc/facette.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"bind": "tcp://:12003",
|
||||||
|
"base_dir": "/usr/local/share/facette",
|
||||||
|
"data_dir": "/var/lib/facette",
|
||||||
|
"pid_file": "/var/run/facette/facette.pid",
|
||||||
|
"providers_dir": "/etc/facette/providers",
|
||||||
|
"read_only": false
|
||||||
|
}
|
||||||
7
facette/etc/providers/collectd.json
Normal file
7
facette/etc/providers/collectd.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"connector": {
|
||||||
|
"type": "rrd",
|
||||||
|
"path": "/var/lib/collectd/rrd",
|
||||||
|
"pattern": "(?P<source>[^/]+)/(?P<metric>.+).rrd"
|
||||||
|
}
|
||||||
|
}
|
||||||
7
facette/etc/providers/inverter.json
Normal file
7
facette/etc/providers/inverter.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"connector": {
|
||||||
|
"type": "rrd",
|
||||||
|
"path": "/opt",
|
||||||
|
"pattern": "(?P<source>[^/]+)/(?P<metric>.+).rrd"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user