<!--
  This is upsstats-single.html, a template for monitoring a single host.
  This mode is selected by adding "host=<host>" to the upsstats.cgi URL.
  Such URLs are generated automatically when using the HOSTLINK command.

  See upsstats.html(5) for more information on template files.
-->

<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">

<head>
  <meta http-equiv="Content-Type" content="text/html; charset=us-ascii"/>
  <meta http-equiv="refresh" content="300"/>
  <title>
    UPS Status:
@HOST@
  </title>
  <link rev="made" href="http://homepage.mac.com/pauljlucas/contact.html"/>
</head>
<body text="#FFFFFF">

<div align="center">
  <font color="black" size="-1">
    (This page automatically refreshes every 5 minutes.)
  </font>
  <p></p>
  <table bgcolor="#000000" border="1"
   cellpadding="10" cellspacing="0">
    <tr>
      <td colspan="5">
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
          <tr>
            <td>
              Network UPS Tools
@VERSION@
            </td>
            <td align="right" nowrap="nowrap">
@DATE %a, %b %d, %Y, %X %Z@
            </td>
          </tr>
        </table>
      </td>
    </tr>
    <tr>
      <td>
@HOST@
      </td>
      <th>Input</th>
      <th>Output</th>
      <th>Battery</th>
      <th>Load</th>
    </tr>
    <tr>
      <td valign="top">

        <table border="0">
          <tr>
            <th align="right">Model:</th>
            <td nowrap="nowrap">
@VAR ups.model@
            </td>
          </tr>
          <tr>
            <th align="right">Status:</th>
            <td>
              <font color="
@STATUSCOLOR@
">
                <b>
@STATUS@
                </b>
              </font>
            </td>
          </tr>

@IFSUPP input.voltage@
          <tr>
            <th align="right">Input:</th>
            <td nowrap="nowrap">
@VAR input.voltage@
              <small>VAC</small>
            </td>
          </tr>
@ENDIF@

@IFSUPP output.voltage@
          <tr>
            <th align="right">Output:</th>
            <td nowrap="nowrap">
@VAR output.voltage@
              <small>VAC</small>
            </td>
          </tr>
@ENDIF@

@IFSUPP input.frequency@
          <tr>
            <th align="right">AC&nbsp;freq:</th>
            <td nowrap="nowrap">
@VAR input.frequency@
              <small>Hz</small>
            </td>
          </tr>
@ENDIF@

@IFSUPP ups.temperature@
          <tr>
            <th align="right">Temp.:</th>
            <td>
@TEMPF@
@VAR ups.temperature@
            </td>
          </tr>
@ENDIF@

        </table>
      </td>

      <td>
@IMG input.voltage@
      </td>
      <td>
@IMG output.voltage@
      </td>
      <td>
@IMG battery.charge@
      </td>
      <td>
@IMG ups.load@
      </td>

    </tr>
  </table>
</div>

</body>
</html>
<!-- vim:set et sw=2 ts=2: -->