# net_map configuration file # Set this to the directory where you want the HTML and GIF files to # be written $map_root = "/home/user/public_html/map"; # Set this to the URL to get to the same directory that the files # were written to $web_root = "http://server/map"; # Set this to the directory where the previous run is kept $save_root = "$map_root/previous"; # These four specify where (in filesystem and web) the undirected # graph files are kept $graph_html_file = "$map_root/graph.html"; $graph_gif_file = "$map_root/net_graph.gif"; $web_graph_gif_file = "$web_root/net_graph.gif"; $web_graph_html_file = "$web_root/graph.html"; # These four specify where (in filesystem and web) the directed # graph files are kept $digraph_html_file = "$map_root/digraph.html"; $digraph_gif_file = "$map_root/net_digraph.gif"; $web_digraph_gif_file = "$web_root/net_digraph.gif"; $web_digraph_html_file = "$web_root/digraph.html"; # Set this to the local timezone (this needs to go) $timezone = "EDT"; # Set this to the name of the IRC server as it appears on the IRC network $irc_server = 'irc.domain.com'; # Set this to the IP or hostname of the machine to connect to (this # can be different from the name as it appears on IRC) $connect_to = 'ircd.domain.com'; # Port to connect to $port = '6665'; # Set this to the nickname ($$ = process ID (PID) $nickname = "_map$$"; # Set this to the network name (used in a number of places in the # HTML files) $network = "Noname"; # This may or may not work $use_vhost = 0; $vhost = 'use.a.real.hostname'; # Set to 1 to see verbose input/output $VERBOSE = 0; # Set to 1 to make the service remain on the network # If it is 1, make sure to set the time interval below as well # If it is 0, it will run once only $PERSIST = 0; # The time interval between runs in seconds # WARNING: This time interval is NOT precise, it depends on receiving # date from the server (such as a ping) $timeval = 900; # a default of 15 minutes # Leave this alone 1;