mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-02 00:32:09 +02:00
Update Billing-Module.md
This doesn't need to run as root...
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