pm2-health
Version:
Apps health monitor and mail notification module for pm2
26 lines (23 loc) • 548 B
HTML
<style>
.pm2-health {
font-family: Verdana, Geneva, sans-serif;
color: #000;
}
.pm2-health table {
border-collapse: collapse;
}
.pm2-health th {
text-align: left;
background-color: #555;
color: #FFF;
}
.pm2-health th,
.pm2-health td {
padding: 2mm;
}
</style>
<div class="pm2-health">
<!-- body -->
<hr/>
<small><a href="https://github.com/pankleks/pm2-health">pm2-health</a> <i><!-- timeStamp --></i></small>
</div>