Added documentation to enable billing module

This commit is contained in:
laf
2014-01-28 20:44:04 +00:00
parent e80f8f33a6
commit 9792b9434d

10
doc/Billing_Module.md Normal file
View File

@@ -0,0 +1,10 @@
To enable and use the billing module you need to perform the following steps:
Edit config.php and add (or enable) the following line near the end of the config
$config['enable_billing'] = 1; # Enable Billing
Edit /etc/cron.d/librenms and add the following:
*/5 * * * * root /opt/librenms/poll-billing.php >> /dev/null 2>&1
01 * * * * root /opt/librenms/billing-calculate.php >> /dev/null 2>&1
Create billing graphs as required.