sensu-plugins-windows
sensu-plugins-windows copied to clipboard
Sensu Windows Plugins
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
## Pull Request Checklist #101 #### General - [ ] Update Changelog following the conventions laid out on [Our CHANGELOG Guidelines ](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) - [X] Update README with any necessary configuration...
Hi, the following line returns an error when running the script with multiple values. (such as 'cmd','explorer') https://github.com/sensu-plugins/sensu-plugins-windows/blob/17122e8d0bbdc2dee708279a57beaf9c91016973/bin/check-windows-process.ps1#L30 C:\Users\Administrator\Desktop\check-windows-process.ps1 : Cannot process argument transformation on parameter 'ProcessName'. Cannot convert value...
Greetings Windows folks! I'm trying to wrap my mind around and issue that I'm seeing with the cpu-load ps script. I'm testing the scripts out using @samroy92 's asset version...
check-windows-cpu-load: Get-Counter : Internal performance counter API call failed. Error: c0000bb8
Hi Unfortunately, the following error message appears under Windows Server 2019 in the plugin check-windows-cpu-load: outputGet-Counter : Internal performance counter API call failed. Error: c0000bb8. At C:\opt\sensu\plugins\powershell\check-windows-cpu-load.ps1:48 char:32 + ......
We had a few new systems added this week and the "Server Manager Performance Monitor" collector set had not been started on these and the metric plugins were sending strange/no...
Currently, the script will look at an entire log file for a string. If found, it alerts. This doesn't work well in cases where a log will continue to have...
I have setup Sensu on three Windows servers yesterday. Two issues: `check-windows-ram.rb` randomly returns: `Access is denied.` `check-windows-disk.rb` randomly returns: `Invalid XSL format (or) file name.` It does actually return...
Checks intermittently show access denied
Hi Guys, Im using All checks, and sometimes i got this error in the execution. Output: Check failed to run: undefined method `split' for nil:NilClass, ["C:/opt/sensu/embedded/lib/ruby/gems/2.3.0/gems/sensu-plugins-windows-0.0.10/bin/check-windows-ram.rb:50:in `acquire_ram_usage'", "C:/opt/sensu/embedded/lib/ruby/gems/2.3.0/gems/sensu-plugins-windows-0.0.10/bin/check-windows-ram.rb:57:in `run'", "C:/opt/sensu/embedded/lib/ruby/gems/2.3.0/gems/sensu-plugin-1.4.4/lib/sensu-plugin/cli.rb:58:in...