Main > Free Download Search >

Free monitoring api 2.0 beta software for linux

monitoring api 2.0 beta

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4294
Monitoring API 2.0 Beta 1

Monitoring API 2.0 Beta 1


Monitoring API project is a multi-user programming interface. more>>
Monitoring API project is a multi-user programming interface designed to simplify the development of network monitoring software and allows users to express their monitoring needs in a device-independent way.
The main abstraction provided by MAPI is the network flow. Although flows have been used before in network monitoring systems, MAPI gives flows a first-class status. Applications that uses MAPI can specify what flows or flow statistics they are interested in by applying functions to flows.
A MAPI function can be a BPF filter, string search, packet counter or more advanced like a NetFlow generator. These function will automatically run in hardware if there is support for it on the hardware being used.
MAPI currently supports the following hardware:
- Normal NICs through libpcap
- DAG cards without co-processor
- SCAMPI adapter
Enhancements:
- This release includes support for distributed monitoring, several new MAPI functions, demo applications, and a lot of bugfixes.
<<less
Download (1.2MB)
Added: 2006-09-21 License: GPL (GNU General Public License) Price:
1133 downloads
isdnMonitor 0.4 Beta

isdnMonitor 0.4 Beta


isdnMonitor saves call information (number, name, connection, and duration) in a MySQL database. more>>
isdnMonitor saves call information (number, name, connection, and duration) in a MySQL database.

