Man page - torrus_compilexml(8)
Packages contains this manual
- torrus_schedulerinfo(8)
- torrus_action_notify(7)
- torrus_compilexml(8)
- torrus_clearcache(8)
- torrus_monitor(8)
- torrus_collector(8)
- torrus_buildsearchdb(8)
- torrus_genlist(8)
- torrus_genreport(8)
- torrus_configinfo(8)
- torrus_install_plugin(7)
- torrus_snmpfailures(8)
- torrus_flushmonitors(8)
- torrus_action_snmptrap(7)
- torrus_srvderive(8)
- torrus_cleanup(8)
- torrus(8)
- torrus_action_printemail(7)
- torrus_nodeid(8)
- torrus_action_snmpv1trap(7)
- torrus_acledit(8)
- torrus_ttproclist(8)
- torrus_genddx(8)
- torrus_rrddir2xml(8)
- torrus_launcher(7)
- torrus_devdiscover(8)
- torrus_configsnapshot(8)
apt-get install torrus-common
Manual
TORRUS_COMPILEXML
NAMESYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
NOTES
AUTHOR
NAME
compilexml - Torrus XML configuration (re)compiler.
SYNOPSIS
torrus compilexml --tree= TREENAME [ options... ]
DESCRIPTION
This command compiles the Torrusβs XML configuration for the tree TREENAME . It does not require any other processes to be restarted after the configuration is changed. The compiler processes the XML files in an incremental way: only the changes are processed.
OPTIONS
--all
Instructs to compile configuration for all trees.
--noval
Disables all validation of the XML configuration. This speeds up the compilation up to 2 times, while adding a risk to end up with an unusable configuration. In addition, the first initialization cycle of Collector and Monitor in this case would be much longer.
--force
Normally the compiler looks for changes in XML files, and only processes the ones that differ from previous run. With force option, the compiler will consider all XML files as new, and process the whole configuration from scratch.
--nogc
Normally the Git garbage collector is launched after the compilation is complete. This option makes the compiler skip the GC run. This can be useful if multiple compiler processes are started in parallel for different trees.
--debug
Sets the log level to debug.
--verbose
Sets the debug level to info.
--help
Displays a help message.
SEE ALSO
torrus (8)
NOTES
See more documentation at Torrus home page: http://torrus.org
AUTHOR
Stanislav Sinyagin <ssinyagin@k-open.com>