Remstats Home


  About remstats
  architecture
  Release Notes
  FAQ
  Conventions
  Prerequisites
  Installation
  Configuration
  Configuration Tools
      macinfo
      new-config
      new-ping-hosts
      new-port-hosts
      new-snmp-hosts
      new-unix-hosts
      nt-discover
      pattern-query
      port-query
      remstats-rrdtune
      snmp-get
      snmp-showif
      snmpif-description-updater
      update-switch-ports
  Servers
  Collectors
  Updater
  Monitors
  pagemakers
  run-remstats2
  CGIs
  troubleshooting
  do-traceroutes
  Miscellany
  Thank-you
  Index


  Live Data

  Remstats was written by
  Thomas Erskine at the
  CRC in Canada and now
  at SourceWorks.

[Top] [Prev] [Next]

new-config - make a new config-dir

Usage:

new-config version 1.17 from remstats 1.0.13a
usage: new-config [options] new-config-dir
where options are:
    -d ddd  set debug level to 'ddd'
    -f fff  use 'fff' as config-base [/etc/remstats/config-base]
    -h      show this text

Description:

new-config makes a new config-dir and populates it. Things which you're less likely to want to change are symlink'ed into the new config-dir. Things which you are expected to change, are copied. Look at your new config-dir to see which things are symlinks and which aren't.

It's also a good idea to check everything in the new config-dir for the string FIXME, which is used to indicate something which can't be figured out automatically by configure, but still needs to be changed. You could use a shell command like the following to get a list of files:

	% find /new/config/dir -type f -exec grep -l FIXME {} /dev/null \;


[
Top] [Remstats] [SourceWorks] [RRDtool] [SourceForge]
Last updated Fri Jun 22 13:37:45 GMT 2007 by <terskine@users.sourceforge.net>.