From 06ff6d85ee93671e53e4f8eadd343324adeea708 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Thu, 7 Sep 2017 10:15:01 +0200 Subject: [PATCH] Added preproc header pandora_migrate_logs --- pandora_server/util/pandora_migrate_logs.pl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pandora_server/util/pandora_migrate_logs.pl b/pandora_server/util/pandora_migrate_logs.pl index 253b240b51..3d1b15cb64 100644 --- a/pandora_server/util/pandora_migrate_logs.pl +++ b/pandora_server/util/pandora_migrate_logs.pl @@ -1,3 +1,11 @@ +#!/usr/bin/perl +# +# Pandora FMS log migration tool +# +# Artica ST 2017 +# 2017/09/07 v1 (c) Fco de Borja Sanchez +# +######################################################################## use strict; use warnings;