-
https://github.com/sensu-plugins/sensu-plugins-kannel/blob/986af601626adf77a6c720f488885e919397974d/bin/metrics-kannel.rb#L85
In my kannel install this line outputs:
/opt/sensu/embedded/lib/ruby…
-
```
File "sensu-plugins-mongodb-2.1.0/bin/check-mongodb.py", line 48
except ImportError, e:
^
SyntaxError: invalid syntax
```
-
We're coming from nagios. In nagios when you ack an alert, a notification of that acknowledgment is sent to the contact groups for that alert.
Is there any way to achieve this with sensu silenc…
-
**Examples:**
Correct servers:
```
/opt/sensu/embedded/bin/check-rabbitmq-cluster-health.rb -w 10.0.0.6 -u monitoring -p pass -n rabbit1,rabbit2,rabbit3
CheckRabbitMQCluster OK: 3 healthy cluste…
-
I spent most of yesterday figuring out my problems with Sensu saying it cannot find the gems I installed, etc. It turns out that because my umask is 0077, installed gems were only readable by root and…
-
This can happen when a domain resolves to multiple addresses, but only some of them are responsive.
My initial thought (and my fix on my own system) was just to compact `ssl_grades` before sorting it…
-
Hello,
I have a question about the python scripts included in this gem and general in sensu-plugins.
Because for example `neutron-agent-status.py` is not a ruby script no handy wrapper script is avai…
-
when i run
./ruby check-kafka-ping.rb -h i found "/opt/sensu/embedded/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- sensu-plugins-kafka (Loa…
-
I am trying to build the app for use in a production environment while being behind a proxy.
Some of the commands in the installation instructions page work partially, some not at all.
## Expected…
-
We have a use case where the only way to get aggregate checks to work is to add the -k option to the check which makes an insecure connection to port 4567. Normally this is fine but with this Sensu-En…