Skip to content

Commit

Permalink
fix minor typos and docs lint (ytti#1382)
Browse files Browse the repository at this point in the history
  • Loading branch information
wk authored Jun 12, 2018
1 parent fcb0e5e commit 145b2bd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

* FEATURE: add frr support to cumulus model (@User4574 / @bobthebutcher)
* FEATURE: honour MAX_STAT in mtime, to store last N mtime
* FEATURE: congiurable stats history size
* FEATURE: configurable stats history size

## 0.23.0

* FEATURE: support arbitrary user/password/prompt detection in telnet, same behaviour as ssh
* FEATURE: manager refactor, support local loading of input, output, source, not just model and hook
* FEATURE: store modification time in node stats
* BUGFIX: model edgecos does not trigger falsepositives due to uptime and memory utilization (@sq9mev)
* BUGFIX: model edgecos does not trigger false positives due to uptime and memory utilization (@sq9mev)
* BUGFIX: Use SECRET-DATA hints for hiding secrets in JunOS (@Zmegolaz)
* BUGFIX: comware (@adamboutcher)

Expand Down
2 changes: 1 addition & 1 deletion docs/Hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ Fields sent in the message:
* `model`: Model name (e.g. `eos`)
* `node`: Device hostname


The AWS SNS hook requires the following configuration keys:

* `region`: AWS Region name
* `topic_arn`: ASN Topic reference

### awssns hook configuration example

```yaml
Expand Down
1 change: 1 addition & 0 deletions docs/Outputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ Please note that user list is only updated once at creation.
The HTTP output will POST a config to the specified HTTP URL. Basic username/password authentication is supported.

Example HTTP output configuration:

```yaml
output:
default: http
Expand Down
1 change: 0 additions & 1 deletion docs/Sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ pinentry-mode loopback

**NOTE** - Many database engines have reserved keywords that may conflict with Oxidized configuration field names (such as 'name', 'group', etc). Pay attention to any names that are used and observed proper quoting methods to avoid errors or unpredictable results.


## Source: MYSQL

`sudo apt-get install libmysqlclient-dev`
Expand Down
2 changes: 1 addition & 1 deletion docs/Supported-OS-Types.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
* D-Link
* [D-Link](/lib/oxidized/model/dlink.rb)
* EdgeCore
* [ES3528M](/lib/oxidized/model/edgecos.rb)
* [ES3528M](/lib/oxidized/model/edgecos.rb)
* Ericsson/Redback
* [IPOS (former SEOS)](/lib/oxidized/model/ipos.rb)
* Extreme Networks
Expand Down

0 comments on commit 145b2bd

Please sign in to comment.