mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Ping Perf fix while running Squid (#11823)
* Ping Perf fix while running Squid * Update squid.inc.php rename variable
This commit is contained in:
@@ -175,5 +175,5 @@ $fields = array(
|
||||
$tags = array('name' => $name, 'app_id' => $app_id, 'rrd_def' => $rrd_def, 'rrd_name' => $rrd_name);
|
||||
data_update($device, 'app', $tags, $fields);
|
||||
|
||||
$response = ($returnedoids == false) ? false : 'Data ok';
|
||||
update_application($app, $response, $fields);
|
||||
$squid_app_status = ($returnedoids == false) ? false : 'Data ok';
|
||||
update_application($app, $squid_app_status, $fields);
|
||||
|
Reference in New Issue
Block a user