Skip to content

Commit

Permalink
AU: 1 updated - prometheus-blackbox-exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
TervisIT committed Oct 10, 2017
1 parent 1b8d6de commit 16d1ab3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>prometheus-blackbox-exporter</id>
<title>Blackbox prober for Prometheus</title>
<version>0.9.1</version>
<version>0.10.0</version>
<owners>hambone TervisIT</owners>
<authors>Prometheus</authors>
<summary>From metrics to insight</summary>
Expand Down
8 changes: 4 additions & 4 deletions prometheus-blackbox-exporter/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'

$PackageName = 'prometheus-blackbox-exporter'
$url32 = 'https://github.com/prometheus/blackbox_exporter/releases/download/v0.9.1/blackbox_exporter-0.9.1.windows-386.tar.gz'
$url64 = 'https://github.com/prometheus/blackbox_exporter/releases/download/v0.9.1/blackbox_exporter-0.9.1.windows-amd64.tar.gz'
$checksum32 = '740b4894a1ac8e633789ca4f9055c3ee3139346565df884b10fda48293b327a4'
$checksum64 = '8b2aab266888b0996015e47afab440ed6539dac029d85fb0acc1c9b6593ac326'
$url32 = 'https://github.com/prometheus/blackbox_exporter/releases/download/v0.10.0/blackbox_exporter-0.10.0.windows-386.tar.gz'
$url64 = 'https://github.com/prometheus/blackbox_exporter/releases/download/v0.10.0/blackbox_exporter-0.10.0.windows-amd64.tar.gz'
$checksum32 = 'da5052f5c856859b056e2b4bbaa02c3462630ade7e9c559c74b70ca68d015000'
$checksum64 = 'c0d24e5cd1b7e69e4fd0e2f70a6804d9aa661e55dc3832e3a3391c0a2e20881c'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 16d1ab3

Please sign in to comment.