aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/config.php
diff options
context:
space:
mode:
authorPim van den Berg2016-01-05 21:54:22 +0100
committerPim van den Berg2016-01-05 21:54:22 +0100
commit192cb0bc5381377dc6e646c68730d5d9b686cc8f (patch)
tree5879af858962416f6bcbc335e3c24f9478188a7b /conf/config.php
parentexplicitly set Content-Type header to text/html (diff)
parentSupport for host categories bases on regular expression matching against host... (diff)
downloadapt-panopticon_cgp-192cb0bc5381377dc6e646c68730d5d9b686cc8f.zip
apt-panopticon_cgp-192cb0bc5381377dc6e646c68730d5d9b686cc8f.tar.gz
apt-panopticon_cgp-192cb0bc5381377dc6e646c68730d5d9b686cc8f.tar.bz2
apt-panopticon_cgp-192cb0bc5381377dc6e646c68730d5d9b686cc8f.tar.xz
Merge pull request #127 from mnellemann/master
Support for host categories based on regular expression matching
Diffstat (limited to 'conf/config.php')
-rw-r--r--conf/config.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/config.php b/conf/config.php
index ec55d30..0628bfe 100644
--- a/conf/config.php
+++ b/conf/config.php
@@ -18,6 +18,9 @@ $CONFIG['rrdtool_opts'] = array();
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');
20 20
21# category of hosts based on regular expression
22#$CONFIG['cat']['Mailservers'] = '/mail\d+/';
23
21# default plugins to show on host page 24# default plugins to show on host page
22$CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap'); 25$CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap');
23 26