Skip to content

Commit

Permalink
AU: 2 updated - nagstamon.install unit-test-boilerplate-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 20, 2018
1 parent 5924723 commit 62f610f
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/nagstamon.install/Readme.md
@@ -1,4 +1,4 @@
# [<img src="https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/5470b935d572ee4593af7ece11494ecff9806d16/icons/nagstamon.png" height="48" width="48" /> ![Nagstamon (Install)](https://img.shields.io/chocolatey/v/nagstamon.install.svg?label=Nagstamon%20(Install)&style=for-the-badge)](https://chocolatey.org/packages/nagstamon.install)
# [<img src="https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@5470b935d572ee4593af7ece11494ecff9806d16/icons/nagstamon.png" height="48" width="48" /> ![Nagstamon (Install)](https://img.shields.io/chocolatey/v/nagstamon.install.svg?label=Nagstamon%20(Install)&style=for-the-badge)](https://chocolatey.org/packages/nagstamon.install)

Nagstamon is a status monitor for the desktop. It connects to multiple Nagios, Icinga, Opsview, Centreon, Op5 Monitor/Ninja, Check_MK Multisite and Thruk monitoring servers. It resides in systray, as a floating statusbar or fullscreen at the desktop showing a brief summary of critical, warning, unknown, unreachable and down hosts and services. It pops up a detailed status overview when being touched by the mouse pointer. Connections to displayed hosts and services are easily established by context menu via SSH, RDP, VNC or any self defined actions. Users can be notified by sound. Hosts and services can be filtered by category and regular expressions.

Expand Down
8 changes: 4 additions & 4 deletions automatic/nagstamon.install/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://nagstamon.ifw-dresden.de/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.0.2-win32_setup.exe>
64-Bit software: <https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.0.2-win64_setup.exe>
32-Bit software: <https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.2-win32_setup.exe>
64-Bit software: <https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.2-win64_setup.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 7DD95685A7F18ECAA60197E299D16B290DDA421C969619C32F77CE6F4511AD69
checksum64: 6AD8A0511628F9E8721A6EF87A7FFF680B43629CB46BD34A2344A9D7B34E99C3
checksum32: C83BB96E07803864433194CAEFC6D2511A793C2E0EC80903F0C6C99D7FCB8980
checksum64: 7F16BF2F03A22D874E18E7FF664EB86F796D5D2062B2B32F64BB3354AA94DD3E

The file 'LICENSE.txt' has been obtained from <https://github.com/HenriWahl/Nagstamon/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/nagstamon.install/nagstamon.install.nuspec
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>nagstamon.install</id>
<version>3.0.2.20171105</version>
<version>3.2</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/nagstamon.install</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Nagstamon (Install)</title>
<authors>Henri Wahl</authors>
<projectUrl>https://nagstamon.ifw-dresden.de/</projectUrl>
<iconUrl>https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/5470b935d572ee4593af7ece11494ecff9806d16/icons/nagstamon.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@5470b935d572ee4593af7ece11494ecff9806d16/icons/nagstamon.png</iconUrl>
<copyright>© 2008-2014 Henri Wahl et al.</copyright>
<licenseUrl>https://github.com/HenriWahl/Nagstamon/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
6 changes: 3 additions & 3 deletions automatic/nagstamon.install/tools/chocolateyInstall.ps1
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\Nagstamon-3.0.2-win32_setup.exe"
file64 = "$toolsPath\Nagstamon-3.0.2-win64_setup.exe"
file = "$toolsPath\Nagstamon-3.2-win32_setup.exe"
file64 = "$toolsPath\Nagstamon-3.2-win64_setup.exe"
softwareName = 'Nagstamon*'
silentArgs = "/SILENT /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand All @@ -27,4 +27,4 @@ if (Test-Path "$($pp.UseInf)") {

Install-ChocolateyInstallPackage @packageArgs

ls $toolsPath\*.exe | % { rm $_ -ea 0; if (Test-Path $_) { sc "$_.ignore" } }
Get-ChildItem $toolsPath\*.exe | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" } }
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The extension has been downloaded from visual studio gallery <https://marketplace.visualstudio.com/items?itemName=RandomEngy.UnitTestBoilerplateGenerator>
and can be verified like this:

1. Download <https://randomengy.gallerycdn.vsassets.io/extensions/randomengy/unittestboilerplategenerator/1.9.15/1545185626734/Unit_Test_Boilerplate_Generator_v1.9.15.vsix>
1. Download <https://randomengy.gallerycdn.vsassets.io/extensions/randomengy/unittestboilerplategenerator/1.9.16/1545268816302/Unit_Test_Boilerplate_Generator_v1.9.16.vsix>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: 4AB81B03248C069D691BD34BA13A3DCA5E712CF41BFC83CC41777E3DFB64979A
checksum: 3190DF1A5D4A8FBC726A25FEC3331F8F6672127AD5400CD0997B6413A87778E1

The file 'LICENSE.txt' has been obtained from <https://github.com/Microsoft/UnitTestBoilerplateGenerator/blob/46b546e65c20786ffdcba04a6011b638f79e6d25/LICENSE>
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$parameters = @{
PackageName = $env:ChocolateyPackageName
File = "$toolsPath\Unit_Test_Boilerplate_Generator_v1.9.15.vsix"
File = "$toolsPath\Unit_Test_Boilerplate_Generator_v1.9.16.vsix"
}

Install-VisualStudioVsixExtension @parameters
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>unit-test-boilerplate-generator</id>
<version>1.9.15</version>
<version>1.9.16</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/unit-test-boilerplate-generator</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Unit Test Boilerplate Generator</title>
Expand Down

0 comments on commit 62f610f

Please sign in to comment.