Skip to content

Commit

Permalink
Additional Fixes To #3563
Browse files Browse the repository at this point in the history
Current orphan handling disrupts graphing transient indexes
  • Loading branch information
TheWitness committed May 21, 2020
1 parent 4301092 commit 65aa1cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/template.php
Expand Up @@ -1007,6 +1007,9 @@ function create_complete_graph_from_template($graph_template_id, $host_id, $snmp

include_once($config['library_path'] . '/data_query.php');

// Interim adding improved orphan support
add_orphan_support();

if (!graph_template_whitelist_check($graph_template_id)) {
raise_message(10);
return false;
Expand Down

0 comments on commit 65aa1cb

Please sign in to comment.