From 65aa1cbcf7f09487ccc6ab579f68d8738125da58 Mon Sep 17 00:00:00 2001 From: TheWitness Date: Wed, 20 May 2020 23:12:40 -0400 Subject: [PATCH] Additional Fixes To #3563 Current orphan handling disrupts graphing transient indexes --- lib/template.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/template.php b/lib/template.php index c0263a506..6becabd6c 100644 --- a/lib/template.php +++ b/lib/template.php @@ -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;