Nagstamon
Author: w | 2025-04-24
Download Nagstamon: Download the Nagstamon software from the official website. Install Nagstamon: Install Nagstamon on your desktop environment, following the Download Nagstamon: Download the Nagstamon software from the official website. Install Nagstamon: Install Nagstamon on your desktop environment, following the installation instructions provided. Configure Nagstamon: Configure Nagstamon to connect to your Nagios server, using the configuration options provided.
Downloading File /nagstamon/Nagstamon 2.0.1/Nagstamon
Nagstamon is a free and open source status monitor application for Linux, Windows, BSD and macOS desktops. It supports Nagios, Icinga, Opsview, Centreon, Op5 Monitor, Ninja, Checkmk, Thruk, Zabbix, Monitos, Prometheus, Livestatus, Monitos3, Sensu, SNAG-View and Zenoss monitoring servers.It comes as a floating status bar or system tray in your system and showing a brief summary of critical, warning, unknown, unreachable and down hosts and services.You can connect multiple monitoring servers in same time. Some other features are sound and flashing window notification, build-in filtering, trigger action via SSH, RDP, VNC and many more.Download nagstamon [Linux, Windows, MacOS]Download Nagstamon in .deb file format from the above Nagstamon download link and save it on your Downloads folder. Open the terminal application (ctrl+alt+t) and run below command. It will install the latest version of Nagstamon on your system.sudo apt install ./Downloads/nagstamon_3.14.0_all.deb[OR]sudo apt install ./Downloads/nagstamon*.debNote: Here “nagstamon_3.14.0_all.deb” is the downloaded file name. You can change below commands based on your file name.After the installation of nagstamon, click the show apps from the Ubuntu dock and open it.Install Nagstamon via Ubuntu RepositoryYou can also install it via below command.sudo apt install nagstamon -yAnd open it using below command.nagstamonInstall Nagstamon via Flatpak:You can also install it via below Nagstamon flatpak install command.flatpak install flathub de.nagstamon.nagstamonAfter the installation open it via below command.flatpak run de.nagstamon.nagstamon Read more articles
Downloading File /nagstamon/Nagstamon 3.0/nagstamon
This answer will not cover third-party monitoring addins like nagstamon or the firefox nagios plugin, because it will vary wildly.A few ways that I can think of off the top of my head:Disable host checks for the server. However, this will leave the host in a permanent state of "UP", and services will begin to alert.Constantly set floating downtime. Floating downtime starts the next time the host is seen "DOWN" and runs for the duration you specify. You could perhaps do this with a cronjob issuing the "SCHEDULE_HOST_DOWNTIME" for 2 floating hours every two hours. ( See NAGIOS Developer - External Commands ).Schedule downtime for the host and all services (see above link).What you could also do is put service dependencies to use. If you check the host via PING, then add a PING service, and a service_dependency for all other services on that host to depend on PING, and then shut the ping notifications off. This will look something like;define servicedependency { dependent_host_name flaky_biscuit dependent_service_description service1, service2, service3, service4, service5 host_name flaky_biscuit service_description PING execution_failure_criteria w,u,c notification_failure_criteria w,u,c }What this means in essence is that when PING is in warning, unknown or critical, PING will notify, none of the dependent services will. (And again, shut notifications off for PING!) Also, when PING is in warning, unknown, or critical state, the dependent services will not even execute.I can't speak for NagStaMon, but the Firefox NAGIOS plugin has preferences that essentially says "ignore acknowledged services", meaning that if you acknowledge or schedule a service in downtime, have notifications off, or any other modification to a service, it will not render as "warning/critical" in the status bar even if it's in that state. I don't know what NagStaMon does or doesn't have in this manner.Downloading File /nagstamon/Nagstamon 3.0/Nagstamon
Skip to content Navigation Menu GitHub Copilot Write better code with AI Security Find and fix vulnerabilities Actions Automate any workflow Codespaces Instant dev environments Issues Plan and track work Code Review Manage code changes Discussions Collaborate outside of code Code Search Find more, search less Explore Learning Pathways Events & Webinars Ebooks & Whitepapers Customer Stories Partners Executive Insights GitHub Sponsors Fund open source developers The ReadME Project GitHub community articles Enterprise platform AI-powered developer platform Pricing Provide feedback Saved searches Use saved searches to filter your results more quickly //voltron/issues_fragments/issue_layout;ref_cta:Sign up;ref_loc:header logged out"}"> Sign up Notifications You must be signed in to change notification settings Fork 185 Star 435 DescriptionHi,I'm experiencing "AttributeError: 'NonType' object has no attribute 'get' " error when connecting to an Icingaweb2 monitoring server (from Windows x64 Nagstamon binary). I'm unable to see anything else besides this error message. It works on 3.0 from my colleagues computer, but not in latest stable or dev. release.Client OS: Windows 10 1709 updateMonitoring server: Icinga2 (r2.7.0-1)Icingaweb2: 2.4.1. Download Nagstamon: Download the Nagstamon software from the official website. Install Nagstamon: Install Nagstamon on your desktop environment, following theDownloading File /nagstamon/Nagstamon 3.0.1/nagstamon
Hi Team,Hoping some one can assist.We would like to deploy Nagstamon to different department users (Windows PC's) through our internal software deployment system. I have thus far been able to get the software to download and install remotely but we are now looking at ways to make the install process silent (no dialogs). Can the Nagstamon installer natively handle this or would it be best to repack it myself into a new installer?The second part of the issues in the configuration file. As each department has read access to the devices within their department only what would be the best way to deploy the config file. The Department users will all share a common guest like username and password for their department.I imagine that I could either:a) create a deployment script that copies a template configuration file to the relevant install location using windows global variables.b) Include the configuration files in the repacked installer option mentioned aboveCould some one just confirm where these configuration files are or suggest an alternative method?Regards,Nagstamon/Nagstamon/Config.py at master HenriWahl/Nagstamon
Skip to content Navigation Menu GitHub Copilot Write better code with AI Security Find and fix vulnerabilities Actions Automate any workflow Codespaces Instant dev environments Issues Plan and track work Code Review Manage code changes Discussions Collaborate outside of code Code Search Find more, search less Explore Learning Pathways Events & Webinars Ebooks & Whitepapers Customer Stories Partners Executive Insights GitHub Sponsors Fund open source developers The ReadME Project GitHub community articles Enterprise platform AI-powered developer platform Pricing Provide feedback Saved searches Use saved searches to filter your results more quickly //voltron/issues_fragments/issue_layout;ref_cta:Sign up;ref_loc:header logged out"}"> Sign up Notifications You must be signed in to change notification settings Fork 185 Star 435 DescriptionFirst thanks a lot for this nice tool, there is no competitor out there!In version 2.0 ALPHA-20160302 you added support for Icinga2 (icingaweb2). Using the version 2.0 ALPHA-20160307, I am not able to configure nagstamon to work with icingaweb2.If I use " as proposed, I got a connection error.If I use " nagstamon quits itself and I am not able to start it anymore. It only shows an ok for a second and then quits itself again.How can I provide you more information?Thanks and best wishes,Michael.Downloading File /nagstamon/Nagstamon 3.0.1/Nagstamon
3248 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'. 2024-10-25 08:24:32,565 3248 [INFO ] - VERBOSE: Importing function 'Get-VirusCheckValid'. 2024-10-25 08:24:32,577 3248 [INFO ] - VERBOSE: Importing function 'Get-WebFile'. 2024-10-25 08:24:32,577 3248 [INFO ] - VERBOSE: Importing function 'Get-WebFileName'. 2024-10-25 08:24:32,595 3248 [INFO ] - VERBOSE: Importing function 'Get-WebHeaders'. 2024-10-25 08:24:32,609 3248 [INFO ] - VERBOSE: Importing function 'Install-BinFile'. 2024-10-25 08:24:32,609 3248 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'. 2024-10-25 08:24:32,639 3248 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'. 2024-10-25 08:24:32,674 3248 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyFileAssociation'. 2024-10-25 08:24:32,702 3248 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyInstallPackage'. 2024-10-25 08:24:32,702 3248 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPackage'. 2024-10-25 08:24:32,719 3248 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'. 2024-10-25 08:24:32,733 3248 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'. 2024-10-25 08:24:32,749 3248 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyShortcut'. 2024-10-25 08:24:32,766 3248 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyVsixPackage'. 2024-10-25 08:24:32,781 3248 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyZipPackage'. 2024-10-25 08:24:32,781 3248 [INFO ] - VERBOSE: Importing function 'Install-Vsix'. 2024-10-25 08:24:32,796 3248 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'. 2024-10-25 08:24:32,796 3248 [INFO ] - VERBOSE: Importing function 'Set-PowerShellExitCode'. 2024-10-25 08:24:32,812 3248 [INFO ] - VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'. 2024-10-25 08:24:32,828 3248 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'. 2024-10-25 08:24:32,844 3248 [INFO ] - VERBOSE: Importing function 'Uninstall-BinFile'. 2024-10-25 08:24:32,844 3248 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'. 2024-10-25 08:24:32,859 3248 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyPackage'. 2024-10-25 08:24:32,875 3248 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'. 2024-10-25 08:24:32,875 3248 [INFO ] - VERBOSE: Importing function 'Write-FunctionCallLogMessage'. 2024-10-25 08:24:32,891 3248 [INFO ] - VERBOSE: Importing alias 'Add-BinFile'. 2024-10-25 08:24:32,908 3248 [INFO ] - VERBOSE: Importing alias 'Generate-BinFile'. 2024-10-25 08:24:32,921 3248 [INFO ] - VERBOSE: Importing alias 'Get-InstallRegistryKey'. 2024-10-25 08:24:32,921 3248 [INFO ] - VERBOSE: Importing alias 'Get-OSBitness'. 2024-10-25 08:24:32,938 3248 [INFO ] - VERBOSE: Importing alias 'Get-ProcessorBits'. 2024-10-25 08:24:32,938 3248 [INFO ] - VERBOSE: Importing alias 'Invoke-ChocolateyProcess'. 2024-10-25 08:24:32,954 3248 [INFO ] - VERBOSE: Importing alias 'refreshenv'. 2024-10-25 08:24:32,970 3248 [INFO ] - VERBOSE: Importing alias 'Remove-BinFile'. 2024-10-25 08:24:32,970 3248 [INFO ] - VERBOSE: Importing alias 'Start-ChocolateyProcess'. 2024-10-25 08:24:33,235 3248 [DEBUG] - ---------------------------Script Execution--------------------------- 2024-10-25 08:24:33,313 3248 [DEBUG] - Running 'ChocolateyScriptRunner' for nagstamon.install v3.16.2 with packageScript 'C:\ProgramData\chocolatey\lib\nagstamon.install\tools\chocolateyInstall.ps1', packageFolder:'C:\ProgramData\chocolatey\lib\nagstamon.install', installArguments: '', packageParameters: '', preRunHookScripts: '', postRunHookScripts: '', 2024-10-25 08:24:33,420 3248 [DEBUG] - Running package script 'C:\ProgramData\chocolatey\lib\nagstamon.install\tools\chocolateyInstall.ps1' 2024-10-25 08:24:33,625 3248 [DEBUG] - Running Get-PackageParameters 2024-10-25 08:24:33,657 3248 [DEBUG] - Parsing $env:ChocolateyPackageParameters and $env:ChocolateyPackageParametersSensitive for parameters 2024-10-25 08:24:33,829 3248 [INFO ] - Creating new configuration file at 'C:\Users\vagrant\AppData\Local\Temp\chocolatey\nagstamon.install.Install.inf' 2024-10-25 08:24:34,280 3248 [DEBUG] - Running Install-ChocolateyInstallPackage -silentArgs '/SILENT /SUPPRESSMSGBOXES /SP- /LOG="C:\Users\vagrant\AppData\Local\Temp\chocolatey\nagstamon.install.3.16.2.InnoInstall.log" /SAVEINF="C:\Users\vagrant\AppData\Local\Temp\chocolatey\nagstamon.install.Install.inf"' -file 'C:\ProgramData\chocolatey\lib\nagstamon.install\tools\Nagstamon-3.16.2-win32_setup.exe' -file64 'C:\ProgramData\chocolatey\lib\nagstamon.install\tools\Nagstamon-3.16.2-win64_setup.exe' -packageName 'nagstamon.install' -validExitCodes '0' -fileType 'exe' 2024-10-25 08:24:34,312 3248 [DEBUG] - Running Get-OSArchitectureWidth -compare '32' 2024-10-25 08:24:34,405 3248 [INFO ] - Installing 64-bit nagstamon.install... 2024-10-25 08:24:34,780 3248 [DEBUG] - Ensuring 'C:\Users\vagrant\AppData\Local\Temp\chocolatey' exists 2024-10-25 08:24:34,812 3248 [DEBUG] - Ensuring 'C:\Users\vagrant\AppData\Local\Temp\chocolatey' exists 2024-10-25 08:24:35,093 3248 [DEBUG] - Running Start-ChocolateyProcessAsAdmin -validExitCodes '0' -workingDirectory 'C:\ProgramData\chocolatey\lib\nagstamon.install\tools' -statements '/SILENT /SUPPRESSMSGBOXES /SP- /LOG="C:\Users\vagrant\AppData\Local\Temp\chocolatey\nagstamon.install.3.16.2.InnoInstall.log" /SAVEINF="C:\Users\vagrant\AppData\Local\Temp\chocolatey\nagstamon.install.Install.inf"' -exeToRun 'C:\ProgramData\chocolatey\lib\nagstamon.install\tools\Nagstamon-3.16.2-win64_setup.exe' 2024-10-25 08:24:35,125 3248 [DEBUG] - Running Test-ProcessAdminRights 2024-10-25. Download Nagstamon: Download the Nagstamon software from the official website. Install Nagstamon: Install Nagstamon on your desktop environment, following the Download Nagstamon: Download the Nagstamon software from the official website. Install Nagstamon: Install Nagstamon on your desktop environment, following the installation instructions provided. Configure Nagstamon: Configure Nagstamon to connect to your Nagios server, using the configuration options provided.Comments
Nagstamon is a free and open source status monitor application for Linux, Windows, BSD and macOS desktops. It supports Nagios, Icinga, Opsview, Centreon, Op5 Monitor, Ninja, Checkmk, Thruk, Zabbix, Monitos, Prometheus, Livestatus, Monitos3, Sensu, SNAG-View and Zenoss monitoring servers.It comes as a floating status bar or system tray in your system and showing a brief summary of critical, warning, unknown, unreachable and down hosts and services.You can connect multiple monitoring servers in same time. Some other features are sound and flashing window notification, build-in filtering, trigger action via SSH, RDP, VNC and many more.Download nagstamon [Linux, Windows, MacOS]Download Nagstamon in .deb file format from the above Nagstamon download link and save it on your Downloads folder. Open the terminal application (ctrl+alt+t) and run below command. It will install the latest version of Nagstamon on your system.sudo apt install ./Downloads/nagstamon_3.14.0_all.deb[OR]sudo apt install ./Downloads/nagstamon*.debNote: Here “nagstamon_3.14.0_all.deb” is the downloaded file name. You can change below commands based on your file name.After the installation of nagstamon, click the show apps from the Ubuntu dock and open it.Install Nagstamon via Ubuntu RepositoryYou can also install it via below command.sudo apt install nagstamon -yAnd open it using below command.nagstamonInstall Nagstamon via Flatpak:You can also install it via below Nagstamon flatpak install command.flatpak install flathub de.nagstamon.nagstamonAfter the installation open it via below command.flatpak run de.nagstamon.nagstamon Read more articles
2025-04-08This answer will not cover third-party monitoring addins like nagstamon or the firefox nagios plugin, because it will vary wildly.A few ways that I can think of off the top of my head:Disable host checks for the server. However, this will leave the host in a permanent state of "UP", and services will begin to alert.Constantly set floating downtime. Floating downtime starts the next time the host is seen "DOWN" and runs for the duration you specify. You could perhaps do this with a cronjob issuing the "SCHEDULE_HOST_DOWNTIME" for 2 floating hours every two hours. ( See NAGIOS Developer - External Commands ).Schedule downtime for the host and all services (see above link).What you could also do is put service dependencies to use. If you check the host via PING, then add a PING service, and a service_dependency for all other services on that host to depend on PING, and then shut the ping notifications off. This will look something like;define servicedependency { dependent_host_name flaky_biscuit dependent_service_description service1, service2, service3, service4, service5 host_name flaky_biscuit service_description PING execution_failure_criteria w,u,c notification_failure_criteria w,u,c }What this means in essence is that when PING is in warning, unknown or critical, PING will notify, none of the dependent services will. (And again, shut notifications off for PING!) Also, when PING is in warning, unknown, or critical state, the dependent services will not even execute.I can't speak for NagStaMon, but the Firefox NAGIOS plugin has preferences that essentially says "ignore acknowledged services", meaning that if you acknowledge or schedule a service in downtime, have notifications off, or any other modification to a service, it will not render as "warning/critical" in the status bar even if it's in that state. I don't know what NagStaMon does or doesn't have in this manner.
2025-03-31Hi Team,Hoping some one can assist.We would like to deploy Nagstamon to different department users (Windows PC's) through our internal software deployment system. I have thus far been able to get the software to download and install remotely but we are now looking at ways to make the install process silent (no dialogs). Can the Nagstamon installer natively handle this or would it be best to repack it myself into a new installer?The second part of the issues in the configuration file. As each department has read access to the devices within their department only what would be the best way to deploy the config file. The Department users will all share a common guest like username and password for their department.I imagine that I could either:a) create a deployment script that copies a template configuration file to the relevant install location using windows global variables.b) Include the configuration files in the repacked installer option mentioned aboveCould some one just confirm where these configuration files are or suggest an alternative method?Regards,
2025-03-30Skip to content Navigation Menu GitHub Copilot Write better code with AI Security Find and fix vulnerabilities Actions Automate any workflow Codespaces Instant dev environments Issues Plan and track work Code Review Manage code changes Discussions Collaborate outside of code Code Search Find more, search less Explore Learning Pathways Events & Webinars Ebooks & Whitepapers Customer Stories Partners Executive Insights GitHub Sponsors Fund open source developers The ReadME Project GitHub community articles Enterprise platform AI-powered developer platform Pricing Provide feedback Saved searches Use saved searches to filter your results more quickly //voltron/issues_fragments/issue_layout;ref_cta:Sign up;ref_loc:header logged out"}"> Sign up Notifications You must be signed in to change notification settings Fork 185 Star 435 DescriptionFirst thanks a lot for this nice tool, there is no competitor out there!In version 2.0 ALPHA-20160302 you added support for Icinga2 (icingaweb2). Using the version 2.0 ALPHA-20160307, I am not able to configure nagstamon to work with icingaweb2.If I use " as proposed, I got a connection error.If I use " nagstamon quits itself and I am not able to start it anymore. It only shows an ok for a second and then quits itself again.How can I provide you more information?Thanks and best wishes,Michael.
2025-04-2008:24:35,140 3248 [DEBUG] - Test-ProcessAdminRights: returning True 2024-10-25 08:24:35,175 3248 [DEBUG] - Finishing 'Test-ProcessAdminRights' 2024-10-25 08:24:35,343 3248 [DEBUG] - Elevating permissions and running ["C:\ProgramData\chocolatey\lib\nagstamon.install\tools\Nagstamon-3.16.2-win64_setup.exe" /SILENT /SUPPRESSMSGBOXES /SP- /LOG="C:\Users\vagrant\AppData\Local\Temp\chocolatey\nagstamon.install.3.16.2.InnoInstall.log" /SAVEINF="C:\Users\vagrant\AppData\Local\Temp\chocolatey\nagstamon.install.Install.inf"]. This may take a while, depending on the statements. 2024-10-25 08:27:55,408 3248 [DEBUG] - Command ["C:\ProgramData\chocolatey\lib\nagstamon.install\tools\Nagstamon-3.16.2-win64_setup.exe" /SILENT /SUPPRESSMSGBOXES /SP- /LOG="C:\Users\vagrant\AppData\Local\Temp\chocolatey\nagstamon.install.3.16.2.InnoInstall.log" /SAVEINF="C:\Users\vagrant\AppData\Local\Temp\chocolatey\nagstamon.install.Install.inf"] exited with '0'. 2024-10-25 08:27:55,487 3248 [DEBUG] - Finishing 'Start-ChocolateyProcessAsAdmin' 2024-10-25 08:27:55,518 3248 [INFO ] - nagstamon.install has been installed. 2024-10-25 08:27:55,611 3248 [DEBUG] - ---------------------------------------------------------------------- 2024-10-25 08:27:55,627 3248 [DEBUG] - Built-in PowerShell host called with ['[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = '';[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::SystemDefault; & import-module -name 'C:\ProgramData\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\ProgramData\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\ProgramData\chocolatey\lib\nagstamon.install\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters '' -preRunHookScripts $null -postRunHookScripts $null'] exited with '0'. 2024-10-25 08:27:55,658 3248 [DEBUG] - Calling command ['"C:\Windows\System32\shutdown.exe" /a'] 2024-10-25 08:27:55,862 3248 [DEBUG] - Command ['"C:\Windows\System32\shutdown.exe" /a'] exited with '1116' 2024-10-25 08:27:55,880 3248 [INFO ] - nagstamon.install can be automatically uninstalled. 2024-10-25 08:27:56,158 3248 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\nagstamon.install' 2024-10-25 08:27:56,611 3248 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nagstamon.install\nagstamon.install.nupkg' with checksum '4F211E0DACF64EE32A8B686AE2C6B7EF' 2024-10-25 08:27:56,628 3248 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nagstamon.install\nagstamon.install.nuspec' with checksum '2DD15C4B20BFA1F460DE045FC425195E' 2024-10-25 08:27:56,690 3248 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nagstamon.install\legal\LICENSE.txt' with checksum '88786025EDC196828305B8219DE0A400' 2024-10-25 08:27:56,705 3248 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nagstamon.install\legal\VERIFICATION.txt' with checksum 'D67E9C7E7B77CEA2267833C7D9916EB1' 2024-10-25 08:27:56,705 3248 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nagstamon.install\tools\chocolateyInstall.ps1' with checksum 'CC2786CB0B3774888D180465C4ED2CF8' 2024-10-25 08:27:56,722 3248 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\nagstamon.install\tools\Nagstamon-3.16.2-win64_setup.exe.ignore' with checksum 'BEA07E6D2B8DCE396FE21BAA61B34956' 2024-10-25 08:27:56,892 3248 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\nagstamon.install.3.16.2". 2024-10-25 08:27:57,018 3248 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\nagstamon.install.3.16.2\.registry' 2024-10-25 08:27:57,066 3248 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\nagstamon.install.3.16.2\.files' 2024-10-25 08:27:57,146 3248 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\nagstamon.install.3.16.2\.extra". 2024-10-25 08:27:57,158 3248 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\nagstamon.install.3.16.2\.version". 2024-10-25 08:27:57,174 3248 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\nagstamon.install.3.16.2\.sxs". 2024-10-25 08:27:57,174 3248 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\nagstamon.install.3.16.2\.pin". 2024-10-25 08:27:57,205 3248 [DEBUG] - Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers... 2024-10-25 08:27:57,221 3248 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\nagstamon.install\.chocolateyPending". 2024-10-25 08:27:57,236 3248 [INFO ] - The install of nagstamon.install was successful. 2024-10-25 08:27:57,236 3248 [INFO ] - Deployed to 'C:\Program Files\Nagstamon' 2024-10-25 08:27:57,299 3248 [WARN ] - Chocolatey installed 1/1 packages. See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2024-10-25 08:27:57,314 3248 [DEBUG] - Sending message 'PostRunMessage' out if there are subscribers... 2024-10-25 08:27:57,330 3248 [DEBUG] - Exiting with 0
2025-03-29