mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-04 16:12:20 +02:00
Merge pull request #1676 from tuxis-ie/patch-1
Update Billing-Module.md
This commit is contained in:
@@ -11,8 +11,8 @@ $config['enable_billing'] = 1; # Enable Billing
|
|||||||
Edit `/etc/cron.d/librenms` and add the following:
|
Edit `/etc/cron.d/librenms` and add the following:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
*/5 * * * * root /opt/librenms/poll-billing.php >> /dev/null 2>&1
|
*/5 * * * * librenms /opt/librenms/poll-billing.php >> /dev/null 2>&1
|
||||||
01 * * * * root /opt/librenms/billing-calculate.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.
|
||||||
Reference in New Issue
Block a user