Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boost generates undefined variables warning during poller run #3006

Closed
jdcoats opened this issue Oct 4, 2019 · 1 comment
Closed

Boost generates undefined variables warning during poller run #3006

jdcoats opened this issue Oct 4, 2019 · 1 comment
Assignees
Labels
boost Boost related issue bug Undesired behaviour poller Data Collection related issue resolved A fixed issue
Milestone

Comments

@jdcoats
Copy link

jdcoats commented Oct 4, 2019

Boost undefined variables outbuf & initial_time

2019/10/04 13:11:26 - CMDPHP PHP ERROR NOTICE Backtrace: (/poller_boost.php[137]:output_rrd_data(), /poller_boost.php[311]:boost_process_local_data_ids(), /poller_boost.php[450]:boost_process_output(), /poller_boost.php[627]:CactiErrorHandler())
2019/10/04 13:11:26 - ERROR PHP NOTICE: Undefined variable: outbuf in file: /var/www/localhost/htdocs/cacti/poller_boost.php on line: 627
2019/10/04 13:11:26 - CMDPHP PHP ERROR NOTICE Backtrace: (/poller_boost.php[137]:output_rrd_data(), /poller_boost.php[311]:boost_process_local_data_ids(), /poller_boost.php[450]:boost_process_output(), /poller_boost.php[638]:CactiErrorHandler())
2019/10/04 13:11:26 - ERROR PHP NOTICE: Undefined variable: initial_time in file: /var/www/localhost/htdocs/cacti/poller_boost.php on line: 638
@jdcoats
Copy link
Author

jdcoats commented Oct 4, 2019

-        $outbut = '';
+        $outbuf = '';

@netniV netniV changed the title (1.2.7) Boost undefined variables outbuf & initial_time Boost generates undefined variables warning during poller run Oct 4, 2019
@netniV netniV self-assigned this Oct 4, 2019
@netniV netniV added boost Boost related issue bug Undesired behaviour poller Data Collection related issue labels Oct 4, 2019
@netniV netniV added this to the v1.2.8 milestone Oct 4, 2019
@cigamit cigamit added the resolved A fixed issue label Nov 9, 2019
@cigamit cigamit closed this as completed Nov 9, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Jun 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
boost Boost related issue bug Undesired behaviour poller Data Collection related issue resolved A fixed issue
Projects
None yet
Development

No branches or pull requests

3 participants