<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Mike wrote:
<blockquote cite="midehtt9l$dd7$1@sea.gmane.org" type="cite">
  <pre wrap="">On 2006-10-27, Mike <a class="moz-txt-link-rfc2396E" href="mailto:mikee@mikee.ath.cx"><mikee@mikee.ath.cx></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">On 2006-10-27, Henrik Stoerner <a class="moz-txt-link-rfc2396E" href="mailto:henrik@hswn.dk"><henrik@hswn.dk></a> wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">On Fri, Oct 27, 2006 at 03:05:20PM -0500, Mike wrote:
      </pre>
      <blockquote type="cite">
        <pre wrap="">I know using bb-hosts there are tags to watch for ftp and other ports.
Is there a syntax to monitor a specific port by port number?

10.1.1.1        host    # hpjd:9100

Giving the above line as an example/question on monitoring a HP Jet
Direct device at port 9100.
        </pre>
      </blockquote>
      <pre wrap="">Provided you've defined "hpjd" in bb-services, this will do just what
you want it to.
      </pre>
    </blockquote>
    <pre wrap="">I had forgotten about bb-services. Thanks.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Does anyone have definitions for mysql, ntp, syslogd, snmp, etc? Does
bb-services only work for tcp or will it work also for udp?
  </pre>
</blockquote>
You can check /etc/services on most unix boxes to see a port to service
matching.<br>
msql = 3306<br>
ntp = 123<br>
syslogd = 514 (udp)<br>
snmp = 161<br>
<br>
I don't think Hobbit can monitor UDP services (that it doesnt already
support) without a custom extension script.<br>
<br>
-Charles<br>
</body>
</html>