HI All,
Really wanting to use the billing feature.
I've installed the latest opensource version (Observium CE 0.13.10.4585)
Running Ubuntu 13.04 i386 under openvz.
Followed the instructions for Debian based install word for word.
Added a hp switch and the below config to my config.php under the MySQL details:
$config['enable_billing'] = 1; # Enable Billing $config['billing']['customer_autoadd'] = 1; # Enable Auto-add bill per customer $config['billing']['circuit_autoadd'] = 1; # Enable Auto-add bill per circuit_id $config['billing']['bill_autoadd'] = 1; # Enable Auto-add bill per bill_id
In the web GUI under ports I don't see the billing option like is visible on the observium demo
Anyone know what is going wrong ?
I also don't have the billing cron files ?
root@observium:/etc/cron.d# locate poll-billing.php
root@observium:/etc/cron.d# locate billing /opt/observium/html/billing-graph.php /opt/observium/html/includes/api/module.billing.inc.php /opt/observium/html/js/billing.js /opt/observium/html/pages/api/manual.billing.inc.php /opt/observium/includes/billing.php /opt/observium/upgrade-scripts/fix-billing-2758.inc.php root@observium:/etc/cron.d#