librenms/doc/Extensions/Billing-Module.md
Tuxis Internet Engineering V.O.F. a4fcfe2c34 Update Billing-Module.md
This doesn't need to run as root...
2015-08-13 11:36:08 +02:00

487 B

Billing Module

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 * * * * librenms /opt/librenms/poll-billing.php >> /dev/null 2>&1
01  * * * * librenms /opt/librenms/billing-calculate.php >> /dev/null 2>&1

Create billing graphs as required.