Simple Project List Software Map

1760 projects in result set
LastUpdate: 2010-10-04 10:33

Nagios

Nagios (formerly Netsaint) is a daemon written in C that is designed
to monitor networked hosts and services. It has the ability to notify
contacts (via email, pager or other methods) when problems arise and
are resolved. Host and service checks are performed by external
"plugins", making it easy to write custom checks in your language of
choice. Several CGIs are included in order to allow you to view the
current and historical status via a Web browser, and a WAP interface
is also provided to allow you to acknowlege problems and disable
notifications from an internet-ready cellphone.

(Machine Translation)
LastUpdate: 2014-05-06 12:49

Monitorix

Monitorix is a lightweight system monitoring tool designed to monitor as many services and system resources as possible. It has been created to be used under production Linux/UNIX servers, but due to its simplicity and small size may also be used on embedded devices as well.

자연 언어: Catalan, English, German, Italian, Polish
운영 체제: FreeBSD, NetBSD, OpenBSD, Linux
프로그래밍 언어: Perl
LastUpdate: 2009-11-08 17:48

PasTmon

PasTmon (Passive Application Response Time Monitor) passively monitors your application servers, measuring and reporting user response times, throughput and congestion. It currently works with HTTP, telnet, rlogin, rsh, FTP (control channel), SMTP, POP3, and IRC. Measurements are recorded in a PostgreSQL database and are presented graphically via a PHP Web front-end using R statistical analysis scripts to create the plots.

LastUpdate: 2014-04-25 23:39

htop

htop is an interactive process viewer for Linux. It aims to be a 'better top': you can scroll the process list vertically and horizontally, and select a process to be killed with the arrow keys instead of by typing its process id.

LastUpdate: 2008-10-15 10:37

DansGuardian

DansGuardian is a Web content filtering proxy that uses Squid to do all the fetching. It filters using multiple methods including, but not limited to, phrase matching, file extension matching, MIME type matching, PICS filtering, and URL/domain blocking. It has the ability to switch off filtering by certain criteria including username, domain name, source IP, etc. The configurable logging produces a log in an easy to read format. It has the option to only log text-based pages, thus significantly reducing redundant information (such as every image on a page).

LastUpdate: 2014-04-01 11:25

Aircrack-ng

aircrack-ng is a set of tools for auditing wireless networks. It's an enhanced/reborn version of aircrack. It consists of airodump (an 802.11 packet capture program), aireplay (an 802.11 packet injection program), aircrack (static WEP and WPA-PSK cracking), airdecap (decrypts WEP/WPA capture files), and some tools to handle capture files (merge, convert, etc.).

LastUpdate: 2014-01-24 20:54

lm_sensors

lm_sensors provides essential tools for monitoring the temperatures, voltages, and fans of Linux systems with hardware monitoring devices. It contains a library for sensors access (libsensors), a command-line tool for sensor reporting (sensors), and a daemon (sensord). It also contains scripts for sensor hardware identification and fan speed control.

LastUpdate: 2014-03-25 23:42

NetXMS

NetXMS is a network monitoring and management system with a modular architecture. It can be used for monitoring an entire IT infrastructure, starting with SNMP-capable hardware (like switches and routers) and ending with applications on servers. The system has a three-tier architecture; the information is collected by monitoring agents (either its own agents or SNMP agents) and delivered to the monitoring server for processing and storing, where it can be accessed by using the management console. It features centralized configuration and centralized agent upgrades.

LastUpdate: 2014-04-29 13:13

fwknop

fwknop implements an authorization scheme called Single Packet Authorization that requires only a single encrypted packet to communicate various pieces of information, including desired access through an iptables, ipfw, or pf firewall policy and/or specific commands to execute on the target system. The main application of this program is to protect services such as SSH with an additional layer of security in order to make the exploitation of vulnerabilities much more difficult. The authorization server works by passively monitoring authorization packets via libpcap. Also supported is a robust port knocking implementation based around iptables log messages.

(Machine Translation)
LastUpdate: 2014-05-07 22:24

FreeIPMI

FreeIPMI provides in-band and out-of-band IPMI software based on the IPMI v1.5/2.0 specification. It has a number of useful features for large HPC or cluster environments.

LastUpdate: 2014-02-26 00:53

Net-SNMP

The NET-SNMP (formerly UCD-SNMP) package contains various tools relating to the Simple Network Management Protocol including an extensible agent, an SNMP library, tools to request or set information from SNMP agents, tools to generate and handle SNMP traps, a version of the unix 'netstat' command using SNMP and a Tk/perl mib browser. It was originally based on the Carnegie Mellon University SNMP implementation (version 2.1.2.1), but has been greatly enhanced, ported and fixed and barely resembles the original package anymore.

LastUpdate: 2014-05-05 02:19

Pipe Viewer

pv (Pipe Viewer) is a terminal-based tool for monitoring the progress of data through a pipeline. It can be inserted into any normal pipeline between two processes to give a visual indication of how quickly data is passing through, how long it has taken, how near to completion it is, and an estimate of how long it will be until completion.

LastUpdate: 2014-06-05 09:31

mdadm

mdadm is a tool for creating, maintaining, and
monitoring Linux "md" device arrays, also known as
Software RAID.

(Machine Translation)
LastUpdate: 2014-01-01 21:26

iftop

iftop provides real-time bandwidth usage
information on a specified interface, listed by
host pairs.

(Machine Translation)
LastUpdate: 2013-08-07 09:43

Cacti

Cacti is a complete frontend to RRDTool. It stores all of the necessary information to create graphs and populate them with data in a MySQL database. The frontend is completely PHP driven. Along with being able to maintain graphs, data sources, and round robin archives in a database, Cacti also handles the data gathering. There is SNMP support for those used to creating traffic graphs with MRTG.

Database Environment: SQL-based
프로그래밍 언어: PHP