aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf/config.php')
-rw-r--r--conf/config.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/config.php b/conf/config.php
new file mode 100644
index 0000000..4fb7aec
--- /dev/null
+++ b/conf/config.php
@@ -0,0 +1,19 @@
1<?php
2
3$CONFIG['datadir'] = '/var/lib/collectd/rrd';
4
5#$CONFIG['cat']['nethuis'] = array('pepper');
6$CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap');
7
8$CONFIG['groupby'] = array(
9 'cpu' => 'type',
10 'irq' => 'type',
11 'memory' => 'type',
12 'processes' => 'type',
13 'swap' => 'type',
14 'sensors' => 'type',
15);
16
17include 'config.local.php';
18
19?>