Skip to content

Commit

Permalink
Clean sensible information
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmartres committed Jan 26, 2016
1 parent b5af513 commit bd69372
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ zbx-scripts/.idea/encodings.xml
zbx-scripts/.idea/.name

*.tmproj

zbx-scripts/hosts_update/hosts_update.yml
19 changes: 19 additions & 0 deletions zbx-scripts/hosts_update/hosts_update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
node:
url: URL
username: USERNAME
password: PASSWORD
devices: ~/Downloads/HostUpdate/router.db
hosts: ~/Downloads/HostUpdate/hosts
folders:
- 00_KHP-NETWORK-CE
- 00_KHP-NETWORK-BACKBONE
- 00_KHP-NETWORK-BACKBONE-IAAS-PLR
- 00_KHP-NETWORK-BACKBONE-IAAS-VLZ
- 00_KHP-SAN
rules:
- { name: KHP-TEMPLATE-NETWORK-DEVICE-CISCO, type: cisco, username: rancid, password: rancidkheops }
- { name: KHP-TEMPLATE-NETWORK-DEVICE-DELL, type: dell, username: rancid, password: rancidkheops }
- { name: KHP-TEMPLATE-STORAGE-DEVICE-BROCADE, type: brocade, username: admin, password: oFOUyey2i }
- { name: KHP-TEMPLATE-NETWORK-DEVICE-FORTINET, type: fortinet, username: rancid, password: rancidkheops }
headers: [ "127.0.0.1\t\tlocalhost\n", "192.168.200.200\t\tkhp-nms-srv-01.kheops-network.info\n", "::1\t\tlocalhost ip6-localhost ip6-localhost\n", "fe00::0 ip6-localnet\n", "ff00::0 ip6-mcastprefix\n", "ff02::1 ip6-allnodes\n", "ff02::2 ip6-allrouters\n", "ff02::3 ip6-allhosts\n\n\n\n"]

0 comments on commit bd69372

Please sign in to comment.