mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Updated external_exec to use proc_open
This commit is contained in:
@@ -89,7 +89,7 @@ function poll_sensor($device, $class, $unit)
|
||||
|
||||
function poll_device($device, $options)
|
||||
{
|
||||
global $config, $device, $polled_devices, $db_stats, $memcache;
|
||||
global $config, $device, $polled_devices, $db_stats, $memcache, $exec_response;
|
||||
|
||||
$attribs = get_dev_attribs($device['device_id']);
|
||||
|
||||
|
Reference in New Issue
Block a user