]> git.ipfire.org Git - ipfire-2.x.git/blame - config/menu/20-status.menu
Samba CGI 2sprachig DE und ENG
[ipfire-2.x.git] / config / menu / 20-status.menu
CommitLineData
24249567
MT
1 $substatus->{'10.systemstatus'} = {
2 'caption' => $tr{'sssystem status'},
3 'uri' => '/cgi-bin/status.cgi',
4 'title' => "$tr{'sssystem status'}",
5 'enabled' => 1,
6 };
786f2c8a 7 $substatus->{'20.systemgraphs'} = {
24249567
MT
8 'caption' => $tr{'system graphs'},
9 'uri' => '/cgi-bin/graphs.cgi',
10 'novars' => 1,
11 'title' => "$tr{'system graphs'}",
12 'enabled' => 1,
13 };
786f2c8a 14 $substatus->{'30.trafficgraphs'} = {
24249567
MT
15 'caption' => $tr{'sstraffic graphs'},
16 'uri' => '/cgi-bin/graphs.cgi',
17 'vars' => 'graph=network',
18 'title' => "$tr{'sstraffic graphs'}",
19 'enabled' => 1,
20 };
786f2c8a 21 $substatus->{'40.proxygraphs'} = {
24249567
MT
22 'caption' => $tr{'ssproxy graphs'},
23 'uri' => '/cgi-bin/proxygraphs.cgi',
24 'title' => "$tr{'ssproxy graphs'}",
25 'enabled' => 1,
26 };
786f2c8a 27 $substatus->{'50.fwhits'} = {
24249567
MT
28 'caption' => 'Firewall-Diagramme',
29 'uri' => '/cgi-bin/fwhits.cgi',
30 'title' => "Firewall-Diagramme",
31 'enabled' => 1,
32 };
786f2c8a 33 $substatus->{'60.hardwaregraphs'} = {
24249567
MT
34 'caption' => "$tr{'hardware graphs'}",
35 'uri' => '/cgi-bin/hardwaregraphs.cgi',
36 'title' => "$tr{'hardware graphs'}",
37 'enabled' => 1,
38 };
786f2c8a 39 $substatus->{'70.connections'} = {
24249567
MT
40 'caption' => $tr{'connections'},
41 'uri' => '/cgi-bin/connections.cgi',
42 'title' => "$tr{'connections'}",
43 'enabled' => 1,
44 };
786f2c8a 45 $substatus->{'80.nettraf'} = {
24249567
MT
46 'caption' => $tr{'sstraffic'},
47 'uri' => '/cgi-bin/traffic.cgi',
48 'title' => "$tr{'sstraffic'}",
49 'enabled' => 1,
50 };
786f2c8a 51 $substatus->{'90.iptable'} = {
24249567
MT
52 'caption' => $tr{'iptable rules'},
53 'uri' => '/cgi-bin/iptables.cgi',
54 'title' => "$tr{'iptable rules'}",
55 'enabled' => 1,
56 };