Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hobbitd_filestore(8) [debian man page]

HOBBITD_FILESTORE(8)					      System Manager's Manual					      HOBBITD_FILESTORE(8)

NAME
hobbitd_filestore - hobbitd worker module for storing Xymon data SYNOPSIS
hobbitd_channel --channel=status hobbitd_filestore --status [options] hobbitd_channel --channel=data hobbitd_filestore --data [options] hobbitd_channel --channel=notes hobbitd_filestore --notes [options] hobbitd_channel --channel=enadis hobbitd_filestore --enadis [options] DESCRIPTION
hobbitd_filestore is a worker module for hobbitd, and as such it is normally run via the hobbitd_channel(8) program. It receives hobbitd messages from a hobbitd channel via stdin, and stores these in the filesystem in a manner that is compatible with the Big Brother daemon, bbd. This program can be started multiple times, if you want to store messages for more than one channel. OPTIONS
--status Incoming messages are "status" messages, they will be stored in the $BBLOGS/ directory. If you are using xymon(7) throughout your Xymon server, you will not need to run this module to save status messages, unless you have a third-party add-on that reads the sta- tus-logs directly. This module is NOT needed to get trend graphs, you should run the hobbitd_rrd(8) module instead. --data Incoming messages are "data" messages, they will be stored in the $BBDATA directory. This module is not needed, unless you have a third-party module that processes the data-files. This module is NOT needed to get trend graphs, you should run the hobbitd_rrd(8) module instead. --notes Incoming messages are "notes" messages, they will be stored in the $BBNOTES directory. This modules is only needed if you want to allow people to remotely update the notes-files available on the Xymon webpages. --enadis Incoming messages are enable/disable messages, they will update files in the $BBDISABLED directory. This is only needed if you have third-party add-ons that use these files. --dir=DIRECTORY Overrides the default output directory. --html Used together with "--status". Tells hobbitd_filestore to also save an HTML version of the status-log. Should not be used unless you must run with "BBLOGSTATUS=static". --htmldir=DIRECTORY The directory where HTML-versions of the status logs are stored. Default: $BBHTML --htmlext=.EXT Set the filename extension for generated HTML files. By default, HTML files are saved with a ".html" extension. --multigraphs=TEST1[,TEST2] This causes hobbitd_filestore to generate HTML status pages with links to service graphs that are split up into multiple images, with at most 5 graphs per image. If not specified, only the "disk" status is split up this way. --only=test[,test,test] Save status messages only for the listed set of tests. This can be useful if you have an external script that needs to parse some of the status logs, but you do not want to save all status logs. --debug Enable debugging output. FILES
This module does not rely on any configuration files. SEE ALSO
hobbitd_channel(8), hobbitd_rrd(8), hobbitd(8), xymon(7) Xymon Version 4.2.3: 4 Feb 2009 HOBBITD_FILESTORE(8)

Check Out this Related Man Page

HOBBIT-ENADIS.CGI(8)					      System Manager's Manual					      HOBBIT-ENADIS.CGI(8)

NAME
hobbit-enadis.cgi - CGI program to enable/disable Xymon tests SYNOPSIS
hobbit-enadis.cgi (invoked via CGI from webserver) DESCRIPTION
hobbit-enadis.cgi is a CGI tool for disabling and enabling hosts and tests monitored by Xymon. You can disable monitoring of a single test, all tests for a host, or multiple hosts - immediately or at a future point in time. hobbit-enadis.cgi runs as a CGI program, invoked by your webserver. It is normally run via a wrapper shell-script in the secured CGI directory for Xymon. hobbit-enadis.cgi is the back-end script for the enable/disable form present on the "info" status-pages. It can also run in "stand-alone" mode, in which case it displays a web form allowing users to select what to enable or disable. OPTIONS
--no-cookies Normally, hobbit-enadis.cgi uses a cookie sent by the browser to initially filter the list of hosts presented. If this is not desired, you can turn off this behaviour by calling bb-ack.cgi with the --no-cookies option. This would normally be placed in the CGI_ENADIS_OPTS setting in hobbitcgi.cfg(5) --env=FILENAME Load the environment from FILENAME before executing the CGI. --area=NAME Load environment variables for a specific area. NB: if used, this option must appear before any --env=FILENAME option. FILES
$BBHOME/web/maint_{header,form,footer} HTML template header BUGS
When using alternate pagesets, hosts will only show up on the Enable/Disable page if this is accessed from the primary page in which they are defined. So if you have hosts on multiple pages, they will only be visible for disabling from their main page which is not what you would expect. SEE ALSO
xymon(7) Xymon Version 4.2.3: 4 Feb 2009 HOBBIT-ENADIS.CGI(8)
Man Page