$VAR1 = { 'egress.I1' => { 'email_address' => 'your-email-address@localhost', 'CFILE_SPEC' => 'egress.I1', # name of argus archive files # location of argus archive files (expected to be $FBASE/year/mo/date/hr/[filespec]) 'FBASE' => '/home/argus/archive', # $_[0] is the filename in $FBASE/year/mo/date/hr, match files of this pattern 'filespec' => 'sub topt_filespec { return ($_[0] =~ /^egress.I1.\d+.\d+.\d+.\d+.\d+.toptalkers/); }', # options to generate toptalkers list in email 'topt_options' => '-i 0 -l 200 -p -s ob', # subject of email 'subject' => 'I1/Commodity Toptalkers', 'mail_notes' => 'Sorted by outbound bytes.', # send mail about this aggregator? 'mail_yesterday' => 1, # send mail about the last 5 days summary of this aggregator? 'mail_last5days' => 1, } };