NAME

Defaults - Contains default configuration data


SYNOPSIS

        use Defaults qw($DBstring $Host $Community @NetBlock);


DESCRIPTION

Deafults is a simple configuration file which usually handles working directories and database arguments


VARIABLES

        $PluginDIR  - installed plugins directory
        $ConfigDIR  - Cricket configuration files directory
        $DataDIR    - Cricket data directory
        $DBstring   - database string (includes database name, user and password)
        @CommString - list of available SNMP community strings
        $Host       - default host
        $Community  - default community string
        @NetBlock   - list of all allowed network blocks
        $xmlDIR     - XML directory used by PHP
        $grapherCGI - URL to grapher.cgi
        $htmlDIR    - web-accessible directory
        $nmapDIR    - NMAP installation directory
        $xmlDIR2    - XML directory used by Totter
        $snmpDIR    - Cricket's snmputils directory


AUTHORS

Defaults is supported as part of the core Pawikan distribution. Please send bug report to <netapps@pregi.net> or use the bugzilla.

Edwin Viñas <edwinv@asti.dost.gov.ph>e

Jerremeo Raynier Gabás <ren@asti.dost.gov.ph>d

René Mendoza <renem@asti.dost.gov.ph>r

Rey Vincent Babilonia <rvincent@asti.dost.gov.ph>

Paul Afroilan <paula@asti.dost.gov.ph>


COPYRIGHT

Copyright (c) 2004 Philippine Research, Education and Government Information Network. All rights reserved. This program is part of the Pawikan distribution; you can redistribute it and/or modify it under the same terms as Pawikan itself.