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>
|
2009-08-19 Manuel Arostegui <manuel@todo-linux.com>
|
||||||
|
|
||||||
* linux/pandora_agent.spec: Changed email.
|
* linux/pandora_agent.spec: Changed email.
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
#!/usr/bin/ksh
|
#!/usr/bin/ksh
|
||||||
# **********************************************************************
|
# **********************************************************************
|
||||||
# Pandora Agent for AIX
|
# Pandora FMS AIX Agent
|
||||||
# v1.3
|
# (c) 2009 Artica Soluciones Tecnológicas SL
|
||||||
# (c) Sancho Lerena 2003-2006, slerena@gmail.com
|
# with the help of many people. Please see http://pandorafms.org
|
||||||
# Este codigo esta licenciado bajo la licencia GPL 2.0 o posterior
|
# This code is licensed under GPL 2.0 license.
|
||||||
# This code is licenced under GPL 2.0 licence or later
|
|
||||||
# **********************************************************************
|
# **********************************************************************
|
||||||
|
|
||||||
AGENT_VERSION="1.3"
|
AGENT_VERSION="1.3"
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# **********************************************************************
|
# **********************************************************************
|
||||||
# Agente Generico Pandora
|
# Pandora FMS Generic IPSO/HPUX
|
||||||
# FreeBSD/IPSO version
|
# (c) 2009 Artica Soluciones Tecnológicas SL
|
||||||
# (c) Sancho Lerena 2003-2007, slerena@gmail.com
|
# with the help of many people. Please see http://pandorafms.org
|
||||||
# Este codigo esta licenciado bajo la licencia GPL 2.0
|
# This code is licensed under GPL 2.0 license.
|
||||||
# This code is licenced under GPL 2.0 licence.
|
|
||||||
# **********************************************************************
|
# **********************************************************************
|
||||||
|
|
||||||
AGENT_VERSION=1.3
|
AGENT_VERSION=1.3
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# **********************************************************************
|
# **********************************************************************
|
||||||
# Pandora Agent
|
# Pandora FMS Generic HPUX Agent
|
||||||
# HPUX Version (v11)
|
# (c) 2009 Artica Soluciones Tecnológicas SL
|
||||||
# (c) Sancho Lerena 2003-2005, slerena@gmail.com
|
# with the help of many people. Please see http://pandorafms.org
|
||||||
# Este codigo esta licenciado bajo la licencia GPL 2.0
|
# This code is licensed under GPL 2.0 license.
|
||||||
# This code is licenced under GPL 2.0 licence.
|
|
||||||
# **********************************************************************
|
# **********************************************************************
|
||||||
|
|
||||||
AGENT_VERSION=1.1
|
AGENT_VERSION=1.1
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# **********************************************************************
|
# **********************************************************************
|
||||||
# Pandora FMS Generic Host Agent
|
# Pandora FMS Generic MacOS Agent
|
||||||
# Mac OS X/Linux version 2.0
|
# (c) 2009 Artica Soluciones Tecnológicas SL
|
||||||
# (c) 2003-2008 Sancho Lerena <slerena@gmail.com>
|
# with the help of many people. Please see http://pandorafms.org
|
||||||
# with the help of many people. Please see http://pandora.sourceforge.net
|
|
||||||
# This code is licensed under GPL 2.0 license.
|
# This code is licensed under GPL 2.0 license.
|
||||||
# **********************************************************************
|
# **********************************************************************
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# **********************************************************************
|
# **********************************************************************
|
||||||
# SIMULADOR DE AGENTES Pandora (Pandora Meta Agent)
|
# Pandora FMS Agent Simulator (MetaAgent)
|
||||||
# Linux version
|
# (c) 2009 Artica Soluciones Tecnológicas SL
|
||||||
# (c) Sancho Lerena 2003,2004,2005
|
# with the help of many people. Please see http://pandorafms.org
|
||||||
# Este codigo esta licenciado bajo la licencia GPL 2.0.
|
# This code is licensed under GPL 2.0 license.
|
||||||
# This code is licenced under GPL 2.0 licence.
|
|
||||||
# **********************************************************************
|
# **********************************************************************
|
||||||
|
|
||||||
IFS=$'\n'
|
IFS=$'\n'
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# **********************************************************************
|
# **********************************************************************
|
||||||
# Pandora FMS Agent
|
# Pandora FMS OpenWRT Agent
|
||||||
# OpenWRT version
|
# (c) 2009 Artica Soluciones Tecnológicas SL
|
||||||
# (c) 2003-2008 Sancho Lerena <slerena@gmail.com>
|
# with the help of many people. Please see http://pandorafms.org
|
||||||
# (c) 2007-2008 Jorge Loza <jorge@netberry.es>
|
|
||||||
# with the help of many people. Please see http://pandora.sourceforge.net
|
|
||||||
# This code is licensed under GPL 2.0 license.
|
# This code is licensed under GPL 2.0 license.
|
||||||
# **********************************************************************
|
# **********************************************************************
|
||||||
AGENT_VERSION=2.0
|
AGENT_VERSION=2.0
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
#!/usr/bin/ksh
|
#!/usr/bin/ksh
|
||||||
# **********************************************************************
|
# **********************************************************************
|
||||||
# Pandora Agent for Solaris
|
# Pandora FMS Solaris Agent
|
||||||
# v1.3
|
# (c) 2009 Artica Soluciones Tecnológicas SL
|
||||||
# (c) Sancho Lerena 2003-2006, slerena@gmail.com
|
# with the help of many people. Please see http://pandorafms.org
|
||||||
# Este codigo esta licenciado bajo la licencia GPL 2.0 o posterior
|
# This code is licensed under GPL 2.0 license.
|
||||||
# This code is licenced under GPL 2.0 licence
|
|
||||||
# **********************************************************************
|
# **********************************************************************
|
||||||
|
|
||||||
AGENT_VERSION="1.3"
|
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 <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.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__
|
#ifndef __UDP_SERVER_H__
|
||||||
#define __UDP_SERVER_H__
|
#define __UDP_SERVER_H__
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue