X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2Fbin%2Ffreeside-daily;h=2c9dd8b1ba88f7d9356c348e741e740a66622412;hb=499fc3a18a561c085b0848b331916ead06ba59cb;hp=09ae132dfbc1d8f9608d4caebd5fa046ef73e956;hpb=09f8c585713778224eafa929d2ec3d83a3f8339a;p=freeside.git diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index 09ae132df..2c9dd8b1b 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -12,6 +12,10 @@ getopts("p:a:d:vl:sy:nmrkg:u", \%opt); my $user = shift or die &usage; adminsuidsetup $user; +#you can skip this by not having a NetworkMonitoringSystem configured +use FS::Cron::nms_report 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);