remove facette config

This commit is contained in:
2024-12-19 15:02:57 +01:00
parent 23bd9dde8b
commit c53336ed28
3 changed files with 0 additions and 22 deletions

View File

@@ -1,8 +0,0 @@
{
"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

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

View File

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