Skip to main content

Manual execution

The format of the plugin execution is as follows:

./pandora_apache --url <apache server url> --user <apache user name> --password <apache server password> --ssl <serial or dummy if required> --transfer_mode <transfer mode name> --tentacle_ip <tentacle port> --tentacle_port <tentacle port> --conf <path to configuration file> --string_conf <path to configuration file>

Examples:

to run in simple mode

./pandora_apache --url http://192.168.0.1/server --ssl false --transfer_mode tentacle --tentacle_ip 127.0.0.1 --tentacle_port 41121

to run in advanced mode

./pandora_apache --url http://192.168.0.1/server --ssl false --transfer_mode tentacle --tentacle_ip 127.0.0.1 --tentacle_port 41121 --conf /file/file.conf

The execution will return an output in JSON format with information about the execution, and will generate an XML file for each monitored agent that will be sent to the Pandora FMS server by the transfer method indicated in the configuration.