File: index.html

package info (click to toggle)
cricket 1.0.5-19
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,936 kB
  • sloc: perl: 8,276; ansic: 329; sh: 162; makefile: 63; sql: 16
file content (136 lines) | stat: -rw-r--r-- 4,494 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  <head>
      <title>Cricket Documentation</title>
  </head>
  <body>
    <h1> Cricket Documentation </h1>
    <ul>
	<li><a href="../README.Debian">Cricket for Debian</a>

	  <p>
	    Important information about how Cricket has been adapted
	    for Debian.  You should read this before any of the
	    following documents.

      <li>
        <a href="beginner.html">Installing Cricket for
        the Complete Beginner</a>
        <p>
          Step by step instruction to get you started. If you have
          just downloaded the package and want to get it going, this
          is the document for you.
        </p>
      </li>
      <li>
        <a href="intro.html">A Gentle Introduction to Cricket</a>
        <p>
          Background information on what the config tree is, and why
          you should care.
        </p>
      </li>
      <li>
        <a href="reference.html">The Cricket Reference</a>
        <p>
          Everything there is to know about anything you'll ever
          find in a config tree. This is the Cricket Bible.
        </p>
      </li>
      <li>
        <a href="perfmon.html">Perfmon Data Collection</a>
        <p>
          Everything about collecting data from Win32 Perfmon in
          Cricket.
        </p>
      </li>
      <li>
        <a href="tools.html">Running the Programs</a>
        <p>
          Detailed information about command-line options and other
          useful tidbits.
        </p>
      </li>
      <li>
        <a href="new-devices.html">Setting up New Devices in Cricket</a>
        <p>
          How to extend Cricket's reach to every measurable thing at
          your site!
        </p>
      </li>
      <li>
        <a href="inst-mapping.html">Understanding Instance Mapping</a>
        <p>
          Cricket's instance mapping feature is perhaps one of its
          most innovative features. Here's more information about
          why you need it and how it works.
        </p>
      </li>
      <li>
        <a href="modperl.html">Running Cricket under mod_perl</a>
        <p>
          Running Cricket's grapher under Apache mod_perl module can
          significantly improve interactive performance.
        </p>
      </li>
      <li>
        <a href="win2kwmi.html">Installing Cricket on Win2K to Monitor
        WMI Counters</a>
        <p>
          Windows Management Instrumentation (WMI) is Microsoft's
          implementation of the Web-Based Enterprise Management
          (WBEM) standard on the Windows 2000 and Windows XP
          platform. And Cricket can support these technologies!
        </p>
       </li>
      <li>
        <a href="monitor-thresholds.html">Understanding and Utilizing
        Cricket Monitor Thresholds</a>
        <p>
          Cricket is more than just a data collection and real-time
          trending tool. Monitor Thresholds are an alert/alarm
          mechanism that can generate SNMP traps, or send email
          when warranted by data.
        </p>
      </li>
      <li>
        <a href="neta-paper/paper.html">A technical paper on Cricket</a>
        <p>
          This paper, presented at <a
            href="http://www.usenix.org/events/neta99">Usenix's
          First Conference on Network Administration</a>, describes
          our motivation for writing Cricket, and gives an overview
          of the power of the config tree.
        </p>
      </li>
      <li>
        <a href="history.html">History</a>
        <p>How Cricket came to be.</p>
      </li>
      <li>
        <a href="gpl.html">Licensing</a>
        <p>Cricket is covered by the GNU General Public License.</p>
      </li>
    </ul>

    <div>
      <h2>Support</h2>
      <p>
        Detailed (and up-to-date) information about how to get help
        with Cricket is available from the Cricket website's <a
        href="http://cricket.sourceforge.net/support">support</a>
        section. In particular, you might like to read the <a
        href="http://cricket.sourceforge.net/support/FAQ">FAQ</a>.
      </p>
    </div>

    <p>
      <a href="http://cricket.sourceforge.net">Cricket</a>
      version 1.0.5, released 2004-03-28.
    </p>
    <p>
      Copyright (C) 1998-2000 Jeff Allen. Cricket is released under
      the <a href="gpl.html">GNU General Public License</a>.
    </p>
  </body>
</html>