-
Hi, i have a strange error i cant get the handler to work....
Here is my log file, it complains about SSL but it's not a self signed certificate and i have tried to add all CA intermediate but still …
-
here is the server log file
`"version":"0.26.5","timestamp":1515181908},"check":{"command":"/etc/sensu/plugins/sensu-plugins-memory-checks-master/bin/check-memory-percent.rb","handler":"mailer",…
-
for 2 of the checks i get an error. all the other checks run fine.
this one i can't even get a help screen to show anything throws this.
> #check-kube-service-available.rb
Check failed to run…
-
I think we should look at reviewing the `ISSUE_TEMPLATE` & `PULL_REQUEST_TEMPLATE` to see if it is still relevant/adequate for supporting changes within this codebase. Raising this as a placeholder fo…
-
When checking filesystems writable using auto mode it complains of chrooted mounts (bind dns in my case).
`Check failed to run: Not a directory @ rb_sysopen - /var/named/chroot/etc/named.conf/.sensu2…
-
It looks like we're only linking *.rb executables. Would it be a good idea to also link the `.sh` versions of plugins here, or are there reasons we'd rather avoid this? https://github.com/sensu-plugin…
-
I'm attempting to use this plugin with Sensu 1.2.0, however I'm getting the below exception.
```
/opt/sensu/embedded/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require': …
-
Trying this example:
```
# Check that will verify http status, JSON validity, and that page.totalElements value is
# greater than 10
# ./check-http-json.rb -u http://my.site.com/metric.js…
-
api_request currently constructs the URL for the API end point using the `api` scope host and port values. As described in sensu/sensu#1299 and sensu-plugins/sensu-plugins-sensu#6, this is problematic…
-
Team,
I have a strange behaviour. I am trying to monitor the sensu-client process running on my linux server. For that i have set up the check definition and installed the respective dependent gems. …