[freeside-commits] freeside/FS/bin freeside-daily,1.41,1.42

Ivan,,, ivan at wavetail.420.am
Wed Feb 9 00:57:25 PST 2011


Update of /home/cvs/cvsroot/freeside/FS/bin
In directory wavetail.420.am:/tmp/cvs-serv3814/bin

Modified Files:
	freeside-daily 
Log Message:
automatically generate monthly torrus reports before 1st of the month billing, RT#10574

Index: freeside-daily
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/bin/freeside-daily,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -w -d -r1.41 -r1.42
--- freeside-daily	24 Jan 2011 01:09:15 -0000	1.41
+++ freeside-daily	9 Feb 2011 08:57:23 -0000	1.42
@@ -12,6 +12,10 @@
 my $user = shift or die &usage;
 adminsuidsetup $user;
 
+#you can skip this by not having a NetworkMonitoringSystem configured
+use FS::Cron::nms qw(nms_report);
+nms_report(%opt);
+
 #you can skip this by setting the disable_cron_billing config
 use FS::Cron::bill qw(bill);
 bill(%opt);



More information about the freeside-commits mailing list