From cf0ccb55e33c5e38cfdf8bb5ce366c118e6749b0 Mon Sep 17 00:00:00 2001 From: Individual IT Services Date: Tue, 13 Aug 2013 00:48:52 -0700 Subject: added posibility to use postgreSQL database to store results --- config/bandwidthd/bandwidthd.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'config/bandwidthd/bandwidthd.xml') diff --git a/config/bandwidthd/bandwidthd.xml b/config/bandwidthd/bandwidthd.xml index f306546a..8b4a1d8b 100644 --- a/config/bandwidthd/bandwidthd.xml +++ b/config/bandwidthd/bandwidthd.xml @@ -130,6 +130,43 @@ Read back the cdf files on startup checkbox + + output PostgreSQL + outputpostgresql + Log data to a PostgreSQL database.<br> + Get the postgreSQL schema and PHP files to display the results from: https://github.com/individual-it/bandwidthd-pSQL-frontend + checkbox + + + Database host + postgresqlhost + Hostname of the postgreSQL database server. + input + + + Database name + postgresqldatabase + Database on the postgreSQL database server. + input + + + Database Username + postgresqlusername + Username of the postgreSQL database server. + input + + + Database Password + postgresqlpassword + Password of the postgreSQL database server. + password + + + sensor_id + sensorid + Arbitrary sensor name, I recommend the sensors fully qualified domain name. + input + Filter filter -- cgit v1.2.3