monithor/client/web/index.html

50 lines
877 B
HTML

<html>
<head>
<title>MoniThor on 127.0.0.1 </title>
<meta http-equiv="refresh" content="1" />
</head>
Date : 2022-03-16 12:55:53
<table border="1" color="#FFFFFF">
<thead>
<tr>
<th colspan="4">MoniThor Result</th>
</tr>
</thead>
<tbody>
<tr>
<td>file</td>
<td>/tmp/coucou</td>
<td style="background-color:green;" > 0 </td>
<td> File /tmp/coucou exist</td>
</tr>
<tr>
<td>file</td>
<td>/tmp/nop</td>
<td style="background-color:red;" > 2 </td>
<td> File /tmp/nop is NOT present</td>
</tr>
<tr>
<td>file</td>
<td></td>
<td style="background-color:red;" > 5 </td>
<td> no argument</td>
</tr>
<tr>
<td>tamere</td>
<td>reboot</td>
<td style="background-color:red;" > 5 </td>
<td> No sonde tamere on serveur 127.0.0.1</td>
</tr>
</tbody>
</table>