diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index d92a9f59d8..5aa804a095 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2009-11-12 Sancho lerena + + * include/help/en/help_web_checks.php: Added missing help. + + * include/help/en/help_alert_macros.php: Added missing macros. + 2009-11-11 Miguel de Dios * include/functions_reporting.php: fix the debug trace I forget in source diff --git a/pandora_console/include/help/en/help_alert_macros.php b/pandora_console/include/help/en/help_alert_macros.php index e64e47ff1d..120f943264 100644 --- a/pandora_console/include/help/en/help_alert_macros.php +++ b/pandora_console/include/help/en/help_alert_macros.php @@ -12,6 +12,8 @@ The following macros are available:
  • _field2_ : User defined field 2.
  • _field3_ : User defined field 3.
  • _agent_ : Name of the agent that fired the alert.
  • +
  • _agentdescription_ : Description of the agent who fired alert
  • +
  • _agentgroup_ : Agent group name
  • _address_ : Address of the agent that fired the alert.
  • _timestamp_ : Time when the alert was fired (yy-mm-dd hh:mm:ss).
  • _data_ : Module data that caused the alert to fire.
  • @@ -19,9 +21,13 @@ The following macros are available:
  • _alert_threshold_ : Alert threshold.
  • _alert_times_fired_ : Number of times the alert has been fired.
  • _module_ : Module name
  • +
  • _moduledescription_ : Description of the module who fired the alert
  • _alert_name_ : Alert name
  • _alert_priority_ : Numerical alert priorityu
  • _id_agent_ : Id of agent, useful to build direct URL to redirect to a Pandora FMS console webpage. +
  • _id_alert_ : Numerical ID of the alert (unique), used to correlate on third party software
  • + +

    diff --git a/pandora_console/include/help/en/help_web_checks.php b/pandora_console/include/help/en/help_web_checks.php new file mode 100644 index 0000000000..2eae42d440 --- /dev/null +++ b/pandora_console/include/help/en/help_web_checks.php @@ -0,0 +1,35 @@ + +

    WEB Monitoring

    + +

    +Advanced WEB Monitoring is a feature done by the Goliat/WEB Server in Pandora FMS Enterprise version. +

    +This is a sample of GOLIAT Webcheck module: +
    +

    +
    +
    +task_begin
    +post http://galaga.artica.es/pandora/index.php?login=1
    +variable_name nick
    +variable_value demo
    +variable_name pass
    +variable_value demo
    +cookie 1
    +resource 1
    +task_end
    +
    +task_begin
    +get http://galaga.artica.es/pandora/index.php?sec=messages&sec2=operation/messages/message
    +cookie 1
    +resource 1
    +check_string Read messages
    +task_end
    +
    +
    +
    +