# ----------------------------------------------------------
#
#   PL2_ini.py
#
# Ver 1.0   2003-06-24  First version
# Ver 1.1   2003-08-13  PL_user, PL_password, PL_IPaddress
# Ver 1.2   2004-05-12  default_reverseLookup
# Ver 1.3   2004-06-27  Convert to PacketLogic Genaration-2
# Ver 1.4   2004-11-05  Moved out PL1 config
# Ver 1.5   2004-11-17  PL2_useraccount = 1 added
# Ver 1.6   2005-01-25  popUpMenu =1 added
# Ver 1.5   2005-06-22  webStatsLayout, language
#

#Use PacketLogic geneartion-2
PL2 = 1

# ------ PacketLogic Generation-2 -------------------
PL2_user = 'packetlogicd'
PL2_password = 'secret2'
PL2_address1 = '127.0.0.1'
PL_path = "/usr/local/packetlogic/webstats/"
PL_imagepath = "images/"
PL2_nodePath = '/Hosts/'
PL2_useraccount = 1

# -----------Statistics -----------------------------
speedGraphHostChart = 2
PL2_max_sectors = 10
PL2_BGP_statPathId = 1
PL2_BGP_statPath = []

# ---------- debug ----------------------------------

debug = 0
debugChannel = 2
debugHost = '127.0.0.1'
debugPort = 8081


# ---------- CGI-query default values --------------
default_reverseLookup = '0'
default_printhostname = '1'
default_refreshtime = 0

# ---------- development ---------------------------
development = 0
selectHosts = 1

# ------------- Environment ------------------------

XGA = 1
screenSize = XGA
twisted = 1
popUpMenu = 1
toolBox = 1
textButtons = 1
webStatsLayout = 1
language = 1