Download List

Projeto Descrição

nnmon is a central database and a Web interface for the nmon program's data. It allows you to store and view nmon data instantly. nnmon_sender.pl is a pure Perl script. It runs the external nmon program and opens its output file for reading. Every line read from the file is sent to the nnmon_server.py program via TCP/IP socket. nnmon_server.py reads incoming data, parses it, and inserts the result to the database. nnmonweb is a PHP script that lets you view monitored systems in a tree. If there is data for a system for the last 12 hours, it will show a chart on the right hand side. The database and server components have been tested on RHEL 5.5. The client parts have also been tested on AIX 6.1 and RHEL 5.5.

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.

2012-01-13 06:53
0.7.3

Sumarização para servidores de tipo AIX foi adicionada.
Três novas páginas de "avarage" foram adicionadas à interface do nnmonweb. Há correções de bugs em nnmonweb.
Tags: Stable
Summarization for AIX type servers has been added.
Three new "avarage" pages have been added to the nnmonweb interface. There are bugfixes in nnmonweb.

2011-10-03 19:17
0.6

Esta versão corrige bugs em nnmon_server e bugs no nnmon_sender que afetou o código do Linux. Ele agora pode lidar com cortes de rede. Os dados gravados no banco de dados são reduzidos pela metade. Dados não utilizados na interface é completamente omitidos.
Tags: Stable
This release fixes bugs in nnmon_server and bugs in nnmon_sender which affected Linux code. It can now handle network cuts. Data written in the database is reduced by half. Data not used in the interface is completely omitted.

2011-07-13 20:46
0.5

Postgresql tabelas particionadas são suportadas por dados purga. Stats o virtual IO servidor SEA são mostrados.
Partitioned Postgresql tables are supported for data purging. The virtual IO server's SEA stats are shown.

2011-07-01 06:27
0.4

Esta versão coloca os dados nmon AIX e Linux em um banco de dados central. Você pode ver os dados em gráficos instantaneamente nmon Web. É expurgos dados antigos automaticamente.
Tags: Stable, first release
This release puts AIX and Linux nmon data into a central database. You can view nmon data instantly on Web charts. It purges aged data automatically.

Project Resources