Skip to content

Commit

Permalink
Typo + support php 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nmc committed Mar 20, 2018
1 parent b55ee4d commit b6fc9fd
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Mikrotik-Watch will :
- Process each bidirectional transfer to get metrics for each internal IP (Within specified range)
- Push or display data.

Currently push to inflxudb directly, but plan are to output data for telegraf ingestion or display in a simple webpage.
Currently push to inflxudb directly, but plans are to output data for telegraf ingestion or display in a simple webpage.

![Grafana Example](https://github.com/ncareau/mikro-watch/raw/master/demo/panel.PNG)

Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@
}
],
"require": {
"php": ">=5.6",
"symfony/console": "^3.4",
"symfony/debug": "^3.4",
"symfony/var-dumper": "^3.4",
"symfony/dotenv": "^3.4",
"symfony/event-dispatcher": "^3.4",
"guzzlehttp/guzzle": "^6.3",
"s1lentium/iptools": "^1.1",
"influxdb/influxdb-php": "^1.14",
Expand Down
48 changes: 25 additions & 23 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b6fc9fd

Please sign in to comment.