Skip to content
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.
/ sweet Public archive

Network device configuration backups and change alerts for the 21st century - inspired by RANCID!

License

Notifications You must be signed in to change notification settings

AppliedTrust/sweet

Repository files navigation

Network device configuration backups and change alerts for the 21st century - inspired by RANCID!

See: http://gosweet.org

##Features:

  • Stores device configs in Git
  • Simple configuration file
  • Single binary - only runtime dependency is Git
  • Email notifications
  • Built-in web status dashboard
  • Embedded Cisco IOS/ASA and Juniper JunOS support
  • Supports external collection scripts (such as clogin, jlogin, etc.)
  • Currently supports Linux and OSX

##Quickstart:

[router1.example.com]
method = cisco
user = sweetuser
pass = SecretPW4sweet

##Usage:

  sweet [options] <config>
  sweet -h --help
  sweet --version

Options:
  -w, --workspace <dir>     Specify workspace directory [default: ./workspace].
  -i, --interval <secs>     Collection interval in secs [default: 300].
  -c, --concurrency <num>   Concurrent device collections [default: 30].
  -t, --to <email@addr>     Send change notifications to this email.
  -f, --from <email@addr>   Send change notifications from this email.
  -s, --smtp <host:port>    SMTP server connection info [default: localhost:25].
  --insecure                Accept untrusted SSH device keys.
  --push                    Do a "git push" after committing changed configs.
  --syslog                  Send log messages to syslog rather than stdout.
  --timeout <secs>          Device collection timeout in secs [default: 60].
  --web                     Run an HTTP status server.
  --weblisten <host:port>   Host and port to use for HTTP status server [default: localhost:5000].
  --version                 Show version.
  -h, --help                Show this screen.

##Authors:

##Contributors:

About

Network device configuration backups and change alerts for the 21st century - inspired by RANCID!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages