-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a33b37f
commit dad18bd
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[Device42](http://www.device42.com/) is a Continuous Discovery software for your IT Infrastructure. It helps you automatically maintain an up-to-date inventory of your physical, virtual, and cloud servers and containers, network components, software/services/applications, and their inter-relationships and inter-dependencies. | ||
|
||
|
||
This repository contains script that helps traceroute IPs in D42 and mark tags for devices and ips. | ||
This repository contains a script that helps traceroute IPs in Device42 and mark tags for devices and IPs. | ||
|
||
### Download and Installation | ||
----------------------------- | ||
|
@@ -21,8 +21,8 @@ Prior to using the script, it must be configured to connect to your Device42 ins | |
* Save a copy of configuration.xml.sample as configuration.xml. | ||
* Enter your URL, User, Password (lines 4-6). | ||
* Update your DOQL according to your requirements (lines 7). | ||
* configure hop count and timeout(ms) (lines 9-10). | ||
* set tag information for devices and ip (lines 11-12). You can remove anyone of success, no-device, failure, it will not update tags. | ||
* Configure hop count and timeout(ms) (lines 9-10). | ||
* Set tag information for devices and IPs (lines 11-12). You can remove any of the success, no-device, or failure attributes to not update tags for those conditions. | ||
|
||
|
||
|
||
|
@@ -32,15 +32,15 @@ Prior to using the script, it must be configured to connect to your Device42 ins | |
|
||
### Info | ||
----------------------------- | ||
* configuration.xml - file from where we get configuration information about D42 and traceroute arguments. | ||
* devicd42.py - file with integration device42 instance | ||
* configuration.xml - file from where we get configuration information about Device42 and traceroute arguments. | ||
* device42.py - file with integration Device42 instance. | ||
* traceroute.py - file with python traceroute code using raw socket. | ||
* traceroute_tags.py - start script file. | ||
|
||
### Support | ||
----------------------------- | ||
We will support any issues you run into with the script and help answer any questions you have. Please reach out to us at [email protected] | ||
We will support any issues you run into with the script and help answer any questions you have. Please reach out to us at [email protected]. | ||
|
||
###Version | ||
### Version | ||
----------------------------- | ||
1.0.0 |