diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 6e357f83f2..adfd6d3a9e 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,7 @@ +2011-03-16 Dario Rodriguez + + * util/plugin/babel_plugin/README: Create README file for babel plugin + 2011-03-15 Dario Rodriguez *util/plugin/babel_plugin/plugin_definition.ini, diff --git a/pandora_server/util/plugin/babel_plugin/README b/pandora_server/util/plugin/babel_plugin/README new file mode 100644 index 0000000000..ebcd8cef32 --- /dev/null +++ b/pandora_server/util/plugin/babel_plugin/README @@ -0,0 +1,21 @@ +############################################ +# # +# Babel Integration Plugin for Pandora FMS # +# # +############################################ + +This plugin provide access to Babel Enterprise API to gather data to be +monitored with Pandora FMS. + +This plugin has the following requirements: + +1.- You need a Babel Enterprise installed with the API enable. + +2.- This plugin was developed to collect single data not arrays of values + so you only can collect for example the risk of one host or the risk + of one domain per call. If you need to monitor the risk of all Babel + hosts you should do a call per each host. + +If you need more information about plugin parameters just type: + +$> ./babel_plugin -h