3 RRDToolPath = "rrdtool";
\r
4 RRDVarPath = "../rrd_graphs";
\r
6 // Variables required to be defined by other cfgs
\r
7 //AESHost="localhost";
\r
13 // create the admin service module and open the web interface
\r
14 "moduleManager.createModule AdminService as webPort="+ASWebPort,
\r
16 // create a gateway for aes to connect
\r
17 "moduleManager.createModule StandardGateway as_gw",
\r
18 // create a layer 3 server
\r
19 "as_gw.transportAdd L3Server l3s",
\r
20 "as_gw.transportOptions l3s(PeerInvisible)",
\r
21 "as_gw.transportCmd l3s(open port="+ASPort+")",
\r