aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--conf/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/config.php b/conf/config.php
index 57a0188..324c441 100644
--- a/conf/config.php
+++ b/conf/config.php
@@ -13,7 +13,7 @@ $CONFIG['typesdb'][] = '/usr/share/collectd/types.db';
13$CONFIG['rrdtool'] = '/usr/bin/rrdtool'; 13$CONFIG['rrdtool'] = '/usr/bin/rrdtool';
14 14
15# rrdtool special command-line options 15# rrdtool special command-line options
16$CONFIG['rrdtool_opts'] = []; 16$CONFIG['rrdtool_opts'] = array();
17 17
18# category of hosts to show on main page 18# category of hosts to show on main page
19#$CONFIG['cat']['category1'] = array('host1', 'host2'); 19#$CONFIG['cat']['category1'] = array('host1', 'host2');