From 94c1ce304d8eda7c5f2847c2040f3bad22133d1c Mon Sep 17 00:00:00 2001
From: fermin831 <fermin.hernandez@artica.es>
Date: Thu, 22 Feb 2018 12:39:26 +0100
Subject: [PATCH] Removed all module_cron_interval vestiges

---
 pandora_agents/pc/pandora_agent | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pandora_agents/pc/pandora_agent b/pandora_agents/pc/pandora_agent
index 080af0b8fa..b105a8c654 100644
--- a/pandora_agents/pc/pandora_agent
+++ b/pandora_agents/pc/pandora_agent
@@ -510,8 +510,6 @@ sub parse_conf_modules($) {
 			}
 		} elsif ($line =~ /^\s*module_crontab\s+(((\*|(\d+(-\d+){0,1}))\s*){5}).*$/) {
 			$module->{'cron'} = $1;
-		} elsif ($line =~ /^\s*module_cron_interval\s+(\d+).*$/) {
-			$module->{'cron_interval'} = $1;
 		} elsif ($line =~ /^\s*module_end\s*$/) {
 			next unless ($module->{'name'} ne '') and ($module->{'func'} != 0);