NAME
fleetconf - Front-end for the FleetConf system
SYNOPSIS
fleetconf [options]
Options:
--agent <name>, -a <name> Use only the named agent(s).
--file <name>, -f <name> Use only the named agent file(s).
--compile-only, -c Test agent compilation, but don't run.
--no-warnings Turn warnings off.
--verbose, -v Increase verbosity.
--pretend, -p Only pretend to do work (USE CAREFULLY!)
--root <dir>, -r <dir> Use a specific directory as server root.
--help, -h, -? Display help about this program.
--man Display the program manual.
DESCRIPTION
For details about what FleetConf does, see FleetConf.
Here's a detailed description of each of the options:
- --agent <name>, -a <name>
-
This option may be specified multiple times to name more than one agent to run. If this option is given, only the agents matching the given names exactly will be run. (That is, the "NAME" given in the agent file header.) This option may be combined with
--file
.If this option is not given (and
--file
is also not), then all agents that are found will be run. - --file <name>, -f <name>
-
This option may be specified multiple times to name more than one agent to run. If this option is given, only the agents matching the given file names exactly will be run. This option may be combined with
--agent
.If this option is not given (and
--agent
is also not), then all agents that are found will be run. - --compile-only, -c
-
This option tells the script not to run the agents. Instead, the agents will be compiled and all plugins loaded, but no other work will be performed.
- --no-warnings
-
This option tells the system to ignore warnings and not to print them. If
--verbose
or--pretend
is specified, this option has no meaning. - --verbose, -v
-
This option tells the system to increase the verbosity of output. The option may be given multiple times to make greater increases. Generally, giving this option once will show notices, twice info, and three times debug. Four or more times may include even more debugging information.
- --pretend, -p
-
This option tells the system to pretend to do the work, but actually do nothing.
CAVEAT: It is the responsibility of any plugin writers to make sure that all potential actions do nothing when pretend is set (see FleetConf for documentation of
$pretend
if you are writing plugins). If the plugin author does not pay attention to this flag, then changes will be made! - --root <dir>, -r <dir>
-
This specifies the FleetConf root directory. Normally, this is determined automatically by checking how the script was executed. However, if it is desireable to use a different root, this option sets it.
SEE ALSO
AUTHOR
Andrew Sterling Hanenkamp, <hanenkamp@users.sourceforge.net>
COPYRIGHT AND LICENSE
Copyright 2005 Andrew Sterling Hanenkamp. All Rights Reserved.
FleetConf is distributed and licensed under the same terms as Perl itself.