1 | 1 | simandl | |
2 | | | checkdbs.sh |
3 | | | -------------------- |
4 | | | call from: anywhere |
5 | | | parameters: path to a module |
6 | | | effect: checks all DBs in a given module dir and lists |
7 | | | a tail of their contents |
8 | | | |
9 | | | |
10 | | | checklibs.pl |
11 | | | -------------------- |
12 | | | call from: installation-dir |
13 | | | lib |
14 | | | modules |
15 | | | modules/* |
16 | | | moduels/*/platform |
17 | | | parameters: - |
18 | | | effect: does a rough consistency check on all libraries |
19 | | | found in that subdirectory |
20 | | | |
21 | | | |
22 | | | checknames.pl |
23 | | | -------------------- |
24 | | | call from: modules/* |
25 | | | parameters: name of settings-item containing targets |
26 | | | effect: outputs parsed names and description infos for |
27 | | | all entries |
28 | | | |
29 | | | |
30 | | | checkversions.sh |
31 | | | -------------------- |
32 | | | call from: installation-dir |
33 | | | parameters: - |
34 | | | effect: outputs the versions of some important binaries |
35 | | | |
36 | | | |
37 | | | killmod |
38 | | | -------------------- |
39 | | | call from: installation-dir |
40 | | | parameters: modulename |
41 | | | effect: kills the named module |
42 | | | |
43 | | | |
44 | | | listpids.pl |
45 | | | -------------------- |
46 | | | call from: installation-dir |
47 | | | parameters: - |
48 | | | effect: lists all PIDs and some mem-usage info of the |
49 | | | running sub-processes |
50 | | | |
51 | | | |
52 | | | makeperlheaders |
53 | | | -------------------- |
54 | | | call from: anywhere |
55 | | | parameters: - |
56 | | | effect: generates possibly missing perl-headers (.ph) |
57 | | | in /usr/include. |
58 | | | |
59 | | | |
60 | | | read-data-wrapper.pl |
61 | | | -------------------- |
62 | | | call from: (by daemon) |
63 | | | parameters: (by daemon) |
64 | | | effect: wrapper script to enable use of old modules |
65 | | | just copy it into the module directory of an |
66 | | | outdated module |
67 | | | |
68 | | | |
69 | | | rrdtool_add_ds.pl |
70 | | | -------------------- |
71 | | | call from: modules/* |
72 | | | parameters: (use option "-h" for help) |
73 | | | effect: adds one or more rows to an existing database's |
74 | | | XML-dump |
75 | | | |
76 | | | |
77 | | | rrdspikes.pl |
78 | | | -------------------- |
79 | | | call from: modules/*/rrd |
80 | | | parameters: (call without parameters for help) |
81 | | | effect: detects and eliminates spikes after reducing DB's |
82 | | | "max" value |
83 | | | |
84 | | | |
85 | | | warnings.pl |
86 | | | -------------------- |
87 | | | call from: installation-dir |
88 | | | parameters: -c <....> |
89 | | | -m <....> |
90 | | | -p <....> |
91 | | | (for more information call script without params) |
92 | | | effect: generates threshold warnings for a specified row |
93 | | | of the desired database data |
94 | | | |