Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanNyschuk1 committed May 31, 2019
1 parent a33b37f commit dad18bd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
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
-----------------------------
Expand All @@ -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.



Expand All @@ -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

0 comments on commit dad18bd

Please sign in to comment.