mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: quotes breaking powerdns app data (#7111)
This commit is contained in:
committed by
Tony Murray
parent
c16ca70c71
commit
c39f3c7468
@@ -13,6 +13,7 @@ if ($agent_data['app'][$name]) {
|
||||
$powerdns = $agent_data['app'][$name];
|
||||
} else {
|
||||
$powerdns = snmp_get($device, $oid, $options);
|
||||
$powerdns = trim($powerdns, '"');
|
||||
}
|
||||
update_application($app, $powerdns);
|
||||
|
||||
|
Reference in New Issue
Block a user