Main > Free Download Search >

Free eddie software for linux

eddie

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 10
EDDIE Tool 0.37.3.1

EDDIE Tool 0.37.3.1


EDDIE Tool functions as a system monitoring, security and performance analysis agent created completely in Python. more>> EDDIE Tool 0.37.3.1 functions as a system monitoring, security and performance analysis agent created completely in Python. Its key features are portability, powerful configuration and ease of expansion. It runs standalone on a system and performs checks and other actions as defined by an extensible configuration.

Major Features:

  1. The EDDIE Tool can perform all basic system monitoring checks, such as: filesystem; processes; system load; and network configuration. It can also perform such network monitoring tasks as: ping checks; HTTP checks; POP3 tests; SNMP queries; RADIUS authentication tests; and customized TCP port checks. Finally, a few checks lend themselves to security monitoring: watching files for changes; and scanning logfiles.
  2. The EDDIE Tool can also send any collected statistic to RRD files to be displayed graphically by any standard RRD tool. No need to run multiple monitoring and data collection agents.
  3. Monitoring rules are just like Python expressions and can be as simple or as complex as needed. Advanced alert control functionality such as exponential back-off and dependencies are also standard.
  4. The EDDIE Tool has been designed to be as platform-independent as possible. It is written in 100% Python and will run on all platforms that Python runs on. Only a few system-dependent modules must be customized for individual platforms for system data collection. System-dependent modules are included for: Linux; Solaris; HP-UX; OpenBSD; Darwin/OS X; FreeBSD and Windows (Win32) .

Requirements: Python

<<less
Added: 2009-03-02 License: GPL Price: FREE
1 downloads
The EDDIE Tool 0.35

The EDDIE Tool 0.35


The EDDIE Tool is a system monitoring, security and performance analysis agent developed entirely in Python. more>>
The EDDIE Tool is a system monitoring, security and performance analysis agent developed entirely in Python. It runs standalone on a system and performs checks and other actions as defined by an extensible configuration.
The EDDIE Tool can perform all basic system monitoring checks, such as: filesystem; processes; system load; and network configuration.
It can also perform such network monitoring tasks as: ping checks; HTTP checks; POP3 tests; SNMP queries; RADIUS authentication tests; and customized TCP port checks.
Finally, a few checks lend themselves to security monitoring: watching files for changes; and scanning logfiles.
The EDDIE Tool can also send any collected statistic to RRD files to be displayed graphically by any standard RRD tool.
No need to run multiple monitoring and data collection agents. Monitoring rules are just like Python expressions and can be as simple or as complex as needed. Advanced alert control functionality such as exponential back-off and dependencies are also standard.
Enhancements:
- Support for two new platforms: FreeBSD and Microsoft Windows. Solaris 10 support.
- Better support for Linux kernel 2.6.
- SMTP response time monitoring.
- The FILE directive can show diffs when monitored files are modified.
- Disk/filesystem throughput measuring on Solaris.
- Many more enhancements and bugfixes.
<<less
Download (0.19MB)
Added: 2005-11-01 License: GPL (GNU General Public License) Price:
1452 downloads
eddiebrowser 0.6.1

eddiebrowser 0.6.1


eddiebrowser is a CGI program that provides an interface to view system statistics graphically using RRDtool. more>>
eddiebrowser project is a CGI program that provides an interface to view system statistics graphically using RRDtool.

eddiebrowser is written in 100% Python and is designed to work with EDDIE Tool and ElvinRRD, although it can be used standalone or with other software, as long as they generate RRD files.

eddiebrowser provides a dynamic interface to browse RRD graphs of system performance statistics. The data is grouped by hostname and all available hosts are automatically read and presented for display.

Cycling through hosts is easy to do, as is viewing data for different time periods - defaulting to: hourly, daily, weekly, monthly, yearly. eddiebrowser is part of the EDDIE Tool monitoring project.

<<less
Download (0.013MB)
Added: 2005-12-09 License: GPL (GNU General Public License) Price:
1414 downloads
ElvinRRD 2.3

ElvinRRD 2.3


ElvinRRD is a tool to provide a mechanism for transporting data across a network and storing it in RRD databases. more>>
ElvinRRD is a tool to provide a mechanism for transporting data across a network and storing it in RRD databases.

ElvinRRD is written entirely in Python and works and requires both Elvin and RRDtool.

Any Elvin producer (client) can send data for ElvinRRD to store (e.g., EDDIE-Tool); and any RRD-aware software can process the resulting RRD databases (e.g., Cricket, Cacti).

<<less
Download (0.008MB)
Added: 2005-12-06 License: Freely Distributable Price:
1417 downloads
Slacked 0.4.1

Slacked 0.4.1


Slacked is a simple GUI for the pkgtools that ships with Slackware GNU/Linux. more>> <<less
Download (0.13MB)
Added: 2005-10-15 License: GPL (GNU General Public License) Price:
1469 downloads
Gifsicle 1.44

Gifsicle 1.44


