mrtg.archive.conf
上传用户:shbosideng
上传日期:2013-05-04
资源大小:1555k
文件大小:1k
源码类别:

SNMP编程

开发平台:

C/C++

  1. # Filename: mrtg.archive.conf
  2. # Configuration file for mrtg.archive.pl
  3. #
  4. # Place this file in the same directory as mrtg-archive.pl.
  5. # Default placement of these files is in /usr/local/sbin
  6. #
  7. # If you place them elsewhere, change the $Conf_File setting in mrtg.archive.pl.
  8. #
  9. #
  10. # User configuration section
  11. #
  12. # Define list of nodes to archive
  13. #@nodes_to_archive = ('router1','router2','router3','etc');
  14. @nodes_to_archive = ('192.168.1.1','192.168.99.16','192.168.17.1');
  15. # Define list of interfaces for summary files
  16. #@nodes_to_summary = ('router1.iface#','etc');
  17. @nodes_to_summary = ('192.168.1.1.2','192.168.1.17.1');
  18. # Define list of common gifs to link
  19. @common_gifs = ('mrtg-l.gif','mrtg-m.gif','mrtg-r.gif','mrtg-ti.gif');
  20. # Define working directories
  21. $MRTG_DIR = "/home/httpd/html/mrtg";
  22. $ARCHIVE_DIR = "$MRTG_DIR/archive";
  23. $TO_DIR = "$ARCHIVE_DIR/$date";
  24. #
  25. # End user configuration section
  26. #
  27. 1; #do not remove this line
  28. # Eof: mrtg.archive.conf