snapshot facette config

This commit is contained in:
2024-12-19 15:01:30 +01:00
parent 710932c37f
commit 82142da30c
3 changed files with 22 additions and 0 deletions

8
facette/etc/facette.json Normal file
View 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
}

View File

@@ -0,0 +1,7 @@
{
"connector": {
"type": "rrd",
"path": "/var/lib/collectd/rrd",
"pattern": "(?P<source>[^/]+)/(?P<metric>.+).rrd"
}
}

View File

@@ -0,0 +1,7 @@
{
"connector": {
"type": "rrd",
"path": "/opt",
"pattern": "(?P<source>[^/]+)/(?P<metric>.+).rrd"
}
}