Skip to content

Commit

Permalink
Merge pull request #7 from yahoo/documentation_fixes
Browse files Browse the repository at this point in the history
Add badges and lowercase anchor names
  • Loading branch information
varunvarma committed Oct 3, 2018
2 parents e203eda + c03f7c7 commit dce270e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
![Build Status](https://travis-ci.org/yahoo/panoptes.svg?branch=master) ![PyPI](https://img.shields.io/pypi/v/yahoo_panoptes.svg) ![Python](https://img.shields.io/badge/python-2.7-blue.svg) ![License](https://img.shields.io/pypi/l/yahoo_panoptes.svg)

# Panoptes
> A Global-Scale Network Telemetry Ecosystem
## Table of Contents

- [Introduction](#Introduction)
- [Install](#Install)
- [Contribute](#Contribute)
- [License](#License)
- [Introduction](#introduction)
- [Install](#install)
- [Contribute](#contribute)
- [License](#license)

## Introduction

Expand Down
10 changes: 5 additions & 5 deletions docs/Installation.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Table of Contents

- [Pre-requisites](#Pre-requisites)
- [Installation](#Installation)
- [Configuration](#Configuration)
- [Usage](#Usage)
- [Pre-requisites](#pre-requisites)
- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)

### Pre-requisites

Expand Down Expand Up @@ -124,6 +124,6 @@ celery worker -A yahoo_panoptes.polling.polling_plugin_agent -l info -f /home/pa

### InfluxDB Consumer
```bash
mkdir -p /home/panoptes/log/polling/agent
mkdir -p /home/panoptes/log/consumers/influxdb
./package/bin/panoptes_influxdb_consumer
```
2 changes: 1 addition & 1 deletion examples/conf/logging.ini
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ args=('/home/panoptes/log/resources/manager.log', 'h', 1, 720, None, False, True
class=handlers.TimedRotatingFileHandler
level=NOTSET
formatter=plugins_format
args=('/home/panoptes/log/influxdb/consumer.log', 'h', 1, 720, None, False, True)
args=('/home/panoptes/log/consumers/influxdb/consumer.log', 'h', 1, 720, None, False, True)

[formatters]
keys=root_log_format,log_file_format,plugins_format
Expand Down

0 comments on commit dce270e

Please sign in to comment.