mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* It seems that after the PR #14087, the variable $agent_data is not accessible anymore in applications script. Just add the line `global $agent_data` at script start solve this issue. * It seems that after the PR #14087, the variable $agent_data is not accessible anymore in applications script. Just add `$agent_data` to the use in the applications polling script start solve this issue. Co-authored-by: Tony Murray <murraytony@gmail.com>