-
This is the output when I try to run `sensu-install -p aws` :
```
[root@ip-172-31-6-16 centos]# sensu-install -v -p aws
[SENSU-INSTALL] installing Sensu plugins ...
[SENSU-INSTALL] provided Sens…
lowks updated
5 years ago
-
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…
-
Hi,
I really like your plugin - it allow to check if particular container is running, something that check from official package ( https://github.com/sensu-plugins/sensu-plugins-docker ) do not all…
-
Allow checking for an expected http status code, exiting 0 if the expected code matches the returned code. This is to implement checks to ensure that a site responds with a particular status code, suc…
-
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…
-
### Issue
Hi,
i have a Problem with Archlinux VM's and ansible module community.docker in semaphore.
Ansible error from Semaphore Task Log:
```
8:59:10 AM fatal: [arch]: FAILED! => changed=fals…
-
I have a different approach when it comes to creating sensu checks. It's not really an issue, just a different way of doing things so thought I'd mention it here.
I usually install a graphite client o…
-
It seems to coincide with the restart of the sensu-agent. My guess is the check was in the middle of it's execution when the restart of the agent killed it. This triggered an undesired alert.
O…
edgan updated
3 years ago
-
**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…
-
Using the mongo client without :connect :direct option is returning the replSetGetStatus, and serverStatus information for whatever the read preference is set to, such as the master, and not your own …