~ubuntu-branches/debian/lenny/smokeping/lenny

« back to all changes in this revision

Viewing changes to doc/Smokeping/matchers/CheckLatency.html

  • Committer: Bazaar Package Importer
  • Author(s): Niko Tyni
  • Date: 2006-10-26 21:45:56 UTC
  • mfrom: (1.2.2 upstream) (2.1.5 edgy)
  • Revision ID: james.westby@ubuntu.com-20061026214556-5jnpiesx4vdijmu6
* debian/patches/15_clean_makefile.dpatch:
  + remove unneeded and potentially unsecure include paths.
* debian/patches: selected patches from the upstream SVN repository
  + 40_password.dpatch: skip reading the password file when running as a CGI.
  + 50_ldap.dpatch: Make the 'scope' option in the LDAP probe actually work.
  + 60_fping.dpatch:
    * Support the '-S' (set source address, see #198486) fping option.
    * Don't try to execute fping when running as a CGI.
  + 70_syslog.dpatch: Don't die silently if syslogd is unavailable.
    (Closes: #395056)
* Remove all the autogenerated documentation at clean time, to properly
  undo the effects of the 'build' target.
* Install example configuration files for documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
2
<html xmlns="http://www.w3.org/1999/xhtml">
 
3
<head>
 
4
<title>CheckLatency</title>
 
5
<link rev="made" href="mailto:dws@ee.ethz.ch" />
 
6
</head>
 
7
 
 
8
<body style="background-color: white">
 
9
 
 
10
<p><a name="__index__"></a></p>
 
11
<!-- INDEX BEGIN -->
 
12
<!--
 
13
 
 
14
<ul>
 
15
 
 
16
        <li><a href="#name">NAME</a></li>
 
17
        <li><a href="#description">DESCRIPTION</a></li>
 
18
        <li><a href="#copyright">COPYRIGHT</a></li>
 
19
        <li><a href="#license">LICENSE</a></li>
 
20
        <li><a href="#author">AUTHOR</a></li>
 
21
</ul>
 
22
-->
 
23
<!-- INDEX END -->
 
24
 
 
25
<p>
 
26
</p>
 
27
<h1><a name="name">NAME</a></h1>
 
28
<p>Smokeping::matchers::CheckLatency - Edge triggered alert to check latency is under a value for x number of samples</p>
 
29
<p>
 
30
</p>
 
31
<hr />
 
32
<h1><a name="description">DESCRIPTION</a></h1>
 
33
<p>Call the matcher with the following sequence:</p>
 
34
<pre>
 
35
 type = matcher
 
36
 edgetrigger = yes
 
37
 pattern =  CheckLatency(l=&gt;latency to check against,x=&gt;num samples required for a match)</pre>
 
38
<p>This will create a matcher which checks for ``l'' latency or greater over ``x'' samples before raising, 
 
39
and will hold the alert until ``x'' samples under ``l'' before clearing</p>
 
40
<p>
 
41
</p>
 
42
<hr />
 
43
<h1><a name="copyright">COPYRIGHT</a></h1>
 
44
<p>Copyright (c) 2006 Dylan C Vanderhoof, Semaphore Corporation</p>
 
45
<p>
 
46
</p>
 
47
<hr />
 
48
<h1><a name="license">LICENSE</a></h1>
 
49
<p>This program is free software; you can redistribute it and/or modify
 
50
it under the terms of the GNU General Public License as published by
 
51
the Free Software Foundation; either version 2 of the License, or
 
52
(at your option) any later version.</p>
 
53
<p>This program is distributed in the hope that it will be useful,
 
54
but WITHOUT ANY WARRANTY; without even the implied warranty of
 
55
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
56
GNU General Public License for more details.</p>
 
57
<p>You should have received a copy of the GNU General Public License
 
58
along with this program; if not, write to the Free Software
 
59
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</p>
 
60
<p>
 
61
</p>
 
62
<hr />
 
63
<h1><a name="author">AUTHOR</a></h1>
 
64
<p>Dylan Vanderhoof &lt;<a href="mailto:dylanv@semaphore.com">dylanv@semaphore.com</a>&gt;</p>
 
65
 
 
66
</body>
 
67
 
 
68
</html>