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 | | | checkversions.sh |
11 | | | -------------------- |
12 | | | call from: installation-dir |
13 | | | parameters: - |
14 | | | effect: outputs the versions of some important binaries |
15 | | | |
16 | | | |
17 | | | killmod |
18 | | | -------------------- |
19 | | | call from: installation-dir |
20 | | | parameters: modulename |
21 | | | effect: kills the named module |
22 | | | |
23 | | | |
24 | | | listpids.pl |
25 | | | -------------------- |
26 | | | call from: installation-dir |
27 | | | parameters: - |
28 | | | effect: lists all PIDs and some mem-usage info of the |
29 | | | running sub-processes |
30 | | | |
31 | | | |
32 | | | makeperlheaders |
33 | | | -------------------- |
34 | | | call from: anywhere |
35 | | | parameters: - |
36 | | | effect: generates possibly missing perl-headers (.ph) |
37 | | | in /usr/include. |
38 | | | |
39 | | | |
40 | | | read-data-wrapper.pl |
41 | | | -------------------- |
42 | | | call from: (by daemon) |
43 | | | parameters: (by daemon) |
44 | | | effect: wrapper script to enable use of old modules |
45 | | | just copy it into the module directory of an |
46 | | | outdated module |
47 | | | |
48 | | | |
49 | | | warnings.pl |
50 | | | -------------------- |
51 | | | call from: installation-dir |
52 | | | parameters: -c <....> |
53 | | | -m <....> |
54 | | | -p <....> |
55 | | | (for more information call script without params) |
56 | | | effect: generates threshold warnings for a specified row |
57 | | | of the desired database data |
58 | | | |