Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ukoloff/cfgather
Collect configuration from network appliances using SSH
https://github.com/ukoloff/cfgather
linux network-appliances perl putty ssh uxm
Last synced: 12 days ago
JSON representation
Collect configuration from network appliances using SSH
- Host: GitHub
- URL: https://github.com/ukoloff/cfgather
- Owner: ukoloff
- Created: 2012-09-12T11:18:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-20T11:56:55.000Z (over 12 years ago)
- Last Synced: 2023-03-28T23:38:40.143Z (over 1 year ago)
- Topics: linux, network-appliances, perl, putty, ssh, uxm
- Language: Perl
- Size: 152 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cfgather
========Collect configuration from network appliances using SSH
1. Create DB, user, fill .my.cnf
2. Run ./init
This adds public keys to putty's known_hosts and adds cfgather user to appliances.
ssh-agent should be active and TFTP server required for ProCurve switches.
3. Run ./get - manually or via cron
4. Run ./export to generate cfgather.zip with complete configuration archive.
5. Run ./apply cmd
Execute command (Where snippet.name='cmd') on all appliances.