
5,082
Downloads
166
Downloads of v 1.0.37
11/23/2016
Last update
Influx Capacitor collects metrics from windows machines using Performance Counters. Data is sent to influxDB to be viewable by grafana.
To install Influx-Capacitor (Install), run the following command from the command line or from PowerShell:
C:\> choco install influx-capacitor
--version 1.0.37
To upgrade Influx-Capacitor (Install), run the following command from the command line or from PowerShell:
C:\> choco upgrade influx-capacitor
--version 1.0.37
Files
Hide- tools\chocolateybeforemodify.ps1
- tools\chocolateyinstall.ps1
Show
$ErrorActionPreference = 'Stop'; $packageName= 'Influx-Capacitor' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url = 'http://influx-capacitor.com/Resources/Influx-Capacitor.1.0.37.msi' $packageArgs = @{ packageName = $packageName unzipLocation = $toolsDir fileType = 'msi' url = $url softwareName = 'Influx-Capacitor*' checksum = '096A1911549A2CD64876D7BF9EB8CE3C' checksumType = 'md5' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes= @(0, 3010, 1641) } Install-ChocolateyPackage @packageArgs
- tools\chocolateyuninstall.ps1
Show
$ErrorActionPreference = 'Stop'; $packageName = 'Influx-Capacitor' $softwareName = 'Influx-Capacitor*' $installerType = 'MSI' $silentArgs = '/qn /norestart' $validExitCodes = @(0, 3010, 1605, 1614, 1641) if ($installerType -ne 'MSI') { $validExitCodes = @(0) } $uninstalled = $false [array]$key = Get-UninstallRegistryKey -SoftwareName $softwareName if ($key.Count -eq 1) { $key | % { $file = "$($_.UninstallString)" if ($installerType -eq 'MSI') { $silentArgs = "$($_.PSChildName) $silentArgs" $file = '' } Uninstall-ChocolateyPackage -PackageName $packageName ` -FileType $installerType ` -SilentArgs "$silentArgs" ` -ValidExitCodes $validExitCodes ` -File "$file" } } elseif ($key.Count -eq 0) { Write-Warning "$packageName has already been uninstalled by other means." } elseif ($key.Count -gt 1) { Write-Warning "$key.Count matches found!" Write-Warning "To prevent accidental data loss, no programs will be uninstalled." Write-Warning "Please alert package maintainer the following keys were matched:" $key | % {Write-Warning "- $_.DisplayName"} }
Virus Scan Results
- Influx-Capacitor.1.0.37.nupkg (a783441f418e) - ## / 55 - Log in or click on link to see number of positives
- Influx-Capacitor.1.0.37.msi (44e26808a61e) - ## / 54 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
Copyright (c) 2015 Thargelion AB
Tags
Release Notes
Added support for influxDB version 1.1.
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Influx-Capacitor 1.0.89 | 1529 | Sunday, May 21, 2017 | approved |
Influx-Capacitor 1.0.88 | 99 | Sunday, May 21, 2017 | approved |
Influx-Capacitor 1.0.87 | 98 | Sunday, May 21, 2017 | approved |
Influx-Capacitor 1.0.81 | 146 | Saturday, May 13, 2017 | approved |
Influx-Capacitor 1.0.54 | 287 | Wednesday, January 25, 2017 | approved |
Influx-Capacitor 1.0.53 | 134 | Tuesday, January 24, 2017 | approved |
Influx-Capacitor 1.0.52 | 141 | Tuesday, January 24, 2017 | approved |
Influx-Capacitor 1.0.51 | 104 | Tuesday, January 24, 2017 | approved |
Discussion for the Influx-Capacitor (Install) Package
Ground rules:
- This discussion is only about Influx-Capacitor (Install) and the Influx-Capacitor (Install) package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Influx-Capacitor (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.