| 26 |
|
|
| 27 |
|
include("alerts_config.inc.php"); |
| 28 |
|
|
| 29 |
< |
$alertLevel = getValue("alertLevel", $alert); |
| 29 |
> |
$alertLevelNum = getValue("alertLevel", $alert); |
| 30 |
|
$lastAlert = getValue("lastAlert", $alert); |
| 31 |
|
$thresholdLevel = getValue("thresholdLevel", $alert); |
| 32 |
|
$source = getValue("source", $alert); |
| 36 |
|
$timeTillNextAlert = getValue("timeTillNextAlert", $alert); |
| 37 |
|
$initialAlertTime = getValue("initialAlertTime", $alert); |
| 38 |
|
|
| 39 |
< |
$alertColour = $alertLevelColours[$alertLevel]; |
| 40 |
< |
$alertLevel = $alertLevelNames[$alertLevel]; |
| 39 |
> |
$alertColour = $alertLevelColours[$alertLevelNum]; |
| 40 |
> |
$alertLevel = $alertLevelNames[$alertLevelNum]; |
| 41 |
|
$initialAlertTime = strftime("%x %X", intval($initialAlertTime / 1000)); |
| 42 |
|
|
| 43 |
|
if ($small == "true") { |
| 47 |
|
|
| 48 |
|
</td> |
| 49 |
|
<td align="left"> |
| 50 |
< |
<font size="2" color="$alertColour"><b>$alertLevel</b></font> |
| 50 |
> |
<img src="level$alertLevelNum.gif" width="41" height="9" border="0" alt="$alertLevel"> |
| 51 |
|
</td> |
| 52 |
|
<td align="left"> |
| 53 |
< |
<font size="2">$attributeName</font> |
| 53 |
> |
<font size="3" color="$alertColour"><b>$alertLevel</b></font> |
| 54 |
|
</td> |
| 55 |
+ |
<td align="left"> |
| 56 |
+ |
<font size="3">$attributeName</font> |
| 57 |
+ |
</td> |
| 58 |
|
<td> |
| 59 |
|
|
| 60 |
|
</td> |
| 68 |
|
<tr> |
| 69 |
|
<td><b>$attributeName</b></td> |
| 70 |
|
<td> </td> |
| 71 |
< |
<td><font color="$alertColour" size="2"><b>$alertLevel</b></font></td> |
| 71 |
> |
<td> |
| 72 |
> |
<img src="level$alertLevelNum.gif" width="41" height="9" border="0" alt="$alertLevel"> |
| 73 |
> |
<font color="$alertColour" size="2"><b>$alertLevel</b></font> |
| 74 |
> |
</td> |
| 75 |
|
<td> </td> |
| 76 |
|
</tr> |
| 77 |
|
<tr> |
| 103 |
|
echo <<<EOT |
| 104 |
|
<table border="0" cellpadding="2" cellspacing="0"> |
| 105 |
|
<tr> |
| 106 |
< |
<td colspan="4"> |
| 107 |
< |
<b>$machine</b> |
| 106 |
> |
<td colspan="5"> |
| 107 |
> |
<font size="+1"><b>$machine</b></font> |
| 108 |
|
</td> |
| 109 |
|
</tr> |
| 110 |
|
EOT; |
| 146 |
|
} |
| 147 |
|
} |
| 148 |
|
else { |
| 149 |
< |
echo "There are currently no alerts held about <b>$machine</b>"; |
| 150 |
< |
printLine(""); |
| 149 |
> |
if ($small != "true") { |
| 150 |
> |
echo "There are currently no alerts held about <b>$machine</b>"; |
| 151 |
> |
printLine(""); |
| 152 |
> |
} |
| 153 |
|
} |
| 154 |
|
|
| 155 |
|
if ($small == "true") { |
| 169 |
|
|
| 170 |
|
<? include($titleHTML); ?> |
| 171 |
|
|
| 164 |
– |
<? printLine("Latest alerts for hosts"); ?> |
| 165 |
– |
|
| 172 |
|
<? if (!$hideform) { ?> |
| 173 |
+ |
|
| 174 |
+ |
<? printLine("Latest alerts for hosts"); ?> |
| 175 |
|
|
| 176 |
|
<form method="<? echo $formMethod ?>" action="<? echo $thisPage ?>"> |
| 177 |
|
<? |