mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update nfs-stats.inc.php to use data_update
filter tags in ports.inc.php, and update the phpdoc for rrd_array_filter()
This commit is contained in:
@@ -22,8 +22,11 @@ require_once $config['install_dir'] . "/includes/rrdtool.inc.php";
|
||||
require_once $config['install_dir'] . "/includes/influxdb.inc.php";
|
||||
|
||||
|
||||
/*
|
||||
* @return Copy of $arr with all keys beginning with 'rrd_' removed.
|
||||
/**
|
||||
* Filter all elements with keys that start with 'rrd_'
|
||||
*
|
||||
* @param array $arr input array
|
||||
* @return array Copy of $arr with all keys beginning with 'rrd_' removed.
|
||||
*/
|
||||
function rrd_array_filter($arr)
|
||||
{
|
||||
|
Reference in New Issue
Block a user