Skip to content

Commit 61fbf77

Browse files
author
Dan
committed
Updated readme
1 parent 73a5409 commit 61fbf77

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Mimimal configuration for Graphite-API is below. See `Full Configuration Example
3535
finders:
3636
- influxgraph.InfluxDBFinder
3737

38+
See the `Wiki <https://github.com/InfluxGraph/influxgraph/wiki>`_ for additional configuration examples.
39+
3840
Docker Image
3941
-------------
4042

@@ -164,7 +166,7 @@ Full Configuration Example
164166
## Logging configuration
165167
#
166168
# Log to file (optional). Default is no finder specific logging.
167-
log_file: /var/log/graphite_influxdb_finder/graphite_influxdb_finder.log
169+
log_file: /var/log/influxgraph/influxgraph_finder.log
168170
# Log file logging level (optional)
169171
# Values are standard logging levels - `info`, `debug`, `warning`, `critical` et al
170172
# Default is `info`
@@ -328,7 +330,7 @@ Defaults are overridden if ``aggregation_functions`` is configured in ``graphite
328330

329331
An error will be printed to stderr if a configured aggregation function is not a known valid InfluxDB aggregation method per `InfluxDB function list <https://influxdb.com/docs/v0.9/query_language/functions.html>`_.
330332

331-
Known InfluxDB aggregation functions are defined at ``graphite_influxdb.constants.INFLUXDB_AGGREGATIONS`` and can be overriden if necessary.
333+
Known InfluxDB aggregation functions are defined at ``influxgraph.constants.INFLUXDB_AGGREGATIONS`` and can be overriden if necessary.
332334

333335
.. note::
334336

@@ -387,7 +389,7 @@ Substitute the default ``8086`` backend port with the InfluxDB API port for your
387389
Graphite API example configuration ::
388390

389391
finders:
390-
- graphite_influxdb.InfluxdbFinder
392+
- influxgraph.InfluxDBFinder
391393
influxdb:
392394
db: graphite
393395
port: <varnish port>

0 commit comments

Comments
 (0)