From bd693723723cd8e01c9041070d254b9b58bdc4e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martr=C3=A8s=20Jean-Jacques?= Date: Tue, 26 Jan 2016 17:46:22 +0100 Subject: [PATCH] Clean sensible information --- .gitignore | 2 -- zbx-scripts/hosts_update/hosts_update.yml | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 zbx-scripts/hosts_update/hosts_update.yml diff --git a/.gitignore b/.gitignore index c35b6e1..cfa1a3c 100644 --- a/.gitignore +++ b/.gitignore @@ -16,5 +16,3 @@ zbx-scripts/.idea/encodings.xml zbx-scripts/.idea/.name *.tmproj - -zbx-scripts/hosts_update/hosts_update.yml diff --git a/zbx-scripts/hosts_update/hosts_update.yml b/zbx-scripts/hosts_update/hosts_update.yml new file mode 100644 index 0000000..11efd15 --- /dev/null +++ b/zbx-scripts/hosts_update/hosts_update.yml @@ -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"]