Skip to content

Commit

Permalink
updating the version
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalgupApDx committed Feb 16, 2015
1 parent 882bdaf commit d65f7ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"type" : "monitor",
"displayName" : "SSL Certificate Extension",
"description" : "An AppDynamics extension that monitors the SSL certificates for configurable domains and should be used with a stand alone Java Machine Agent.",
"version" : "1.0.6",
"downloadLink" : "https://github.com/Appdynamics/ssl-certificate-monitoring-extension/releases/download/1.0.6/SslCertificateMonitor.zip",
"version" : "1.0.7",
"downloadLink" : "https://github.com/Appdynamics/ssl-certificate-monitoring-extension/releases/download/1.0.7/SslCertificateMonitor.zip",
"imageLink" : "https://no-cache.appdynamics-static.com/appsphere/logos/ssl_128.png",
"defaultConfigs" : [
{
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.appdynamics.extensions</groupId>
<artifactId>ssl-certificate-monitoring-extension</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
6 changes: 1 addition & 5 deletions src/main/resources/conf/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ domains:
port: 443
displayName: "amazon"

- domain: "www.facebook.com"
port: 443
displayName: "facebook"

# Point to .sh for unix based and .bat for windows
cmdFile: "monitors/SslCertificateMonitor/cmd/openssl.sh"
metricPrefix: "Custom Metrics|SslCertificate|"
Expand All @@ -23,4 +19,4 @@ metricPrefix: "Custom Metrics|SslCertificate|"
numberOfThreads: 10

#timeout for the thread
threadTimeout: 30
threadTimeout: 30

0 comments on commit d65f7ce

Please sign in to comment.