mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Updated docs and webui
This commit is contained in:
@@ -111,6 +111,8 @@ Controls:
|
|||||||
Placeholders:
|
Placeholders:
|
||||||
|
|
||||||
- Hostname of the Device: `%hostname`
|
- Hostname of the Device: `%hostname`
|
||||||
|
- sysName of the Device: `%sysName`
|
||||||
|
- location of the Device: `%location`
|
||||||
- Title for the Alert: `%title`
|
- Title for the Alert: `%title`
|
||||||
- Time Elapsed, Only available on recovery (`%state == 0`): `%elapsed`
|
- Time Elapsed, Only available on recovery (`%state == 0`): `%elapsed`
|
||||||
- Alert-ID: `%id`
|
- Alert-ID: `%id`
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ if(is_admin() === false) {
|
|||||||
</span><br /><br />
|
</span><br /><br />
|
||||||
<span><strong>Placeholders:</strong><br />
|
<span><strong>Placeholders:</strong><br />
|
||||||
<?php
|
<?php
|
||||||
$placeholders = array('hostname','title','elapsed','id','uid','faults','state','severity','rule','timestamp','contacts','key','value','new line');
|
$placeholders = array('hostname', 'sysName', 'location', 'title','elapsed','id','uid','faults','state','severity','rule','timestamp','contacts','key','value','new line');
|
||||||
foreach ($placeholders as $placeholder) {
|
foreach ($placeholders as $placeholder) {
|
||||||
echo ' <button type="button" class="btn btn-success btn-sm" data-target="#placeholder-add" id="placeholder-add" name="placeholder-add" data-type="placeholder" data-value="'.$placeholder.'">'.$placeholder.'</button>';
|
echo ' <button type="button" class="btn btn-success btn-sm" data-target="#placeholder-add" id="placeholder-add" name="placeholder-add" data-type="placeholder" data-value="'.$placeholder.'">'.$placeholder.'</button>';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user