From 9792b9434d0bbe75e360f65e6720c5c041f4acdf Mon Sep 17 00:00:00 2001 From: laf Date: Tue, 28 Jan 2014 20:44:04 +0000 Subject: [PATCH] Added documentation to enable billing module --- doc/Billing_Module.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/Billing_Module.md diff --git a/doc/Billing_Module.md b/doc/Billing_Module.md new file mode 100644 index 0000000000..1644259096 --- /dev/null +++ b/doc/Billing_Module.md @@ -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.