Skip to content

Commit

Permalink
Do not edit configuration file directly.
Browse files Browse the repository at this point in the history
  • Loading branch information
udhos committed Feb 13, 2017
1 parent 75f0a98 commit 84cc1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Features

- Written in [Go](https://golang.org/). Single executable file. No runtime dependency.
- Straightforward usage: run the binary then point browser to web UI. Default settings should work out-of-the-box.
- Tool configuration is automatically saved as [YAML](http://yaml.org). However one is NOT supposed to edit configuration file directly.
- Spawns multiple concurrent lightweight goroutines to quickly handle large number of devices.
- Very easy to add support for new platforms. See the [Cisco IOS model](https://github.com/udhos/jazigo/blob/master/dev/model_cisco.go) as example.
- Configured with [YAML](http://yaml.org).
- Backup files can be accessed from web UI.
- Support for SSH and TELNET.
- Can directly store backup files into AWS S3 bucket.
Expand Down

0 comments on commit 84cc1f1

Please sign in to comment.