OSSP CVS Repository

ossp - ossp-pkg/flow2rrd/flow2rrd.cfg 1.3
Not logged in
[Honeypot]  [Browse]  [Directory]  [Home]  [Login
[Reports]  [Search]  [Ticket]  [Timeline
  [Raw

ossp-pkg/flow2rrd/flow2rrd.cfg 1.3
##
##  flow2rrd.cfg -- flow2rrd(1) configuration
##

#   Round-Robin Database
Database /var/tmp/flow2rrd.rrd;

#   Protocol Definitions
Protocol icmp     1;
Protocol tcp      6;
Protocol udp      17;
Protocol vrrp     112;

#   Service Definitions
Service  icmp     icmp:*;
Service  vrrp     vrrp:*;
Service  ftp      tcp:20 tcp:21;
Service  ssh      tcp:22;
Service  telnet   tcp:23;
Service  smtp     tcp:25;
Service  dns      udp:53 tcp:53;
Service  tftp     udp:69;
Service  http     tcp:80;
Service  pop3     tcp:110;
Service  sunrpc   udp:111 tcp:111;
Service  ident    tcp:113;
Service  nntp     tcp:119;
Service  ntp      udp:123 tcp:123;
Service  imap     tcp:142 tcp:143;
Service  snmp     udp:161 udp:162;
Service  ldap     tcp:389;
Service  https    tcp:443;
Service  syslog   udp:514;
Service  uucp     tcp:540;
Service  nntps    tcp:563;
Service  ldaps    tcp:636;
Service  rsync    tcp:873;
Service  ftps     tcp:989 tcp:990;
Service  imaps    tcp:993;
Service  pop3s    tcp:995;
Service  radius   udp:1645 udp:1646 udp:1812 udp:1813;
Service  irc      tcp:194 tcp:6665 tcp:6666 tcp:6667 tcp:6668 tcp:6669;

#   Host Definitions
Host host1.example.com {
    Target host1.example.com {
        Network 192.168.0.1/32;
        Service icmp vrrp dns ntp ssh smtp;
    };
    Target service1.example.com {
        Network 10.0.0.1/32 10.0.0.2/32;
        Service dns smtp uucp;
    };
    Target service2.example.com {
        Network 10.0.0.3/32
        Service dns smtp;
    };
};
Host host2.example.com {
    Target host2.example.com {
        Network 192.168.0.2/32;
        Service icmp vrrp dns ntp ssh smtp;
    };
    Target service3.example.com {
        Network 10.0.0.4/32 10.0.0.5/32;
        Service dns smtp uucp;
    };
    Target service4.example.com {
        Network 10.0.0.6/32;
        Service dns smtp;
    };
};

#   Color Themes
Colors   colorful 666699 9999cc cc3333;
Colors   grey     f0f0f0 -101010(15);
Colors   red      cc3333 -101010(3) 000000;
Colors   green    ccffcc -333333(3) 000000;
Colors   blue     ccccff -333333(3) 000000;


CVSTrac 2.0.1