This file contains hidden or 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
U:\workspace\apm-test\java\target>java -javaagent:U:\Downloads\elastic-apm-agent-1.6.1.jar -Delastic.apm.log_level=DEBUG -Delastic.apm.service_name=apm-test -Delastic.apm.server_urls=http://drs-s-els01:8200 -Delastic.apm.application_packages=com.****.apm.apm_test -jar .\apm-test-0.0.1-SNAPSHOT-jar-with-dependencies.jar | |
2019-04-29 13:50:02.409 [apm-server-healthcheck] DEBUG co.elastic.apm.agent.report.ApmServerHealthChecker - Starting healthcheck to http://drs-s-els01:8200/ | |
2019-04-29 13:50:02.727 [apm-server-healthcheck] INFO co.elastic.apm.agent.report.ApmServerHealthChecker - Elastic APM server is available: {"ok":{"build_date":"2019-03-06T14:11:42Z","build_sha":"daad5449d758e7bf101f6482778a2b15f646a67f","version":"6.6.2"}} | |
2019-04-29 13:50:02.731 [main] DEBUG co.elastic.apm.agent.impl.payload.SystemInfo - container ID is null | |
2019-04-29 13:50:02.748 [main] INFO co.elastic.apm.agent.configuration.StartupInfo - Starting Elastic APM 1.6.1 as apm-test on Java 1.8.0_191 (Oracle Corporation) Windows 10 10.0 | |
2019 |
This file contains hidden or 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
import hashlib | |
import urllib | |
import urllib2 | |
import sys | |
ROUTER_IP = "192.168.1.1" | |
USERNAME = "admin" | |
PASSWORD = "YOUR_ROUTER_PASSWORD_HERE" | |
class TPLink_Archer_C7_Router_Web_Interface: |