mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
2009-09-28 Sancho Lerena <slerena@artica.es>
* include/help/en/help_alert_macros.php: Updated macros help git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1987 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ff84272a67
commit
cace3dcf51
@ -1,5 +1,7 @@
|
|||||||
2009-09-28 Sancho Lerena <slerena@artica.es>
|
2009-09-28 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
|
* include/help/en/help_alert_macros.php: Updated macros help
|
||||||
|
|
||||||
* pandoradb.sql: Added id_group to talert_action, talert_templates and
|
* pandoradb.sql: Added id_group to talert_action, talert_templates and
|
||||||
tplanned_downtime to be able to segregate all pandora functions for
|
tplanned_downtime to be able to segregate all pandora functions for
|
||||||
different groups/users. Need to implement in interface code.
|
different groups/users. Need to implement in interface code.
|
||||||
|
@ -13,13 +13,17 @@ The following macros are available:
|
|||||||
<li>_field3_ : User defined field 3.</li>
|
<li>_field3_ : User defined field 3.</li>
|
||||||
<li>_agent_ : Name of the agent that fired the alert.</li>
|
<li>_agent_ : Name of the agent that fired the alert.</li>
|
||||||
<li>_address_ : Address of the agent that fired the alert.</li>
|
<li>_address_ : Address of the agent that fired the alert.</li>
|
||||||
<li>_timestamp_: Time when the alert was fired.</li>
|
<li>_timestamp_ : Time when the alert was fired (yy-mm-dd hh:mm:ss).</li>
|
||||||
<li>_data_ : Module data that caused the alert to fire.</li>
|
<li>_data_ : Module data that caused the alert to fire.</li>
|
||||||
<li>_alert_description_ : Alert description.</li>
|
<li>_alert_description_ : Alert description.</li>
|
||||||
<li>_alert_threshold_ : Alert threshold.</li>
|
<li>_alert_threshold_ : Alert threshold.</li>
|
||||||
<li>_alert_times_fired_ : Number of times the alert has been fired.</li>
|
<li>_alert_times_fired_ : Number of times the alert has been fired.</li>
|
||||||
|
<li>_module_ : Module name</li>
|
||||||
|
<li>_alert_ : Alert name </li>
|
||||||
|
<li>_alert_priority_ : Numerical alert priorityu </li>
|
||||||
|
<li>_id_agent_ : Id of agent, useful to build direct URL to redirect to a Pandora FMS console webpage.
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
</p>
|
</p>
|
||||||
Example: Agent _agent_ error: _alert_description_.
|
Example: Agent _agent_ has fired alert _alert_ with data _data_
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user