From 26cd32c6deb372dc25e3c010b65d9697962edf16 Mon Sep 17 00:00:00 2001 From: Mark Nellemann Date: Wed, 26 Aug 2015 12:29:30 +0200 Subject: Support for host categories bases on regular expression matching against host names --- conf/config.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/config.php') 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(); # category of hosts to show on main page #$CONFIG['cat']['category1'] = array('host1', 'host2'); +# category of hosts based on regular expression +#$CONFIG['cat']['Mailservers'] = '/mail\d+/'; + # default plugins to show on host page $CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap'); -- cgit v1.1