Fixed copyright date to some plugins
This commit is contained in:
parent
ea443a3e26
commit
5d0dae1415
|
@ -9,7 +9,7 @@ use POSIX qw(setsid strftime);
|
|||
|
||||
sub show_help {
|
||||
print "\nSpecific Pandora FMS trap collector for compaq Hardware\n";
|
||||
print "(c) Sancho Lerena 2010 <slerena@artica.es>\n";
|
||||
print "(c) Sancho Lerena 2010-2015 <slerena@artica.es>\n";
|
||||
print "Usage:\n\n";
|
||||
print " compaq_chassis_trap_manager.pl <destination_agent_name> <TRAP DATA>\n\n";
|
||||
exit;
|
||||
|
|
|
@ -12,7 +12,7 @@ use POSIX qw(setsid strftime);
|
|||
|
||||
sub show_help {
|
||||
print "\nSpecific Pandora FMS trap collector for compaq Hardware\n";
|
||||
print "(c) Sancho Lerena 2010 <slerena@artica.es>\n";
|
||||
print "(c) Sancho Lerena 2010-2015 <slerena@artica.es>\n";
|
||||
print "Usage:\n\n";
|
||||
print " compaq_chassis_trap_manager.pl <destination_agent_name> <TRAP DATA>\n\n";
|
||||
exit;
|
||||
|
|
|
@ -6,7 +6,7 @@ use POSIX qw(setsid strftime);
|
|||
|
||||
sub show_help {
|
||||
print "\nSpecific Pandora FMS trap collector for ESX\n";
|
||||
print "(c) Sancho Lerena 2010 <slerena@artica.es>\n";
|
||||
print "(c) Sancho Lerena 2010-2015 <slerena@artica.es>\n";
|
||||
print "Usage:\n\n";
|
||||
print " esx_trap_manager.pl <destination_agent_name> <TRAP DATA>\n\n";
|
||||
exit;
|
||||
|
|
|
@ -60,7 +60,7 @@ Optional parameters:
|
|||
##############################################################################
|
||||
sub tool_api_init () {
|
||||
|
||||
print "\nIntegria IMS Remote Ticket Tool Copyright (c) 2013 Artica ST\n";
|
||||
print "\nIntegria IMS Remote Ticket Tool Copyright (c) 2013-2015 Artica ST\n";
|
||||
print "This program is Free Software, licensed under the terms of GPL License v2\n";
|
||||
print "You can download latest versions and documentation at http://www.integriaims.com\n\n";
|
||||
|
||||
|
@ -234,4 +234,4 @@ sub tool_api_main () {
|
|||
print "\nExiting!\n\n";
|
||||
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@ HUMANDATE=`date +%d-%m-%y-%s`
|
|||
OUTPUT=integrity_check_`date +%d-%m-%y-%s`.data
|
||||
|
||||
echo "Pandora FMS Integrity Check tool v1.0"
|
||||
echo "(c) Pandora FMS Development Team 2014"
|
||||
echo "(c) Pandora FMS Development Team 2014-2015"
|
||||
echo " "
|
||||
|
||||
if [ $# -lt 2 ]
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
function help {
|
||||
echo ""
|
||||
echo -e "Pandora FMS Command line backup tool. http://www.pandorafms.org"
|
||||
echo -e "(c) 2009 Sancho Lerena <slerena@gmail.com>, Artica Soluciones Tecnologicas"
|
||||
echo -e "(c) 2009-2015 Sancho Lerena <slerena@gmail.com>, Artica Soluciones Tecnologicas"
|
||||
echo ""
|
||||
echo -e "Syntax:"
|
||||
echo -e "\t\t-c Path to Pandora FMS console, p.e: /srv/www/htdocs/pandora_console"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "Small tool to measure data processing throughput for a Pandora FMS data server"
|
||||
echo "(c) 2010 Sancho Lerena, slerena@gmail.com"
|
||||
echo "(c) 2010-2015 Sancho Lerena, slerena@gmail.com"
|
||||
|
||||
ANT=0
|
||||
while [ 1 ]
|
||||
|
|
|
@ -338,7 +338,7 @@ sub pandora_event_speed {
|
|||
##############################################################################
|
||||
sub help_screen{
|
||||
|
||||
print "\nPandora FMS Database Speed Test $version Copyright (c) 2012 Artica ST\n";
|
||||
print "\nPandora FMS Database Speed Test $version Copyright (c) 2012-2015 Artica ST\n";
|
||||
print "This program is Free Software, licensed under the terms of GPL License v2\n";
|
||||
print "You can download latest versions and documentation at http://www.pandorafms.org\n\n";
|
||||
|
||||
|
|
|
@ -577,7 +577,7 @@ sub pandora_compactdb ($$) {
|
|||
sub pandora_init ($) {
|
||||
my $conf = shift;
|
||||
|
||||
log_message ('', "\nPandora FMS DB Tool $version Copyright (c) 2004-2009 Artica ST\n");
|
||||
log_message ('', "\nPandora FMS DB Tool $version Copyright (c) 2004-2015 Artica ST\n");
|
||||
log_message ('', "This program is Free Software, licensed under the terms of GPL License v2\n");
|
||||
log_message ('', "You can download latest versions and documentation at http://www.pandorafms.org\n\n");
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ LINUXINFO=`uname -a`
|
|||
OUTFILE="/tmp/pandora_diag.$TIMESTAMP.data"
|
||||
|
||||
echo " "
|
||||
echo "Pandora FMS Diagnostic Script v1.0 (c) ArticaST 2009-2011"
|
||||
echo "Pandora FMS Diagnostic Script v1.0 (c) ArticaST 2009-2015"
|
||||
echo "http://pandorafms.org. This script is licensed under GPL2 terms"
|
||||
echo " "
|
||||
echo "Please wait while this script is collecting data"
|
||||
|
|
|
@ -93,7 +93,7 @@ exit;
|
|||
# Print a help screen and exit.
|
||||
##############################################################################
|
||||
sub help_screen{
|
||||
print "\nPandora FMS CLI $version Copyright (c) 2013 Artica ST\n";
|
||||
print "\nPandora FMS CLI $version Copyright (c) 2013-2015 Artica ST\n";
|
||||
print "This program is Free Software, licensed under the terms of GPL License v2\n";
|
||||
print "You can download latest versions and documentation at http://www.pandorafms.org\n\n";
|
||||
print "$enterprise_msg\n\n";
|
||||
|
|
|
@ -99,7 +99,7 @@ sub pandora_load_credentials ($) {
|
|||
$conf->{"quiet"}=0; # Daemon 0 by default
|
||||
|
||||
|
||||
print "\nPandora FMS Plugins migrate tool $version Copyright (c) 2010 Artica ST\n";
|
||||
print "\nPandora FMS Plugins migrate tool $version Copyright (c) 2010-2015 Artica ST\n";
|
||||
print "This program is Free Software, licensed under the terms of GPL License v2\n";
|
||||
|
||||
# Load config file from command line
|
||||
|
|
|
@ -72,7 +72,7 @@ sub pandora_load_credentials ($) {
|
|||
$conf->{"quiet"}=0; # Daemon 0 by default
|
||||
|
||||
|
||||
print "\nPandora FMS Plugins migrate tool $version Copyright (c) 2010 Artica ST\n";
|
||||
print "\nPandora FMS Plugins migrate tool $version Copyright (c) 2010-2015 Artica ST\n";
|
||||
print "This program is Free Software, licensed under the terms of GPL License v2\n";
|
||||
|
||||
# Load config file from command line
|
||||
|
|
|
@ -77,7 +77,7 @@ sub pandora_load_credentials ($) {
|
|||
$conf->{"quiet"}=0; # Daemon 0 by default
|
||||
|
||||
|
||||
print "\nPandora FMS Recode tool $version Copyright (c) 2010 Artica ST\n";
|
||||
print "\nPandora FMS Recode tool $version Copyright (c) 2010-2015 Artica ST\n";
|
||||
print "This program is Free Software, licensed under the terms of GPL License v2\n";
|
||||
print "You can download latest versions and documentation at http://www.pandorafms.org\n\n";
|
||||
|
||||
|
|
|
@ -80,7 +80,7 @@ Optional parameters:
|
|||
##############################################################################
|
||||
sub tool_api_init () {
|
||||
|
||||
print "\nPandora FMS Remote Event Tool Copyright (c) 2013 Artica ST\n";
|
||||
print "\nPandora FMS Remote Event Tool Copyright (c) 2013-2015 Artica ST\n";
|
||||
print "This program is Free Software, licensed under the terms of GPL License v2\n";
|
||||
print "You can download latest versions and documentation at http://www.pandorafms.org\n\n";
|
||||
|
||||
|
|
|
@ -74,7 +74,7 @@ Optional parameters:
|
|||
##############################################################################
|
||||
sub tool_api_init () {
|
||||
|
||||
print "\nPandora FMS Remote Event Tool Copyright (c) 2013 Artica ST\n";
|
||||
print "\nPandora FMS Remote Event Tool Copyright (c) 2013-2015 Artica ST\n";
|
||||
print "This program is Free Software, licensed under the terms of GPL License v2\n";
|
||||
print "You can download latest versions and documentation at http://www.pandorafms.org\n\n";
|
||||
|
||||
|
|
|
@ -119,7 +119,7 @@ sub pandora_load_credentials ($) {
|
|||
$conf->{"quiet"}=0; # Daemon 0 by default
|
||||
|
||||
|
||||
print "\nCopyright (c) 2010 Artica Soluciones Tecnologicas S.L\n";
|
||||
print "\nCopyright (c) 2010-2015 Artica Soluciones Tecnologicas S.L\n";
|
||||
print "This code is not free or OpenSource. Please don't redistribute.\n\n";
|
||||
|
||||
# Load enterprise module
|
||||
|
|
Loading…
Reference in New Issue