Merge pull request #1676 from tuxis-ie/patch-1

Update Billing-Module.md
This commit is contained in:
Daniel Preussker
2015-08-13 11:37:12 +02:00

View File

@ -11,8 +11,8 @@ $config['enable_billing'] = 1; # Enable Billing
Edit `/etc/cron.d/librenms` and add the following:
```bash
*/5 * * * * root /opt/librenms/poll-billing.php >> /dev/null 2>&1
01 * * * * root /opt/librenms/billing-calculate.php >> /dev/null 2>&1
*/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.
Create billing graphs as required.