-
It would be great if the amon agent could monitor MDADM RAIDs so that we can create health alerts for depricated raids.
-
Hi,
I am unable to use the sns handler to send messages to different AWS sns topics. Am I doing something wrong or is the handler rb file hardcoded to accept handlers with name 'sns' only?
-
Given that you have defined the following in `healthchecks.yml`:
```sensu_healthchecks:
some-service-is-running:
name: some-service-is-running
local_script: is-running.ps1
interval…
-
This is more of a question as I continue to work on the rewrite. I understand rspec is required for some of the ci tools in the gem but I'd prefer to write my tests using the default testing lib Minit…
bkett updated
6 years ago
-
I see several things just looking around that we should change to bring it more inline with the way that all the other plugins are doing various things these are what I found when doing a release:
- …
-
Error:
`CheckMySQL CRITICAL: Error message: Client does not support authentication protocol requested by server; consider upgrading MariaDB client`
If you using mysql2 gem, it works
-
Some of the plugins can pull from the env and others require CLI. In the long run we want to do this 100% by config, but for now we should support CLI/ENV for all plugins. Copy paste code here. Pre…
tas50 updated
6 years ago
-
Hi,
Just tried to run version 1.0.0 on OSX (`check-process.rb -p redis`) and it immediately failed with
`Check failed to run: undefined method 'exitstatus' for nil:NilClass, ["/Library/Ruby/Gems/2.0…
shmul updated
6 years ago
-
This is in regards to [this commit](https://github.com/sensu-plugins/sensu-plugins-sensu/commit/131966872a4c774f2792481560ae4949b8b282db#diff-a14823e51324d977e69204f485160d9f)
I'm running into an i…
drhey updated
6 years ago
-
Make it possible for the sdk to communicate the keyspace in the help message.
### Straw proposal:
override the cobra.command default HelpFunction with a custom function that appends a Keyspace usag…