Database connection parameters
DatabaseURL: sql connection string. Specifies the address of SQL server, the port and the name of the database used, e.g.
jdbc:[databaseType:mysql/psql]://[serverAddress:serverPort]/[DatabaseName]DatabaseUser: username for connecting to the database.
DatabasePass: password to connect to the database. JdbcDriver: the driver used by JDBC to connect to the database.
If postgreSQL is the server database, then different parameters have to be used.
DatabaseURL = jdbc:postgresql://addressOfSQLServer:Port/DatabaseName
DatabaseUser = DatabaseUser
DatabasePass = Password
#class used by JDBC for a PostgreSQL server
JdbcDriver = org.postgresql.Driver
Local subnetwork parameter
LocalSubnet parameter should be set to match local network. This parameter tells pmGraph which IP addresses should be ignored as local. For example if local network is 192.168.1.0/24 the value of the parameter should be:
LocalSubnet = 192.168.1.
DHCP name resolution parameters
Names of the IPs listed in the legend are resolved using the DNS. If no name is found for an IP using DNS, there is a lookup on a DHCP server. The file has four parameters to configure the connection to a DHCP server:
* DHCPAddress: address of the DHCP server in network.
* DHCPPort: port configured to be used by the DHCP server for example 7911.
* DHCPName: username for the DHCP server (in a linux DHCP server this is the username in dhcpd.conf).
* DHCPPass: user password
If there is no DHCP server in the network or there is no need to use it, then DHCP hostname resolution can be disabled by leaving the parameter DHCPAddress empty.
ResultLimit parameter:
sets the default number of results to display. used if no value is entered in the 'Show Top' field
ResultLimit = 5
