mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Some more updates for rrdtool tune
This commit is contained in:
@@ -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)) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user