The project does inverse searches for German phone numbers, enables notifying clients via the Windows/SMB messaging service, and displays caller names on an LCD display via LCDproc.
<<less
Download (0.064MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
872 downloads
Maintainer 1.0 Beta 1

Maintainer 1.0 Beta 1


Maintainer is a collection of scripts that make backup tasks easy and simple. more>>
Maintainer is a collection of scripts that make backup tasks easy and simple. If Maintainer is combined with crontab, it can be used for automatic backups.

<<less
Download (0.020MB)
Added: 2007-01-18 License: GPL (GNU General Public License) Price:
1009 downloads
jNetPcap 1.0 Beta 4

jNetPcap 1.0 Beta 4


jNetPcap project is a Java wrapper around the Libpcap network packet capture library. more>>
jNetPcap project is a Java wrapper around the Libpcap network packet capture library. The low-level API is exposed in Java, which allows kernel buffer tuning, flags, and other features.

All captured packet buffers are wrapped, not copied, in efficient java.nio.ByteBuffer and delivered to Java by reference. This allows not-in-memory copies of packet data and very efficient and fast delivery of packets. The software is released for various platforms with the appropriate native library bundled.

<<less
Download (0.12MB)
Added: 2007-08-22 License: LGPL (GNU Lesser General Public License) Price:
795 downloads
Pandora Free Monitoring System 1.2 Beta 2

Pandora Free Monitoring System 1.2 Beta 2


Pandora Free Monitoring System is a free distributed monitoring system. more>>
Pandora are a Free Software set of programs, set under the GPL license, that allows to analyze in a visual way status and performance of several parameters from different Operating Systems, servers, applications and hardware systems as Firewalls, Proxies, Data Bases, Web Servers or Routers. All integrated into an open and distributed architecture.

Pandora can be deployed in every Operating System. You have an agent for every platform. Pandora can monitor hardware systems with TCP/IP Stack, as load balancers, routers, switches, printers and so on.

Pandora has six components: Pandora Data Server, Pandora Network Server, Pandora SNMP Console, Pandora Agents, Pandora Database and Pandora Web Management System (Web Console).

Pandora Servers and SNMP Console

They are the recipient of bundles of information and the generators of alerts; they are the brain of the system. We can have several servers for very big systems or a single server. They are developed in Perl and works under any platform, with the required modules. Nevertheless its "official" platform is GNU/Linux. They also insert the gathered data into the Database. You can have several Pandora Servers connected with the same Database.

Pandora Web Console

It allows to manage the system and to operate with it; its the user interface of Pandora. We can have several Web Consoles in the same implantation. It is developed in PHP and leans on a Data Base and a Web Server, being able to work in any platform: GNU/Linux, Solaris, Win2000, AIX and others.

Pandora Database

Core module of Pandora (as you can see in the architecture overview). In this database resides all the information of the enterprise, for example, all data gathered by agents, all configuration defined by administrator, all events, incidents, audit info... At this moment, only MySQL DataBase is supported. More Databases in the future.

Pandora Agents

They can monitor any numeric parameter, boolean states, strings or numerical incremental data and/or condition. They have a centralized architecture based on lightweight design for agents (shellscript, wsh, perl) and light agents to collect data. They support all type of platforms (Microsoft, AIX, Solaris, GNU/Linux, IPSO, FreeBSD, etc) because the agents are completely free software, and they communicate using SSH, FTP, NFS or other good way, using an XML container to transport data.

<<less
Download (2.0MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1125 downloads
gTwitter 1.0 Beta

gTwitter 1.0 Beta


gTwitter project is a Linux client for reading and posting to twitter.com web service. more>>
gTwitter project is a Linux client for reading and posting to twitter.com web service.

Its a simple GTK+ based application for Linux, designed to interact with twitter.com web service.

Its written using Mono/C# and some of GNOME dependant libraries. GUI is inspired by Mac client Twitterrific.

<<less
Download (0.040MB)
Added: 2007-06-06 License: GPL (GNU General Public License) Price:
871 downloads
OggCarton for Linux 1.0 Beta

OggCarton for Linux 1.0 Beta


CD ripper, database, and web server for Ogg Vorbis and MP3 Files more>>
OggCarton is a free, open source, home jukebox system that rips, indexes, and manages playlists for Ogg Vorbis music files.
Includes a web server for playing files on your home network. Compatible with existing MP3 files.
<<less
Download (770KB)
Added: 2009-04-18 License: Freeware Price:
188 downloads
mod_trace_output 1.1 Beta

mod_trace_output 1.1 Beta


mod_trace_output is an Apache plugin implementing server monitoring for output Web pages. more>>
mod_trace_output is an Apache plugin implementing server monitoring for output Web pages.

mod_trace_output is part of the WASA application developed by Jean-Pierre Norguet. WASA aims to analyse the semantic content viewed by a Web site visitors. Such analysis not only needs to log urls, but also actual content seen by the visitors.
The mission of mod_trace_output is to supply the WASA application with the content of dynamic web pages. The problem is that dynamic content is generated in real-time. Furthermore, with new programming techniques using XML and CSS/XSLT, there is nearly no semantic content left in the pages. The content therefore needs to be stored after it is generated.

Server monitoring compares with network monitoring. Network monitoring mines the output Web pages on the network wire. A network monitor could be implemented on the basis of a network packet capture library like ethereal. The implementation would listen to the network, get TCP-IP packets, rebuild the TCP streams, and extract HTML data from the HTTP protocol.

Installation:

In previous version, mod_trace_output had no handler for the fixup phase, so the module needed to be executed first, but this is not a requirement anymore.
Ill give the installation steps if you compile mod_trace_output statically with Apache. But you can also use DSO and apxs to compile it out of Apache.

Here we go. Create a directory mod_trace_output in the modules directory of the source distribution of apache, copy all the files provided in the mod_trace_output release (mod_trace_output.c, mod_trace_output.h, filter.c, gzipcomp.c, mysql.c and MakeFile.tmpl), then add the following line in the configuration file.

AddModule modules/mod_trace_output/mod_trace_output.o
It uses libmysqlclient (.a or .so) so you need to set extra options in the Configuration file.

Add -L/path/to/libmysqlclient/folder -lz -lmysqlclient (if you have libmysqlclient.so) or -L/path/to/libmysqlclient/folder/libmysqlclient.a (if you have libmysqlclient.a) to EXTRA_LDFLAGS.

Add -I/path/to/mysql/include to EXTRA_INCLUDES.

<<less
Download (0.010MB)
Added: 2006-04-20 License: The Apache License Price:
1284 downloads
TorK 0.18 Beta

TorK 0.18 Beta


TorK project is a Tor Controller for KDE. more>>
TorK project is a Tor Controller for KDE.

TorK allows you to configure, run and update Tor. It also allows you to view the Tor network and choose how you would like to interact with the network.

TorK is very much in an alpha state.

<<less
Download (0.75MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
817 downloads
mod_xslt2 1.0 Beta

mod_xslt2 1.0 Beta


mod_xslt2 is is an Apache 1.3.xx Module written in C. more>>
mod_xslt is is an Apache 1.3.xx Module written in C. It accomplishes Apache embedded XML with XSL tranformation using Sablotron.

<<less
Download (0.040MB)
Added: 2006-04-05 License: GPL (GNU General Public License) Price:
1297 downloads
KMerlin 1.3 Beta 4

KMerlin 1.3 Beta 4


KMerlin provides a MSN chat client. more>>
KMerlin provides a MSN chat client.
KMerlin is an MSN chat client which includes a number of funny smilies and lots of nice features.
Enhancements:
- Tested with KDE3.1 and Qt3.1.1
- This release is almost rewritten,
- New GUI
- New preferences
- New Notification system
- Animated System tray icons
<<less
Download (1.3MB)
Added: 2007-04-11 License: GPL (GNU General Public License) Price:
930 downloads
TerraJ 0.2 Beta

TerraJ 0.2 Beta


TerraJ is a Java port of fractal terrain and simulated solar system generation programs. more>>
TerraJ is a Java port of fractal terrain and simulated solar system generation programs.

The porting has included extensive refactoring, the creation of a documented API to enable reuse of parts in other programs, and extensions such as new Swing user interfaces. Full javadoc for the classes in the project is available.

The TerraJ suite currently contains the following software:

- Fracplanet - Generates fractal planets and terrains with a wide range of user controlled parameters. Has an OpenGL rendering preview using JOGL and can export to POVRay format for rendering.

- Stargen - Creates realistic planetary systems and stars using an accretion simulation. The resulting text and HTML output is template based and configurable.

- Planetary Terrain Generator - A second fractal terrain generation program. This one does not do 3D rendering but can output images using many different map projections.

- Dole Accretion - An older and slightly less complex star system generator included for reference and completeness.

<<less
Download (9.9MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
1204 downloads
smtpproxy 2.0.0 Beta 16

smtpproxy 2.0.0 Beta 16


smtpproxy project is a proxy for SMTP e-mail. more>>
smtpproxy project is a proxy for SMTP e-mail. Latest additions are spam and virus scanning, with/without quarantining and RBL support.
Main features:
- Virus Scanning
- Spam Filter
- DNS Blacklisting
- Mail Quarantining
- DNS Blacklisting
- CPU load monitoring
- Session status files
- POP3 before SMTP
- Received path dropping
Enhancements:
- clamav virus scanning support
- spamassissin spam detection support
- quarantining
- DNS blacklisting
- CPU load monitoring
<<less
Download (0.016MB)
Added: 2007-04-18 License: GPL (GNU General Public License) Price:
921 downloads
KMobileTools 0.5 Beta 3

KMobileTools 0.5 Beta 3


KMobileTools is a nice KDE-based application that allows to control mobile phones with your PC. more>>
KMobileTools is a nice KDE-based application that allows to control mobile phones with your PC.
It handles full SMS control, dialing calls, reading from phonebook, last dials, received and unanswered calls and phone status monitoring (battery and signal for now).
KMobileTools is based on a Motorola C350 mobile phone, buts also tested on some Nokia and Ericsson phones.
Enhancements:
- This beta includes one of the most wanted features: the Gammu Engine.
- Its still a bit too difficult to configure, but its fully working and ready to be tested.
- This version also includes a lot of bugfixes and full support for the incoming kdebluetooth version, which will be an important release.
- KNotify support was added for notifying the user about events.
<<less
Download (1.0MB)
Added: 2007-06-05 License: GPL (GNU General Public License) Price:
884 downloads
gTVListings 0.8 beta

gTVListings 0.8 beta


gTVListings is a TV listings management program. more>>
TV listings management program

gTVListings is a TV listings management program constructed in Mono for Gnome using XMLTV to download the listings.

Key features include Searching, Favorites, Show Category, Reminders and Now & Next.

<<less
Download (0.12MB)
Added: 2005-07-19 License: GPL (GNU General Public License) Price:
1559 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5