Ximenez usage
Hereunder are detailed the possible arguments which Ximenez can handle.
Miscellaneous
- -h, --help
- Displays an help message and exits.
- -v, --version
- Displays Ximenez version number and exits.
Collector plug-in
- -c <collector>
- Use <collector> as the collector plug-in. <collector> can be the path of a Python module (e.g. /tmp/mycollector.py) or the dotted name of a built-in plug-in (e.g. misc.readlines).
- --ci <input>
- Provides input to the collector plug-in. If not given, the plug-in will prompt the user for an input (if it needs to). Syntax of <input> depends on the plug-in.
Action plug-in
- -a <action>
- Use <action> as the action plug-in. <collector> can be the path of a Python module (e.g. /tmp/myaction.py) or the dotted name of a built-in plug-in (e.g. misc.log).
- --ai <input>
- Provides input to the action plug-in. If not given, the plug-in will prompt the user for an input (if it needs to). Syntax of <input> depends on the plug-in.
Logging
- -o <output-file>, --output <output-file>
- Logs to <ouput-file> instead of logging to the standard output. This argument is optional.