Bartlby 1.3.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Bartlby 1.3.1 (Default branch)
# 1  
Old 04-17-2008
Bartlby 1.3.1 (Default branch)

ImageBartlby is a network and system monitor,completely written in C, to provide a scalableframework with the ability to monitor networks ofvarious sizes. It consists of a core daemon,several plugins, and a Web GUI (PHP extension).The core daemon checks (over active/passive TCP)services/hosts and notifies users in case ofcritical service conditions (mail, SMS, ICQ, andcustom triggers are supported). Bartlby providesan open plugin interface to give everyadministrator an easy to use option to extend theplugin base, and a fully customizable GUI (writtenin PHP using a C extension). Nearby everything can be controlled via an XML interface.License: GNU General Public License (GPL)Changes:
This release has some major code houskeeping and a ton of fixes. A few key features have been added like the re-notification and the new role of the standby worker. A new extension allows your operations center to manage the whole on-call schedule and create reports of activities over the weekend (OcL).Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
TORRUS_MONITOR(8)						      torrus							 TORRUS_MONITOR(8)

NAME
monitor - Torrus Monitor. SYNOPSIS
torrus monitor --tree=TREENAME [options...] DESCRIPTION
This command starts the Monitor process for the tree TREENAME. By default it forks into a daemon, sets the log output file to /var/log/torrus/monitor.TREENAME.log, performs one monitoring cycle, and sleeps until the next cycle is scheduled. In daemon mode the log file can be reopened by sending it a SIGHUP signal. OPTIONS
--nodaemon Prevents the process from becoming a daemon and sets the log to STDERR. --runonce Instructs the script to run once and exit. Implies --nodaemon. --delay=N Makes the daemon sleep for N minutes before starting the first cycle. This would happen on the daemon startup and also after each configuration recompilation. For example, when monitor and collector start simultaneously, the collector needs some time to retrieve the data being monitored. --debug Sets the log level to debug. --verbose Sets the debug level to info. --help Displays a help message. FILES
/etc/torrus/conf/torrus-siteconfig.pl Torrus site configuration script. /var/log/torrus/monitor.TREENAME.log Monitor's log for the tree TREENAME. SEE ALSO
torrus(8) NOTES
See more documentation at Torrus home page: http://torrus.org AUTHOR
Stanislav Sinyagin <ssinyagin@yahoo.com> torrus 2.03 2013-07-26 TORRUS_MONITOR(8)