blob: 503fd6d394849616c24a6b741659aae69abff31f (
plain)
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
|
# tgmanage
Tools, hacks, scripts and other things used by Tech:Server to keep things running smoothly during The Gathering.
Unless stated otherwise; licensed under the GNU GPL, version 2. See the included COPYING file.
# Dependencies
For the perl stuff, you may need the following Debian packages:
- libcapture-tiny-perl
- libcgi-pm-perl
- libcommon-sense-perl
- libdata-dumper-simple-perl
- libdbi-perl
- libdigest-perl
- libgd-perl
- libgeo-ip-perl
- libhtml-parser-perl
- libhtml-template-perl
- libimage-magick-perl
- libimage-magick-q16-perl
- libjson-perl
- libjson-xs-perl
- libnetaddr-ip-perl
- libnet-cidr-perl
- libnet-ip-perl
- libnet-openssh-perl
- libnet-oping-perl
- libnet-rawip-perl
- libnet-telnet-cisco-perl
- libnet-telnet-perl
- libsnmp-perl
- libsocket6-perl
- libsocket-perl
- libswitch-perl
- libtimedate-perl
- perl
- perl-base
- perl-modules
`apt-get install libcapture-tiny-perl libcgi-pm-perl libcommon-sense-perl libdata-dumper-simple-perl libdbi-perl libdigest-perl libgd-perl libgeo-ip-perl libhtml-parser-perl libhtml-template-perl libimage-magick-perl libimage-magick-q16-perl libjson-perl libjson-xs-perl libnetaddr-ip-perl libnet-cidr-perl libnet-ip-perl libnet-openssh-perl libnet-oping-perl libnet-rawip-perl libnet-telnet-cisco-perl libnet-telnet-perl libsnmp-perl libsocket6-perl libsocket-perl libswitch-perl libtimedate-perl perl perl-base perl-modules`
You will also need SNMP mibs. For conveneince:
`tools/get_mibs.sh`
|