15 includes/arrays.php:76 | ||
English
Alert2Warn
|
||
34 includes/arrays.php:161 | ||
English
Alert-Warn
|
||
138 includes/settings.php:394 | ||
English
Threshold Notification Templated
|
||
224 includes/settings.php:686 | ||
English
This is the message that will be displayed as the message body of all UP / Down Device Messages (1024 Char MAX). HTML is allowed, but will be removed for text only Emails. There are several common replacement tags that may be used in include:<br><HOSTNAME> <HOST_ID> <DESCRIPTION> <UPTIME> <UPTIMETEXT> <DOWNTIME> <TIME> <DATE> <DATE_RFC822> <BREACHED_ITEMS> <MESSAGE> <SUBJECT> <DOWN/UP> <SNMP_HOSTNAME> <SNMP_LOCATION> <SNMP_CONTACT> <SNMP_SYSTEM> <LAST_FAIL> <AVAILABILITY> <TOT_POLL> <FAIL_POLL> <CUR_TIME> <AVG_TIME> <NOTES>
|
||
230 includes/settings.php:703 | ||
English
This is the message that will be displayed as the message body of all UP / Down Device Messages (1024 Char MAX). HTML is allowed, but will be removed for text only Emails. There are several common replacement tags that may be used in include:<br><HOSTNAME> <HOST_ID> <DESCRIPTION> <UPTIME> <UPTIMETEXT> <DOWNTIME> <TIME> <DATE> <DATE_RFC822> <BREACHED_ITEMS> <MESSAGE> <SUBJECT> <DOWN/UP> <SNMP_HOSTNAME> <SNMP_LOCATION> <SNMP_CONTACT> <SNMP_SYSTEM> <LAST_FAIL> <AVAILABILITY> <TOT_POLL> <FAIL_POLL> <CUR_TIME> <AVG_TIME> <NOTES>
|
||
233 includes/settings.php:712 | ||
English
When a Device changes state from a Cacti perspective (UP to DOWN or DOWN to RECOVERING/UP), run the following command. This command must NOT include command line arguments. However, the following variables can be pulled from the environment of the script:<br><THOLD_HOSTNAME> <THOLD_HOST_ID> <THOLD_DESCRIPTION> <THOLD_UPTIME> <THOLD_UPTIMETEXT> <THOLD_DOWNTIME> <THOLD_TIME> <THOLD_DATE> <THOLD_DATE_RFC822> <THOLD_BREACHED_ITEMS> <THOLD_MESSAGE> <THOLD_SUBJECT> <THOLD_DOWNUP> <THOLD_SNMP_HOSTNAME> <THOLD_SNMP_LOCATION> <THOLD_SNMP_CONTACT> <THOLD_SNMP_SYSTEM> <THOLD_LAST_FAIL> <THOLD_AVAILABILITY> <THOLD_TOT_POLL> <THOLD_FAIL_POLL> <THOLD_CUR_TIME> <THOLD_AVG_TIME> <THOLD_NOTES>
|
||
236 includes/settings.php:725 | ||
English
This is the message that will be displayed at the top of all Threshold Alerts (1024 Char MAX). HTML is allowed, but will be removed for text only Emails. There are several common replacement tags that may be used in include:<br><DESCRIPTION> <HOSTNAME> <HOST_ID> <TIME> <DATE> <DATE_RFC822> <BREACHED_ITEMS> <URL> <GRAPHID> <CURRENTVALUE> <THRESHOLDNAME> <DSNAME> <SUBJECT> <GRAPH> <NOTES> <DNOTES>
|
||
239 includes/settings.php:734 | ||
English
This is the message that will be displayed at the top of all Threshold warnings (1024 Char MAX). HTML is allowed, but will be removed for text only Emails. There are several common replacement tags that may be used in include:<br><DESCRIPTION> <HOSTNAME> <HOST_ID> <TIME> <DATE> <DATE_RFC822> <BREACHED_ITEMS> <URL> <GRAPHID> <CURRENTVALUE> <THRESHOLDNAME> <DSNAME> <SUBJECT> <GRAPH> <NOTES> <DNOTES>
|
||
242 includes/settings.php:743 • thold.php:1790 • thold_templates.php:1350 | ||
English
This is the message that will be displayed at the top of all Threshold restoral notifications (1024 Chars MAX). HTML is allowed, but will be removed for text only Emails. There are several common replacement tags that may be used in include:<br><DESCRIPTION> <HOSTNAME> <HOST_ID> <TIME> <DATE> <DATE_RFC822> <BREACHED_ITEMS> <URL> <GRAPHID> <CURRENTVALUE> <THRESHOLDNAME> <DSNAME> <SUBJECT> <GRAPH> <NOTES> <DNOTES>
|
||
347 setup.php:648 | ||
English
Threshold Alert/Warning Values
|
||
401 thold.php:799 • thold_graph.php:439 | ||
English
The High Warning / Alert values. NOTE: Baseline values are a percent, all other values are display values that may be modified by a cdef.
|
||
403 thold.php:805 • thold_graph.php:445 | ||
English
The Low Warning / Alert values. NOTE: Baseline values are a percent, all other values are display values that may be modified by a cdef.
|
||
495 thold.php:1772 • thold_templates.php:1332 | ||
English
This is the message that will be displayed at the top of all Threshold Alerts (1024 Char MAX). HTML is allowed, but will be removed for text only emails. There are several common replacement tags that may be used in include:<br>eg. <DESCRIPTION> <HOSTNAME> <TIME> <URL> <GRAPHID> <CURRENTVALUE> <THRESHOLDNAME> <DSNAME> <SUBJECT> <GRAPH> <HI> <LOW> <DURATION> <TRIGGER> <DETAILS_URL> <DATE_RFC822> <BREACHED_ITEMS>
|
||
497 thold.php:1781 • thold_templates.php:1341 | ||
English
This is the message that will be displayed at the top of all Threshold Warnings (1024 Char MAX). HTML is allowed, but will be removed for text only emails. There are several common replacement tags that may be used in include:<br>eg. <DESCRIPTION> <HOSTNAME> <TIME> <URL> <GRAPHID> <CURRENTVALUE> <THRESHOLDNAME> <DSNAME> <SUBJECT> <GRAPH> <HI> <LOW> <DURATION> <TRIGGER> <DETAILS_URL> <DATE_RFC822> <BREACHED_ITEMS>
|
||
523 thold.php:1957 • thold_templates.php:1514 | ||
English
If set, and if a High Threshold is breached, this command will be run. Please enter a valid command. In addition, there are several replacement tags available that can be used to pass information from the Threshold to the script. You can do this as arguments on the command line, or preferably, in the environment of the script. All replacement values will appear in the environment of the script prefixed with THOLD_. So, for example CURRENTVALUE will become THOLD_CURRENTVALUE, and so on. The variables include: <DESCRIPTION> <HOSTNAME> <TIME> <URL> <GRAPHID> <CURRENTVALUE> <THRESHOLDNAME> <DSNAME> <SUBJECT> <GRAPH> <HI> <LOW> <DURATION> <TRIGGER> <DETAILS_URL> <DATE_RFC822> <BREACHED_ITEMS>. Finally, Host, Data Query and Data Input replacement can be made. For example, if you have a data input custom data called pending, to perform the replacement use |pending|. For Data Query, and Host replacement use Cacti conventions |query_xxxx|, and |host_xxxx| respectively.
|
||
525 thold.php:1965 • thold_templates.php:1522 | ||
English
If set, and if a Low Threshold is breached, this command will be run. Please enter a valid command. In addition, there are several replacement tags available that can be used to pass information from the Threshold to the script. You can do this as arguments on the command line, or preferably, in the environment of the script. All replacement values will appear in the environment of the script prefixed with THOLD_. So, for example CURRENTVALUE will become THOLD_CURRENTVALUE, and so on. The variables include: <DESCRIPTION> <HOSTNAME> <TIME> <URL> <GRAPHID> <CURRENTVALUE> <THRESHOLDNAME> <DSNAME> <SUBJECT> <GRAPH> <HI> <LOW> <DURATION> <TRIGGER> <DETAILS_URL> <DATE_RFC822> <BREACHED_ITEMS>. Finally, Host, Data Query and Data input replacement can be made. For example, if you have a data input custom data called pending, to perform the replacement use |pending|. For Data Query, and Host replacement use Cacti conventions |query_xxxx|, and |host_xxxx| respectively.
|
||
527 thold.php:1973 • thold_templates.php:1530 | ||
English
If set, when a thold falls back to a normal value, this command will be run. Please enter a valid command. In addition, there are several replacement tags available that can be used to pass information from the Threshold to the script. You can do this as arguments on the command line, or preferably, in the environment of the script. All replacement values will appear in the environment of the script prefixed with THOLD_. So, for example CURRENTVALUE will become THOLD_CURRENTVALUE, and so on. The variables include: <DESCRIPTION> <HOSTNAME> <TIME> <URL> <GRAPHID> <CURRENTVALUE> <THRESHOLDNAME> <DSNAME> <SUBJECT> <GRAPH> <HI> <LOW> <DURATION> <TRIGGER> <DETAILS_URL> <DATE_RFC822> <BREACHED_ITEMS>. Finally, Host, Data Query and Data input replacement can be made. For example, if you have a data input custom data called pending, to perform the replacement use |pending|. For Data Query, and Host replacement use Cacti conventions |query_xxxx|, and |host_xxxx| respectively.
|
||
566 thold_functions.php:6212 | ||
English
Threshold Template Subordinate Data Source Not Found!
|
||
579 thold_graph.php:80 | ||
English
The Threshold will restart generating Alerts.
|
||
674 thold_templates.php:1990 | ||
English
The High Warning / Alert values. NOTE: Baseline values are a percent, all other values are RAW values not modified by a cdef.
|
||