Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Nagios Windows Plugins Project
v0.1.0-beta
2022-09-28
- Nagios 4.x
- Nagios XI
2284
File | Description |
---|---|
nagios-windows-plugins-0.1.0-beta.zip | nagios-windows-plugins-0.1.0-beta.zip |
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
A plugins project specifically for Windows, similar to the Nagios Plugins Project. Right now, I've got what I think are some of the most basic plugins for monitoring a Windows system, all written in Powershell. These plugins can be executed in one of two ways:
SSH - Microsoft ported OpenSSH to Windows back in 2018, so the check_by_ssh plugin in the Nagios Plugins Project should work nicely.
WinRM - This release includes a (very) basic WinRM execution script that will live on your Nagios system. You point it to your Windows system, where the plugin lives on your Windows system, give it username/password, and what authentication mechanism you want to use. Right now only Basic is supported. :(
I've rolled up my check_windows_files.ps1 script into this project, and will also likely move the test_check.ps1 plugin here as well, and then archive the old repository.
Issues and pull requests are highly appreciated. <3
SSH - Microsoft ported OpenSSH to Windows back in 2018, so the check_by_ssh plugin in the Nagios Plugins Project should work nicely.
WinRM - This release includes a (very) basic WinRM execution script that will live on your Nagios system. You point it to your Windows system, where the plugin lives on your Windows system, give it username/password, and what authentication mechanism you want to use. Right now only Basic is supported. :(
I've rolled up my check_windows_files.ps1 script into this project, and will also likely move the test_check.ps1 plugin here as well, and then archive the old repository.
Issues and pull requests are highly appreciated. <3
Reviews (0)
Be the first to review this listing!