2011-03-16 Dario Rodriguez <dario.rodriguez@artica.es>
* util/plugin/babel_plugin/README: Create README file for babel plugin git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4095 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
7f8f54aaae
commit
8c91c3746f
|
@ -1,3 +1,7 @@
|
|||
2011-03-16 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||
|
||||
* util/plugin/babel_plugin/README: Create README file for babel plugin
|
||||
|
||||
2011-03-15 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||
|
||||
*util/plugin/babel_plugin/plugin_definition.ini,
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue