diff options
author | Pim van den Berg | 2016-01-05 21:54:22 +0100 |
---|---|---|
committer | Pim van den Berg | 2016-01-05 21:54:22 +0100 |
commit | 192cb0bc5381377dc6e646c68730d5d9b686cc8f (patch) | |
tree | 5879af858962416f6bcbc335e3c24f9478188a7b /conf | |
parent | explicitly set Content-Type header to text/html (diff) | |
parent | Support for host categories bases on regular expression matching against host... (diff) | |
download | apt-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')
-rw-r--r-- | conf/config.php | 3 |
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 | ||