mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Update aditional years
This commit is contained in:
parent
c926349c67
commit
507b57310c
pandora_agents
pandora_plugins
pandora_server/util
tentacle
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Pandora FMS Embedded Agent, startup script
|
||||
# Copyright (c) 2011 Pandora FMS, <info@pandorafms.com>
|
||||
# Copyright (c) 2011-2023 Pandora FMS, <info@pandorafms.com>
|
||||
# Tested on Busybox 1.13
|
||||
# v4.0 Build 110122
|
||||
# http://www.pandorafms.com
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Pandora FMS Embedded Agent Installer (c) 2011 Pandora FMS
|
||||
# Pandora FMS Embedded Agent Installer (c) 2011-2023 Pandora FMS
|
||||
# Embedded Version (generic), for Busybox enviroments only
|
||||
# Please see http://www.pandorafms.org
|
||||
# v4.0 Build 110121
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Pandora FMS Embedded Agent, startup script
|
||||
# Copyright (c) 2011 Pandora FMS, <info@pandorafms.com>
|
||||
# Copyright (c) 2011-2023 Pandora FMS, <info@pandorafms.com>
|
||||
# Tested on Busybox 1.13
|
||||
# v4.0 Build 110122
|
||||
# http://www.pandorafms.com
|
||||
|
@ -2,7 +2,7 @@
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright (c) 2008 Ramon Novoa <rnovoa@artica.es>
|
||||
# Copyright (c) 2008 Pandora FMS.
|
||||
# Copyright (c) 2008-2023 Pandora FMS.
|
||||
#
|
||||
# grep_log Perl script to search log files for a matching pattern. The last
|
||||
# searched position is saved in an index file so that consecutive
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/perl
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright (c) 2009 Pandora FMS.
|
||||
# Copyright (c) 2009-2023 Pandora FMS.
|
||||
#
|
||||
# inventory Generate a hardware/software inventory.
|
||||
#
|
||||
|
@ -8,7 +8,7 @@
|
||||
#
|
||||
# Usage: nagios_plugin_wrapper <module_name> <nagios plugin execution with its parameters>
|
||||
##########################################################################
|
||||
# Copyright (c) 2010 Pandora FMS
|
||||
# Copyright (c) 2010-2023 Pandora FMS
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
|
@ -2,7 +2,7 @@
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright (c) 2009 Ramon Novoa <rnovoa@artica.es>
|
||||
# Copyright (c) 2009 Pandora FMS.
|
||||
# Copyright (c) 2009-2023 Pandora FMS.
|
||||
#
|
||||
# pandora_df Retrieve filesystem disk usage. By default information for all
|
||||
# filesystems is returned, but one or more filesystems may be
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/perl
|
||||
# Update binary tool
|
||||
# Copyright (c) 2010 Pandora FMS.
|
||||
# Copyright (c) 2010-2023 Pandora FMS.
|
||||
# Copyright (c) Sancho Lerena <slerena@artica.es>
|
||||
|
||||
use strict;
|
||||
|
@ -2,7 +2,7 @@
|
||||
################################################################################
|
||||
#
|
||||
# Copyright (c) 2007-2008 Ramon Novoa <rnovoa@artica.es>
|
||||
# Copyright (c) 2007-2008 Pandora FMS.
|
||||
# Copyright (c) 2007-2023 Pandora FMS.
|
||||
#
|
||||
# tentacle_client.pl Tentacle Client. See https://pandorafms.com/docs/ for
|
||||
# protocol description.
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/ksh
|
||||
# **********************************************************************
|
||||
# Pandora FMS AIX Agent
|
||||
# (c) 2009 Pandora FMS
|
||||
# (c) 2009-2023 Pandora FMS
|
||||
# with the help of many people. Please see http://pandorafms.org
|
||||
# This code is licensed under GPL 2.0 license.
|
||||
# **********************************************************************
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# **********************************************************************
|
||||
# Pandora FMS Generic HPUX Agent
|
||||
# (c) 2009 Pandora FMS
|
||||
# (c) 2009-2023 Pandora FMS
|
||||
# with the help of many people. Please see http://pandorafms.org
|
||||
# This code is licensed under GPL 2.0 license.
|
||||
# **********************************************************************
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
# **********************************************************************
|
||||
# Pandora FMS Generic Linux Agent
|
||||
# (c) 2010 Pandora FMS
|
||||
# (c) 2010-2023 Pandora FMS
|
||||
# with the help of many people. Please see http://pandorafms.org
|
||||
# This code is licensed under GPL 2.0 license.
|
||||
# **********************************************************************
|
||||
|
@ -2,7 +2,7 @@
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright (c) 2008 Ramon Novoa <rnovoa@artica.es>
|
||||
# Copyright (c) 2008 Pandora FMS.
|
||||
# Copyright (c) 2008-2023 Pandora FMS.
|
||||
#
|
||||
# grep_log Perl script to search log files for a matching pattern. The last
|
||||
# searched position is saved in an index file so that consecutive
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/perl
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright (c) 2009 Pandora FMS.
|
||||
# Copyright (c) 2009-2023 Pandora FMS.
|
||||
#
|
||||
# inventory Generate a hardware/software inventory.
|
||||
#
|
||||
|
@ -2,7 +2,7 @@
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright (c) 2009 Ramon Novoa <rnovoa@artica.es>
|
||||
# Copyright (c) 2009 Pandora FMS.
|
||||
# Copyright (c) 2009-2023 Pandora FMS.
|
||||
#
|
||||
# pandora_df Retrieve filesystem disk usage. By default information for all
|
||||
# filesystems is returned, but one or more filesystems may be
|
||||
|
@ -2,7 +2,7 @@
|
||||
################################################################################
|
||||
#
|
||||
# Copyright (c) 2007-2008 Ramon Novoa <rnovoa@artica.es>
|
||||
# Copyright (c) 2007-2008 Pandora FMS.
|
||||
# Copyright (c) 2007-2023 Pandora FMS.
|
||||
#
|
||||
# tentacle_client.pl Tentacle Client. See https://pandorafms.com/docs/ for
|
||||
# protocol description.
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
# **********************************************************************
|
||||
# Pandora FMS Generic Linux Agent
|
||||
# (c) 2009 Pandora FMS
|
||||
# (c) 2009-2023 Pandora FMS
|
||||
# with the help of many people. Please see http://pandorafms.org
|
||||
# This code is licensed under GPL 2.0 license.
|
||||
# **********************************************************************
|
||||
|
@ -2,7 +2,7 @@
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright (c) 2008 Ramon Novoa <rnovoa@artica.es>
|
||||
# Copyright (c) 2008 Pandora FMS.
|
||||
# Copyright (c) 2008-2023 Pandora FMS.
|
||||
#
|
||||
# grep_log Perl script to search log files for a matching pattern. The last
|
||||
# searched position is saved in an index file so that consecutive
|
||||
|
@ -2,7 +2,7 @@
|
||||
################################################################################
|
||||
#
|
||||
# Copyright (c) 2007-2008 Ramon Novoa <rnovoa@artica.es>
|
||||
# Copyright (c) 2007-2008 Pandora FMS.
|
||||
# Copyright (c) 2007-2023 Pandora FMS.
|
||||
#
|
||||
# tentacle_client.pl Tentacle Client. See https://pandorafms.com/docs/ for
|
||||
# protocol description.
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# **********************************************************************
|
||||
# Pandora FMS OpenWRT Agent
|
||||
# (c) 2009 Pandora FMS
|
||||
# (c) 2009-2023 Pandora FMS
|
||||
# with the help of many people. Please see http://pandorafms.org
|
||||
# This code is licensed under GPL 2.0 license.
|
||||
# **********************************************************************
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/ksh
|
||||
# **********************************************************************
|
||||
# Pandora FMS Solaris Agent
|
||||
# (c) 2009 Pandora FMS
|
||||
# (c) 2009-2023 Pandora FMS
|
||||
# with the help of many people. Please see http://pandorafms.org
|
||||
# This code is licensed under GPL 2.0 license.
|
||||
# **********************************************************************
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Pandora FMS Embedded Agent, startup script
|
||||
# Copyright (c) 2011 Pandora FMS, <info@pandorafms.com>
|
||||
# Copyright (c) 2011-2023 Pandora FMS, <info@pandorafms.com>
|
||||
# Tested on Busybox 1.13
|
||||
# v4.0 Build 110122
|
||||
# http://www.pandorafms.com
|
||||
|
@ -3,7 +3,7 @@
|
||||
########################################################################
|
||||
# Pandora FMS - Remote Event Tool (via WEB API)
|
||||
########################################################################
|
||||
# Copyright (c) 2021 Pandora FMS
|
||||
# Copyright (c) 2021-2023 Pandora FMS
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License version 2
|
||||
|
@ -2,7 +2,7 @@
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright (c) 2016 Ramon Novoa <rnovoa@artica.es>
|
||||
# Copyright (c) 2016 Pandora FMS.
|
||||
# Copyright (c) 2016-2023 Pandora FMS.
|
||||
#
|
||||
# sockstat.sh Pandora FMS agent plug-in to retrieve file handle statistics.
|
||||
#
|
||||
|
@ -2,7 +2,7 @@
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright (c) 2008 Ramon Novoa <rnovoa@artica.es>
|
||||
# Copyright (c) 2008 Pandora FMS.
|
||||
# Copyright (c) 2008-2023 Pandora FMS.
|
||||
#
|
||||
# grep_log Perl script to search log files for a matching pattern. The last
|
||||
# searched position is saved in an index file so that consecutive
|
||||
|
@ -2,7 +2,7 @@
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright (c) 2012 Ramon Novoa <rnovoa@artica.es>
|
||||
# Copyright (c) 2012 Pandora FMS.
|
||||
# Copyright (c) 2012-2023 Pandora FMS.
|
||||
#
|
||||
# grep_log_module Perl script to search log files for a matching pattern. The
|
||||
# last searched position is saved in an index file so that
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/perl
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright (c) 2018 Pandora FMS.
|
||||
# Copyright (c) 2018-2023 Pandora FMS.
|
||||
#
|
||||
# grep_log Perl script to search log files for a matching pattern. The last
|
||||
# searched position is saved in an index file so that consecutive
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/perl
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright (c) 2009 Pandora FMS.
|
||||
# Copyright (c) 2009-2023 Pandora FMS.
|
||||
#
|
||||
# inventory Generate a hardware/software inventory.
|
||||
#
|
||||
|
@ -8,7 +8,7 @@
|
||||
#
|
||||
# Usage: nagios_plugin_wrapper <module_name> <nagios plugin execution with its parameters>
|
||||
##########################################################################
|
||||
# Copyright (c) 2010 Pandora FMS
|
||||
# Copyright (c) 2010-2023 Pandora FMS
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
|
@ -2,7 +2,7 @@
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright (c) 2009 Ramon Novoa <rnovoa@artica.es>
|
||||
# Copyright (c) 2009 Pandora FMS.
|
||||
# Copyright (c) 2009-2023 Pandora FMS.
|
||||
#
|
||||
# pandora_df Retrieve filesystem disk usage. By default information for all
|
||||
# filesystems is returned, but one or more filesystems may be
|
||||
|
@ -2,7 +2,7 @@
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright (c) 2009 Ramon Novoa <rnovoa@artica.es>
|
||||
# Copyright (c) 2009 Pandora FMS.
|
||||
# Copyright (c) 2009-2023 Pandora FMS.
|
||||
#
|
||||
# pandora_df Retrieve filesystem disk usage. By default information for all
|
||||
# filesystems is returned, but one or more filesystems may be
|
||||
|
@ -2,7 +2,7 @@
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright (c) 2016 Antonio Sánchez <antonio.sanchez@artica.es>
|
||||
# Copyright (c) 2016 Pandora FMS.
|
||||
# Copyright (c) 2016-2023 Pandora FMS.
|
||||
#
|
||||
# By default, gather data from all data file system types.
|
||||
# You can add many filesystems you want to include in the checks by just passing
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/perl
|
||||
# Update binary tool
|
||||
# Copyright (c) 2010 Pandora FMS.
|
||||
# Copyright (c) 2010-2023 Pandora FMS.
|
||||
# Copyright (c) Sancho Lerena <slerena@artica.es>
|
||||
|
||||
use strict;
|
||||
|
@ -2,7 +2,7 @@
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright (c) 2016 Ramon Novoa <rnovoa@artica.es>
|
||||
# Copyright (c) 2016 Pandora FMS.
|
||||
# Copyright (c) 2016-2023 Pandora FMS.
|
||||
#
|
||||
# sockstat.sh Pandora FMS agent plug-in to retrieve socket statistics.
|
||||
#
|
||||
|
@ -2,7 +2,7 @@
|
||||
################################################################################
|
||||
#
|
||||
# Copyright (c) 2007-2008 Ramon Novoa <rnovoa@artica.es>
|
||||
# Copyright (c) 2007-2008 Pandora FMS.
|
||||
# Copyright (c) 2007-2023 Pandora FMS.
|
||||
#
|
||||
# tentacle_client.pl Tentacle Client. See https://pandorafms.com/docs/ for
|
||||
# protocol description.
|
||||
|
@ -2,7 +2,7 @@
|
||||
###############################################################################
|
||||
# Pandora FMS Agent Plugin for ADVANCED log parsing
|
||||
# Copyright (c) 2011-2015 Sancho Lerena <slerena@artica.es>
|
||||
# Copyright (c) 2011-2015 Pandora FMS.
|
||||
# Copyright (c) 2011-2023 Pandora FMS.
|
||||
# _______ __ __ _______ _______
|
||||
# | _ |.----.| |_|__|.----.---.-. | __|_ _|
|
||||
# | || _|| _| || __| _ | |__ | | |
|
||||
|
@ -1,7 +1,7 @@
|
||||
################################################################################
|
||||
# get Event
|
||||
################################################################################
|
||||
# Copyright (c) 2020 Pandora FMS
|
||||
# Copyright (c) 2020-2023 Pandora FMS
|
||||
# Jose Antonio Almendros
|
||||
################################################################################
|
||||
#
|
||||
|
@ -3,7 +3,7 @@
|
||||
########################################################################
|
||||
# Pandora FMS - Remote Event Tool (via WEB API)
|
||||
########################################################################
|
||||
# Copyright (c) 2021 Pandora FMS
|
||||
# Copyright (c) 2021-2023 Pandora FMS
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License version 2
|
||||
|
@ -2,7 +2,7 @@
|
||||
################################################################################
|
||||
#
|
||||
# Copyright (c) 2007-2008 Ramon Novoa <rnovoa@artica.es>
|
||||
# Copyright (c) 2007-2008 Pandora FMS.
|
||||
# Copyright (c) 2007-2023 Pandora FMS.
|
||||
#
|
||||
# tentacle_client.pl Tentacle Client. See https://pandorafms.com/docs/ for
|
||||
# protocol description.
|
||||
|
Loading…
x
Reference in New Issue
Block a user