Skip to content

Commit

Permalink
Fixing #4519 cmd.php errors
Browse files Browse the repository at this point in the history
Tracebacks and errors when remote host poll fails
  • Loading branch information
TheWitness committed Dec 31, 2021
1 parent 8391eef commit dd8ce81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -27,6 +27,7 @@ Cacti CHANGELOG
-issue#4511: When viewing SVG Graphs the Graphs do not size properly when using the Time View UI
-issue#4512: The Cacti API can not remove a Graph that has no Data Sources
-issue#4516: Unable to create Graphs due to one of the following Data Query Issues: permissions, incorrectly formatted, or missing XML file
-issue#4519: Tracebacks and errors when remote host poll fails

1.2.19
-security#4356: Further fixes for grave character security protection
Expand Down
2 changes: 1 addition & 1 deletion cmd.php
Expand Up @@ -696,7 +696,7 @@ function collect_device_data(&$item, &$error_ds) {
}

function ping_and_reindex_check(&$item, $mibs) {
global $print_data_to_stdout, $sessions, $set_spike_kill, $poller_db_cnn_id, $cactiphp, $using_proc_function;
global $poller_id, $print_data_to_stdout, $sessions, $set_spike_kill, $poller_db_cnn_id, $cactiphp, $using_proc_function;

$ping = new Net_Ping;
$host_id = $item['host_id'];
Expand Down

0 comments on commit dd8ce81

Please sign in to comment.