root/trunk/web/conf/explicative_text.php @ 128

Revision 128, 1.6 KB (checked in by andreu, 12 years ago)

New information section in web site

RevLine 
[120]1<?php
2
3$RECEPTION_ADDRESS = "your collector address - syntax: 10.0.0.90, can be empty";
4
5$RECEPTION_PORT = "your collector port to recept netflow export. This port is defined on your routers";
6
[128]7$ROUTER_INDEX_MAX = "routers index max + 1 (index of the first column who begins the line, (not necessary the number of routers)";
[120]8
9$ROUTERS_LIST = "FILE with your routers IP address";
10
11$SUBNETS_LIST = "FILE with your prefix/subnet";
12
13$SUBNETS_V6_LIST = "FILE with your IPv6 prefixes list";
14
15$AS_LIST = "FILE with the list of AS with accounting";
16
17$CONSTANTS_MAX_AGG = "constants, here a subnet is include in a prefix ";
18
19$RULES_FILE = "Filters definitions";
20
21$INTERFACES_TYPE_LIST = "FILE with SNMP index of the interfaces tagged \"C\"ustomers or \"B\"ackbone ";
22
23$MAX_SNMP_INDEX = "MAX_SNMP_INDEX";
24
25$MAX_INDEX_BY_ROUTER = " maximum number of interfaces by router (one interface == one SNMP index)";
26
27$RRD_files_paths = "RRD files paths";
28
29$GLOBAL_MONITORING_RRD_Title = "<h3>RRD File for RENETCOL software monitoring </h3>";
30$GLOBAL_MONITORING_RRD_Body = "<pre><code>
31#define GLOBAL_MIB_RRD_FILE \"RENETCOL_GLOBAL_COUNTERS.rrd\"
32#define IPV4_MIB_RRD_FILE \"RENETCOL_IPV4_MIB.rrd\"
33#define IPV6_MIB_RRD_FILE \"RENETCOL_IPV6_MIB.rrd\"
34#define L4_IPV4_MIB_RRD_FILE \"RENETCOL_L4_IPV4_MIB.rrd\"
35#define L4_IPV6_MIB_RRD_FILE \"RENETCOL_L4_IPV6_MIB.rrd\"
36#define FLOWSIZE_IPV4_MIB_RRD_FILE \"RENETCOL_FLOWSIZE_IPV4_MIB.rrd\"
37#define FLOWSIZE_IPV6_MIB_RRD_FILE \"RENETCOL_FLOWSIZE_IPV6_MIB.rrd\"
38#define L7_IPV4_MIB_RRD_FILE \"RENETCOL_L7_IPV4_MIB.rrd\"
39#define L7_IPV6_MIB_RRD_FILE \"RENETCOL_L7_IPV6_MIB.rrd\"
40</code></pre>
41\n";
42
43
44
45?>
Note: See TracBrowser for help on using the browser.