# NOT CONFIGURED - DELETE THIS LINE ONCE THIS FILE HAS BEEN CONFIGURED # Filename: domain.com.conf # # Description: This configuration file provides information for this instance # of pt.pl. There is a separate IP.conf file for each IP address being tested. # It is important not to change the formatting of the file because it is # processed using perl which is expecting things to be in certain locations. # # Copyright: 2004-2006 by John R Larsen - john@larsen-family.us # http://pingtest.sourceforge.net # Released under the same Artistic license as perl # ############################################################################## # The following section contains configuration information. # # The email addresses below receive diagnostic messages. Separate # multiple addresses with commas and no white space. The word "none" # turns off email sending and is the default. # EMAIL_ADDRESS none # The threshold defined below is how many dropped pings in a row are required # before an email is sent. The default is 5. # DROPPED_THRESHOLD 5 # The ping rate in seconds can be changed here. The default is 60 seconds. # PING_RATE 60 # The trace route timeout value in seconds can be changed here. The default is # 60 seconds. Window's tracert is very slow for some reason. # TRACEROUTE_TIMEOUT 60 ############################################################################## # WEBPAGE UPDATES # Webpages can be created and copied to a local directory on the machine # where ping_test is running and/or to a directory on a remote webserver. # A value of "none" turns off the webpage copy. If both are "none" then # webpage creation is disabled. Put a valid directory in place of "none" # to enable this feature. Note that for remote webpage updates to work # the SSH OPTIONS section at the end of this file must have valid values. # Execute "pt.pl -hs" for detailed setup information. # WEBPAGE_REMOTE_DIR none WEBPAGE_LOCAL_DIR none # The filename of the webpage copied to the webserver defaults to # domain.com_from_screamer. To choose a different name replace the # word "default" on the line below with the desired name. Do NOT # include the extension ".html" because the name is used in other # places. The extension will be appended automatically. # WEBPAGE_FILENAME default # The webpage update rate is in number of pings. This is how often all # the webpages are copied over to the remote webserver or copied into the # local directory. The default is 10 pings which works out to every # ten minutes with the default ping rate of 60 seconds. Adjust the value # as desired. # WEBPAGE_UPDATE_RATE 10 # The webpage refresh rate is the value in seconds that is put in the META # tag that forces the webpage to auto refresh. Put "none" in as a value if # auto refresh isn't desired. The default is 600 seconds. # WEBPAGE_REFRESH_RATE 600 # Daily, weekly, monthly, and yearly graphs in png format can be made if # RRDtool (http://oss.oetiker.ch/rrdtool) is available on the system. # The default is "false". Set RRDTOOL_GRAPHS to "true" and graphs will be # created. The graphs are copied into WEBPAGE_REMOTE_DIR/png directory and # into WEBPAGE_LOCAL_DIR/png directory. The size of archives in the RRD # database file is a function of the PING_RATE. If the PING_RATE is changed # then the domain.com.rrd file must be deleted so that a new # one is created. Be aware that all previous RRD history is lost when the # domain.com.rrd file is deleted. # RRDTOOL_GRAPHS false ############################################################################## # SSH OPTIONS # Below are the ssh options needed for remote webserver updates. Refer to the # setup help page (pt.pl -hs) for instructions on how to setup and test this. # The information in this section is used to created domain.com.ssh # which is used by SSH and SCP to make secure unassisted connections. # Replace "webserver_WAN_name" with the internet name of your webserver HostName webserver_WAN_name # The normal port number for ssh and scp is 22. Change the value here # if needed. Port 22 # Change the path below to where the domain.com.known_hosts # file is located UserKnownHostsFile /path/to/ping_test/domain.com.known_hosts # Change the User to the name used to log into the webserver User user_login_name_on_webserver # Change the path below to where the private key file is located IdentityFile /path/to/ping_test/id_rsa.private_key_name