2009-08-20 Sancho Lerena <slerena@artica.es>
* bsd-ipso/pandora_agent.sh aix/pandora_agent mac_osx/pandora_agent openWRT/pandora_agent hp-ux/pandora_agent win32/udp_server/udp_server.cc win32/udp_server/udp_server.h meta_agent/pandora_agent_sim.sh solaris/pandora_agent: Header updates. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1870 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
0daa142efb
commit
62aa851838
|
@ -1,3 +1,15 @@
|
|||
2009-08-20 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* bsd-ipso/pandora_agent.sh
|
||||
aix/pandora_agent
|
||||
mac_osx/pandora_agent
|
||||
openWRT/pandora_agent
|
||||
hp-ux/pandora_agent
|
||||
win32/udp_server/udp_server.cc
|
||||
win32/udp_server/udp_server.h
|
||||
meta_agent/pandora_agent_sim.sh
|
||||
solaris/pandora_agent: Header updates.
|
||||
|
||||
2009-08-19 Manuel Arostegui <manuel@todo-linux.com>
|
||||
|
||||
* linux/pandora_agent.spec: Changed email.
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
#!/usr/bin/ksh
|
||||
# **********************************************************************
|
||||
# Pandora Agent for AIX
|
||||
# v1.3
|
||||
# (c) Sancho Lerena 2003-2006, slerena@gmail.com
|
||||
# Este codigo esta licenciado bajo la licencia GPL 2.0 o posterior
|
||||
# This code is licenced under GPL 2.0 licence or later
|
||||
# Pandora FMS AIX Agent
|
||||
# (c) 2009 Artica Soluciones Tecnológicas SL
|
||||
# with the help of many people. Please see http://pandorafms.org
|
||||
# This code is licensed under GPL 2.0 license.
|
||||
# **********************************************************************
|
||||
|
||||
AGENT_VERSION="1.3"
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
#!/bin/sh
|
||||
# **********************************************************************
|
||||
# Agente Generico Pandora
|
||||
# FreeBSD/IPSO version
|
||||
# (c) Sancho Lerena 2003-2007, slerena@gmail.com
|
||||
# Este codigo esta licenciado bajo la licencia GPL 2.0
|
||||
# This code is licenced under GPL 2.0 licence.
|
||||
# Pandora FMS Generic IPSO/HPUX
|
||||
# (c) 2009 Artica Soluciones Tecnológicas SL
|
||||
# with the help of many people. Please see http://pandorafms.org
|
||||
# This code is licensed under GPL 2.0 license.
|
||||
# **********************************************************************
|
||||
|
||||
AGENT_VERSION=1.3
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
#!/bin/sh
|
||||
# **********************************************************************
|
||||
# Pandora Agent
|
||||
# HPUX Version (v11)
|
||||
# (c) Sancho Lerena 2003-2005, slerena@gmail.com
|
||||
# Este codigo esta licenciado bajo la licencia GPL 2.0
|
||||
# This code is licenced under GPL 2.0 licence.
|
||||
# Pandora FMS Generic HPUX Agent
|
||||
# (c) 2009 Artica Soluciones Tecnológicas SL
|
||||
# with the help of many people. Please see http://pandorafms.org
|
||||
# This code is licensed under GPL 2.0 license.
|
||||
# **********************************************************************
|
||||
|
||||
AGENT_VERSION=1.1
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
#!/bin/bash
|
||||
# **********************************************************************
|
||||
# Pandora FMS Generic Host Agent
|
||||
# Mac OS X/Linux version 2.0
|
||||
# (c) 2003-2008 Sancho Lerena <slerena@gmail.com>
|
||||
# with the help of many people. Please see http://pandora.sourceforge.net
|
||||
# Pandora FMS Generic MacOS Agent
|
||||
# (c) 2009 Artica Soluciones Tecnológicas SL
|
||||
# with the help of many people. Please see http://pandorafms.org
|
||||
# This code is licensed under GPL 2.0 license.
|
||||
# **********************************************************************
|
||||
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
# **********************************************************************
|
||||
# SIMULADOR DE AGENTES Pandora (Pandora Meta Agent)
|
||||
# Linux version
|
||||
# (c) Sancho Lerena 2003,2004,2005
|
||||
# Este codigo esta licenciado bajo la licencia GPL 2.0.
|
||||
# This code is licenced under GPL 2.0 licence.
|
||||
# Pandora FMS Agent Simulator (MetaAgent)
|
||||
# (c) 2009 Artica Soluciones Tecnológicas SL
|
||||
# with the help of many people. Please see http://pandorafms.org
|
||||
# This code is licensed under GPL 2.0 license.
|
||||
# **********************************************************************
|
||||
|
||||
IFS=$'\n'
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
#!/bin/sh
|
||||
# **********************************************************************
|
||||
# Pandora FMS Agent
|
||||
# OpenWRT version
|
||||
# (c) 2003-2008 Sancho Lerena <slerena@gmail.com>
|
||||
# (c) 2007-2008 Jorge Loza <jorge@netberry.es>
|
||||
# with the help of many people. Please see http://pandora.sourceforge.net
|
||||
# Pandora FMS OpenWRT Agent
|
||||
# (c) 2009 Artica Soluciones Tecnológicas SL
|
||||
# with the help of many people. Please see http://pandorafms.org
|
||||
# This code is licensed under GPL 2.0 license.
|
||||
# **********************************************************************
|
||||
AGENT_VERSION=2.0
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
#!/usr/bin/ksh
|
||||
# **********************************************************************
|
||||
# Pandora Agent for Solaris
|
||||
# v1.3
|
||||
# (c) Sancho Lerena 2003-2006, slerena@gmail.com
|
||||
# Este codigo esta licenciado bajo la licencia GPL 2.0 o posterior
|
||||
# This code is licenced under GPL 2.0 licence
|
||||
# Pandora FMS Solaris Agent
|
||||
# (c) 2009 Artica Soluciones Tecnológicas SL
|
||||
# with the help of many people. Please see http://pandorafms.org
|
||||
# This code is licensed under GPL 2.0 license.
|
||||
# **********************************************************************
|
||||
|
||||
AGENT_VERSION="1.3"
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
|
||||
Copyright (C) 2009 Artica ST.
|
||||
Written by Ramon Novoa
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2, or (at your option)
|
||||
any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License along
|
||||
with this program; if not, write to the Free Software Foundation,
|
||||
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,3 +1,24 @@
|
|||
/*
|
||||
|
||||
Copyright (C) 2009 Artica ST.
|
||||
Written by Ramon Novoa
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2, or (at your option)
|
||||
any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License along
|
||||
with this program; if not, write to the Free Software Foundation,
|
||||
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef __UDP_SERVER_H__
|
||||
#define __UDP_SERVER_H__
|
||||
|
||||
|
|
Loading…
Reference in New Issue