Download List

Descripción del Proyecto

Oculus Server Monitor uses a plain text, human readable protocol to export server information to any client that connects to it. It supports a plugin system for commands, an XML-style configuration file, and IP-based access control. Odie, the Oculus Daemon InterfeacE, is a rich Web application that polls a list of hosts for their status.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-09-28 07:07
0.18

El prototipo de la función de comando ha cambiado, sino que ahora también tiene una estructura puntero de conexión. De esta manera, el controlador de comandos sabe un poco del cliente conectado. La "alarma" plugin cambió su identificación cada vez que cambia a un identificador único que consiste en la dirección IP del cliente y un UID que se pueden establecer por el cliente. De esta manera, usted puede prevenir el establecimiento de múltiples alarmas.
Tags: Minor feature enhancements, alarms
The command function prototype has changed; it now also takes a struct connection pointer. This way, the command handler knows a little of the client connected. The ‘alarm’ plugin changed its ever-changing ID to a unique ID consisting of the client’s IP address and a UID that can be set by the client. This way, you can prevent the setting of multiple alarms.

2010-09-14 07:57
0.17

Esta versión corrige algunos fallos del servidor en configuraciones incorrectas. Se mueve en el código argumentos de los eventos a las acciones, a la que pertenecen (esto fue un error de diseño).
Tags: Major bugfixes
This release fixes some server crashes on misconfigurations. It moves hard-coded arguments from events to actions, where they belong (this was a design mistake).

2010-08-27 07:15
0.16-2

Esta es una versión de compatibilidad RPM. Ahora se instala en / usr en lugar de / usr / local.
Tags: Minor bugfixes, Compatibility
This is an RPM compatibility release. It now installs in /usr instead of /usr/local.

2010-08-26 07:27
0.16.1

Esta es una versión de compatibilidad para CentOS. Fija Makefile.config, añadiendo el fPIC de bandera para las bibliotecas. Fija config / Makefile, fija plugins / Makefile y elimina Ubuntu-específica-i opciones de 'cp'.
Tags: Compatibility, Minor bugfixes
This is a compatibility release for CentOS. It fixes Makefile.config, adding the -fPIC flag for libraries. It fixes config/Makefile, fixes plugins/Makefile, and removes Ubuntu-specific -i options to 'cp'.

2010-08-13 07:19
0.16

Esta versión implementa el sistema de eventos nuevos, que ahora es capaz de conectar las acciones de plugin eventos suministrado. Esto hace que oculusd extremadamente versátil. Cualquier evento puede ser conectado a una o más acciones.
Tags: Events, Major feature enhancements, actions
This release implements the new event system, which is now able to connect actions to plugin-supplied events. This makes oculusd extremely versatile. Any event can be connected to one or more actions.

Project Resources