mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-14 01:41:25 -06:00
Changed README header order
This commit is contained in:
parent
830f6f0d55
commit
fd17b18c9e
10
README.md
10
README.md
@ -11,16 +11,18 @@ Make sure that you have a python environment with the following packages install
|
|||||||
pynetbox
|
pynetbox
|
||||||
pyzabbix
|
pyzabbix
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Cloning the repository
|
||||||
|
```
|
||||||
|
git clone https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
|
||||||
|
```
|
||||||
|
|
||||||
### Config file
|
### Config file
|
||||||
First time user? Copy the config.py.example file to config.py. This file is used for modifying filters and setting variables such as custom field names.
|
First time user? Copy the config.py.example file to config.py. This file is used for modifying filters and setting variables such as custom field names.
|
||||||
```
|
```
|
||||||
cp config.py.example config.py
|
cp config.py.example config.py
|
||||||
```
|
```
|
||||||
|
|
||||||
### Cloning the repository
|
|
||||||
```
|
|
||||||
git clone https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
|
|
||||||
```
|
|
||||||
### Set environment variables
|
### Set environment variables
|
||||||
Set the following environment variables
|
Set the following environment variables
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user