NavigationRecent UpdatesUpcoming events |
System managementhobbitSubmitted by doug on Tue, 2007-09-25 11:08.Networking | System management
Hobbit is a tool for monitoring servers, applications and networks Stable
add new comment | 86127 reads
SecureLinx SpiderSubmitted by doug on Wed, 2007-07-18 19:08.Availability | Security | System management
SecureLinx Spider provides secure KVM over IP (keyboard, video, mouse) management of servers over an IP network New SecureLinx Spider™ provides secure KVM over IP (keyboard, video, mouse) management of servers over an IP network. Unlike traditional KVM switches on the market, Spider offers a flexible, scalable and affordable CAT5-based remote access KVM solution in a cable friendly, compact “zero-footprint” package. The latest addition to the SecureLinx family of IT/data center management products, this KVM over IP solution eliminates server-to-switch CAT5 cable distance limitations, and gives system administrators non-intrusive and cost-effective 24/7 access to servers across a wide variety of IT/network environments: from mission critical servers in high-density data centers, to servers distributed over corporate campuses, multi-floor buildings, remote/branch office sites. Management access, from BIOS to applications, from any web browser anywhere, at any time… guaranteed. add new comment | 923 reads
ifinputSubmitted by jm on Fri, 2007-07-06 16:12.System management | Unix
A wrapper command to run another command if there is any output on stdout Stable Often Unix system administrators need an easy way to redirect any stderr output generated from crontab entries to a specific email address. With the ifinput binary, it's simple. For example: 20 8 * * * /usr/local/sbin/daily_stuff.sh 2>&1 | /usr/local/bin/ifinput mailx -s "Error: daily_stuff.sh" system-errors@foo.org Just arrange the crontab entries so that the periodic jobs don't generate stdout unless there's something interesting there. Then redirect stderr to stdout and pipe both to ifinput. ifinput can be used in a variety of different scenarios, not just cron jobs. add new comment | 784 reads
shmuxSubmitted by doug on Thu, 2007-05-31 21:01.Configuration Mgmt | System management
shmux is program for executing the same command on many hosts in parallel Mature shmux solves a fairly simple problem that can be addressed
add new comment | 619 reads
tentakelSubmitted by doug on Tue, 2007-05-29 06:17.Configuration Mgmt | System management
Tentakel is a program for executing the same command on many hosts in parallel using ssh Mature
add new comment | 645 reads
sar2rrdSubmitted by doug on Fri, 2007-04-27 07:25.System management | Text Processing
sar2rrd.pl is a Perl script that can be used to generate RRDTool graphs from sar output. Stable sar2rrd.pl is a Perl script that can be used to generate RRDTool graphs from sar output. It creates a PNG Graph for each statistics group collected by sar. Version 2.0 handles both Linux and Solaris sar output. Each statistics of the group is represented as a single line in the graph. Only the filename to parse is mandatory. This filename if produced by a command such as "sar -A -f filename" Without any additional parameters, sar2rrd.pl creates graphs for the period of time specified in the given filename. Before running the script, make sure the path to "rrdtool" command is correct. add new comment | 1343 reads
KeyplexSubmitted by drwilco on Mon, 2007-04-02 08:34.System management
Keyplex is a keyboard multiplexer for X11 terminals. It will spawn a number of terminals, and relays all keystrokes to them. New Keyplex is a keyboard multiplexer for X11 terminals. It will spawn a number of terminals, and when it has focus it relays all keystrokes and mouse-button2 (paste) to them. Because the terminals can be used individually as well, this tool is ideal to simultaneously administrate multiple systems. add new comment | 4687 reads
runitSubmitted by doug on Fri, 2007-03-02 22:16.System management
a UNIX init scheme with service supervision Mature runit is a cross-platform Unix init scheme with service supervision, a replacement for sysvinit, and other init schemes. It runs on GNU/Linux, *BSD, MacOSX, Solaris, and can easily be adapted to other Unix operating systems. runit is discussed on the <supervision@list.skarnet.org> mailing list. To subscribe send an empty email to <supervision-subscribe@list.skarnet.org>. Mailing list archives are available at skarnet.org, and gmane.org. The program runit is intended to run as Unix process no 1, it is automatically started by the runit-init /sbin/init-replacement if this is started by the kernel. add new comment | 855 reads
|