Chef is a systems integration framework, built to bring the benefits of
configuration management to your entire infrastructure. With Chef, you can:
* Manage your servers by writing code, not by running commands.
* Integrate tightly with your applications, databases, LDAP directories, and
more.
* Easily configure applications that require knowledge about your entire
infrastructure ("What systems are running my application?" "What is the
current master database server?")
Sched-utils are a collection of tools related to realtime scheduling,
working much like 'nice' and 'renice', except they change the priority
and scheduler. This enables a process to run insoft realtime, as
specified by POSIX.1b.
scprotect is implementation of system call for setting or unsetting
P_PROTECTED flag. It's similar to madvise(2) behaviour MADV_PROTECT,
but may be used for already running processes. Also rc.d/scprotect
scripts allow you to set protection flag even if process was
restarted by user.
Cfengine is an automated suite of programs for configuring and
maintaining Unix-like computers. It has been used on computing arrays
of between 1 and 20,000 computers since 1993 by a wide range of
organizations. Cfengine is supported by active research and was the
first autonomic, hands-free management system for Unix-like operating
systems. Cfengine is an autonomic maintenance system not merely a
change management roll-out tool. Cfengine has a history of security
and adaptability.
Fluent::Mixin::PlainTextFormatter is a mix-in module, that provides
'#format' instance method and its configurations to Fluentd
BufferedOutput Plugin and TimeSlicedOutput Plugin, to output plain
text data (to file, REST storages, KVSs ...).
ConfigExpanderInput and ConfigExpanderOutput plugins provide simple
configuration template to write items repeatedly. In section, you can
write actual configuration for actual input/output plugin, with
special directives for loop controls.
File output plugin alternative implementation, is 100% compatible with
fluentd built-in 'out_file', and added many options to format output
as you want.
Nuxi CloudABI is an application binary interface for UNIX-like operating
systems built around the concept of capability-based security. In a
nutshell, it means that you can run processes directly on top of a UNIX
kernel while keeping complete control over the actions the process is
allowed to perform.
This package installs utilities that are useful when running CloudABI
processes. The cloudabi-run utility can run CloudABI processes,
providing it the resources (sockets and files) that it requires.
Fluentd is a log collector daemon written in Ruby. Fluentd receives
logs as JSON streams, buffers them, and sends them to other systems
like MySQL, MongoDB, or even other instances of Fluentd.
TailInput exteded plugin for fluentd. It assumes that this plug-in is
used with "fluent-plugin-tail-alternative".