Disable billing

Hello,

I see lots of billing logs in the librenms dispatcher docker container, I don’t know the pourpose of this module:

Billing(INFO):Calculating billing
Billing(INFO):Completed billing run for calculate in 0.81s
Billing(INFO):Calculating billing
Billing(INFO):Completed billing run for calculate in 0.81s
Billing(INFO):Calculating billing
Billing(INFO):Completed billing run for calculate in 0.82s
Billing(INFO):Calculating billing
Billing(INFO):Completed billing run for calculate in 0.79s
Billing(INFO):Calculating billing
Billing(INFO):Completed billing run for calculate in 1.21s
Billing(INFO):Polling billing
Billing(INFO):Completed billing run for poll in 0.87s
Billing(INFO):Calculating billing
Billing(INFO):Completed billing run for calculate in 1.35s

Is it possible to disable billing module? I don’t want to bill nothing, this is a personal monitor system.

Kind regards.

edit config.php
$config[‘enable_billing’] = 0;

1 Like

Hello,

Thanks for the reply,

I did configure this line in both containers: librenms and librenms-dispatcher: https://paste.debian.net/1178475/

But still there are billing logs in the librenms-dispatcher container:

5143e210b046(INFO):Billing QueueManager created: 2 workers, 300s frequency
Billing(INFO):Creating queue billing:0
Billing(INFO):Calculating billing
Billing(INFO):Completed billing run for calculate in 1.44s
Billing(INFO):Calculating billing
Billing(INFO):Completed billing run for calculate in 1.00s
Billing(INFO):Calculating billing
Billing(INFO):Completed billing run for calculate in 1.24s
Billing(INFO):Calculating billing
Billing(INFO):Completed billing run for calculate in 2.09s
Billing(INFO):Calculating billing
Billing(INFO):Completed billing run for calculate in 1.17s
Billing(INFO):Polling billing
Billing(INFO):Completed billing run for poll in 0.94s

I am missing something?

Regards.

i came across read this doc :
from https://docs.librenms.org/Extensions/Billing-Module/

hope can help

This topic was automatically closed 730 days after the last reply. New replies are no longer allowed.