Gifsicle is a UNIX command-line tool for creating, editing, and getting information about GIF images and animations. more>> <<less
Download (0.28MB)
Added: 2006-01-05 License: BSD License Price:
1389 downloads
fastcgi++ 1.2

fastcgi++ 1.2


fastcgi++ provides you with an excellent and easy-to-use fastcgi++. more>>

fastcgi++ 1.2 provides you with an excellent and easy-to-use fastcgi++ library started out as a C++ alternative to the official FastCGI developers kit. It is released under the GNU Lesser General Public License.

Although the official developers kit provided some degree of C++ interface, it was very limited. The goal of this project was to provide a framework that offered all the facilities that the C++ language has to offer. Over time the scope broadened to the point that it became more than just a simple protocol library, but a platform to develop web application under C++.

To the dismay of many, this library has zero support for the old CGI protocol. The consensus was that if one were to be developing web applications under C++, efficient memory management and CPU usage would be a top priority, not CGI compatibility.

Major Features:

  1. Effective management of simultaneous requests without the need for multiple threads is something that fastcgi++ does best.
  2. Session data is organized into meaningful data types as opposed to a series of text strings. Internationalization and Unicode support is another top priority.
  3. The library is templated to allow internal wide character use for efficient text processing while code converting down to utf-8 upon transmission to the client.

Enhancements:

  • Fixed bug in parsing post data
  • Fixed buffer flushing bug
<<less
Added: 2009-01-22 License: LGPL Price: FREE
1 downloads
PHP-Controller 0.6.0

PHP-Controller 0.6.0


PHP-Controller implements the controller for building MVC applications. more>>
PHP-Controller implements the controller for building MVC applications. PHP-Controller attempts to implement a simple PHP controller, similar to Struts for Java Pages.
The controller is an important part for designing MVC (Model-View-Controller) applications. The MVC paradigm separates applications into three parts: the model, the view, and the controller.
- The view manages the graphical output of the application and the user usually interacts with the application through this layer.
- The controller then interprets the actions from the user and depending on the action requested the controller manipulates the model and/or the view.
- The model manages the state and data of the application. It usually responds to requests about its state from the view and responds to instructions to change state the controller.
This project implements the controller and gives applications a single entry point, from which the user sends all requests to from the view to model, removing the need to always have to write code describing how the data will interact with the display.
PHPC gives PHP applications a consistent structure in the way applications are designed. It might seem cumbersome at first, but the advantages of breaking an application into smaller pieces becomes more apparent as the application grows.
This project is strongly influenced by to the way current Java Pages are handled and makes strong use of PHP classes for all pages. The controller itself is an XML file which determines which classes are accessible by whom. The controller also encourages using template engines such as Smarty.
Enhancements:
- All releases will be under the LGPL, not the PHP license.
- New advanced features in aliases, including dynamic aliases and URL names.
- The new version is more portable and uses all relative paths.
- It does auto-detection and configuration.
- It has detection and validation in forms.
- GET, POST, and COOKIE variables are passed through a function parameter list, allowing methods to be reused outside the context of Web forms.
- There is a lot of new documentation, major bug fixes, new examples, and new demo application.
- The application API is now beta.
<<less
Download (0.073MB)
Added: 2006-04-11 License: The PHP License Price:
739 downloads
Config::Abstract 0.13

Config::Abstract 0.13


Config::Abstract is a Perl extension for abstracting configuration files. more>>
Config::Abstract is a Perl extension for abstracting configuration files.

SYNOPSIS

use Config::Abstract;
my $ini = new Config::Abstract(testdata.pl);

Config::Abstract is the base class for a number of other classes created to facilitate use and handling of a variety of different configuration file formats. It uses the Data::Dumper file format to serialise it self and can be initialise from a file of that format

EXAMPLES

We assume the content of the file testdata.pl to be:

$settings = {
book => {
chapter1 => {
title => The First Chapter, ever,
file => book/chapter1.txt
},
title => A book of chapters,
chapter2 => {
title => The Next Chapter, after the First Chapter, ever,
file => book/chapter2.txt
},
author => Me, Myself and Irene
}
};

use Config::Abstract;
my $settingsfile = testdata.pl;
my $abstract = new Config::Abstract($settingsfile);

my %book = $abstract->get_entry(book);
my %chap1 = $abstract->get_entry_setting(book,chapter1);
my $chap1title = $chapter1{title};

# Want to see the file?
# If you can live without comments and blank lines ;),
# try this:
print("My abstract file looks like this:n$abstractnCool, huh?n");

# We can also create an ini file from it
# A bit crude, but it does the job
bless($abstract,Config::Abstract::Ini);
print($abstract);

<<less
Download (0.008MB)
Added: 2007-04-12 License: Perl Artistic License Price:
925 downloads
XMahjongg 3.7

XMahjongg 3.7


XMahjongg is a chinese mahjongg game. more>> <<less
Download (0.53MB)
Added: 2005-06-22 License: GPL (GNU General Public License) Price:
1587 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1