Some more updates for rrdtool tune

This commit is contained in:
laf
2015-11-18 21:52:32 +00:00
parent 1591f9ca6d
commit c000676a2a
3 changed files with 31 additions and 2 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ rrdtool_pipe_open($rrd_process, $rrd_pipes);
$options = getopt('h:p:');
$hosts = $options['h'];
$ports = $options['p'];
$hosts = str_replace('*', '%', mres($options['h']));
$ports = str_replace('*', '%', mres($options['p']));
if (empty($hosts) && empty($ports)) {