# Latest

**URL:** https://discourse.sensu.io/latest.md?page=2

[Latest](https://discourse.sensu.io/latest.md) · [Categories](https://discourse.sensu.io/categories.md) · [Tags](https://discourse.sensu.io/tags.md)

**Page:** 3

---

## [Subdues not available through puppet module](https://discourse.sensu.io/t/subdues-not-available-through-puppet-module/3121)

<div class="topic-metadata">

**Author:** [@Kristoffer](https://discourse.sensu.io/u/Kristoffer)\
**Replies:** 0\
**Last updated:** [May 30, 2023, 10:18am UTC](https://discourse.sensu.io/t/subdues-not-available-through-puppet-module/3121 "2023-05-30T10:18:27Z")

</div>

Hello there, I’m trying to add subdues to our sensu checks via puppet, but it seems not to be implemented. Or is it just me ? Regards Kristoffer

---

## [Sensu Go 6.10.0 is here!](https://discourse.sensu.io/t/sensu-go-6-10-0-is-here/3120)

<div class="topic-metadata">

**Author:** [@iryna](https://discourse.sensu.io/u/iryna)\
**Replies:** 0\
**Last updated:** [May 26, 2023, 6:32pm UTC](https://discourse.sensu.io/t/sensu-go-6-10-0-is-here/3120 "2023-05-26T18:32:13Z")

</div>

The latest release of Sensu Go, version 6.10.0, is now available for download! Sensu Go 6.10.0 adds a number of features to let the user specify millisecond timestamps in log files, sort silences by expiration time and …

---

## [Create custom handler for keepalive check](https://discourse.sensu.io/t/create-custom-handler-for-keepalive-check/3116)

<div class="topic-metadata">

**Author:** [@subin](https://discourse.sensu.io/u/subin)\
**Replies:** 0\
**Last updated:** [May 5, 2023, 7:31am UTC](https://discourse.sensu.io/t/create-custom-handler-for-keepalive-check/3116 "2023-05-05T07:31:57Z")

</div>

We have Sensu v0.26.3-1 in one of our critical legacy application running on Ubuntu 18.04. I’m trying to create a custom handler, like below, that will execute a bash script when keepalive fails for a host: { "handler…

---

## [Using puppet to install sensu agent plugins - with an asset on the sensu backend](https://discourse.sensu.io/t/using-puppet-to-install-sensu-agent-plugins-with-an-asset-on-the-sensu-backend/3112)

<div class="topic-metadata">

**Author:** [@James1](https://discourse.sensu.io/u/James1)\
**Replies:** 1\
**Last updated:** [May 3, 2023, 3:32am UTC](https://discourse.sensu.io/t/using-puppet-to-install-sensu-agent-plugins-with-an-asset-on-the-sensu-backend/3112 "2023-05-03T03:32:26Z")

</div>

Hi I am trying to use puppet to install sensu agents on my Centos 7 and Ubuntu clients. We are slowly migrating away from centos 7 to Ubuntu Jammy. Sensu is working fine with the Centos clients, but it looks like I ne…

---

## [Issues Connecting to Sensu with puppet](https://discourse.sensu.io/t/issues-connecting-to-sensu-with-puppet/3101)

<div class="topic-metadata">

**Author:** [@James1](https://discourse.sensu.io/u/James1)\
**Replies:** 4\
**Last updated:** [May 2, 2023, 10:19pm UTC](https://discourse.sensu.io/t/issues-connecting-to-sensu-with-puppet/3101 "2023-05-02T22:19:46Z")

</div>

Description of your problem I am trying to create a puppet module that uses the sensu:sensu puppet module to connect to our sensu service. This will be used on a brand new puppet server. We currently have a production …

---

## [Sensu hook output is truncating 255 char](https://discourse.sensu.io/t/sensu-hook-output-is-truncating-255-char/3099)

<div class="topic-metadata">

**Author:** [@Kristoffer](https://discourse.sensu.io/u/Kristoffer)\
**Replies:** 4\
**Last updated:** [April 21, 2023, 6:22am UTC](https://discourse.sensu.io/t/sensu-hook-output-is-truncating-255-char/3099 "2023-04-21T06:22:29Z")

</div>

Hello there, I have a check, which have a hook that produces approx 2000 chars - but somehow the output is truncated to 255 chars. For instance: sensuctl event info server1 check-http | jq '.check.output' "CheckHttp C…

---

## [High CPU utilization issue after creating a large number of checks (25+)](https://discourse.sensu.io/t/high-cpu-utilization-issue-after-creating-a-large-number-of-checks-25/3108)

<div class="topic-metadata">

**Author:** [@sachalere](https://discourse.sensu.io/u/sachalere)\
**Replies:** 4\
**Last updated:** [April 20, 2023, 9:46am UTC](https://discourse.sensu.io/t/high-cpu-utilization-issue-after-creating-a-large-number-of-checks-25/3108 "2023-04-20T09:46:03Z")

</div>

Hello Everyone, I’m using Sensu to monitor my server, and I’ve set up over 25 checks. As many checks are running at the same time, CPU utilization is extremely high. Has anyone else encountered this problem? and how to…

---

## [Could not retrieve the sensu client in sensu dashboard](https://discourse.sensu.io/t/could-not-retrieve-the-sensu-client-in-sensu-dashboard/3091)

<div class="topic-metadata">

**Author:** [@sa2092](https://discourse.sensu.io/u/sa2092)\
**Replies:** 1\
**Last updated:** [March 24, 2023, 12:09am UTC](https://discourse.sensu.io/t/could-not-retrieve-the-sensu-client-in-sensu-dashboard/3091 "2023-03-24T00:09:07Z")

</div>

While stopping the sensu-client, uchiwa dashboard is unable to fetch the sensu-client checks. Getting below error,

---

## [How to trigger an event, if agent does not register in time (no keepalive)?](https://discourse.sensu.io/t/how-to-trigger-an-event-if-agent-does-not-register-in-time-no-keepalive/3086)

<div class="topic-metadata">

**Author:** [@tofi](https://discourse.sensu.io/u/tofi)\
**Replies:** 2\
**Last updated:** [March 13, 2023, 8:19am UTC](https://discourse.sensu.io/t/how-to-trigger-an-event-if-agent-does-not-register-in-time-no-keepalive/3086 "2023-03-13T08:19:56Z")

</div>

Description of your problem I would like to see an event triggered if a agent does not connect to the Sensu Go backend within a certain timeframe. Description of steps you’ve taken to attempt to solve the issue I have a…

---

## [Sensu Go 6.9.2 is here!](https://discourse.sensu.io/t/sensu-go-6-9-2-is-here/3084)

<div class="topic-metadata">

**Author:** [@iryna](https://discourse.sensu.io/u/iryna)\
**Replies:** 0\
**Last updated:** [March 8, 2023, 11:02pm UTC](https://discourse.sensu.io/t/sensu-go-6-9-2-is-here/3084 "2023-03-08T23:02:48Z")

</div>

The latest release of Sensu Go, version 6.9.2, is now available for download! Sensu Go 6.9.2 fixes a UI crash on the Service Component detail page. Additionally, we added a GraphQL validator for query node depth to prev…

---

## [I am getting \`require': cannot load such file -- sensu-plugin/check/cli (LoadError) . Help Needed](https://discourse.sensu.io/t/i-am-getting-require-cannot-load-such-file-sensu-plugin-check-cli-loaderror-help-needed/3082)

<div class="topic-metadata">

**Author:** [@Uday](https://discourse.sensu.io/u/Uday)\
**Replies:** 4\
**Last updated:** [March 3, 2023, 6:18am UTC](https://discourse.sensu.io/t/i-am-getting-require-cannot-load-such-file-sensu-plugin-check-cli-loaderror-help-needed/3082 "2023-03-03T06:18:18Z")

</div>

/usr/share/rubygems/rubygems/core\_ext/kernel\_require.rb:54:in require': cannot load such file -- sensu-plugin/check/cli (LoadError) from /usr/share/rubygems/rubygems/core\_ext/kernel\_require.rb:54:in require’ from /var/…

---

## [/usr/share/rubygems/rubygems/core\_ext/kernel\_require.rb:55:in \`require': cannot load such file -- sensu-plugin/metric/cli (LoadError)](https://discourse.sensu.io/t/usr-share-rubygems-rubygems-core-ext-kernel-require-rbin-require-cannot-load-such-file-sensu-plugin-metric-cli-loaderror/1824)

<div class="topic-metadata">

**Author:** [@wabmca](https://discourse.sensu.io/u/wabmca)\
**Replies:** 14\
**Last updated:** [March 1, 2023, 3:12pm UTC](https://discourse.sensu.io/t/usr-share-rubygems-rubygems-core-ext-kernel-require-rbin-require-cannot-load-such-file-sensu-plugin-metric-cli-loaderror/1824 "2023-03-01T15:12:48Z")

</div>

Hi, I’m using sensu-go on centos 7. Not able to run plugins from sensu go. All plugins are throwing below error: /usr/share/rubygems/rubygems/core\_ext/kernel\_require.rb:55:in \`require': cannot load such file -- sensu-p…

---

## [Sensu Go 6.9.1 is here!](https://discourse.sensu.io/t/sensu-go-6-9-1-is-here/3041)

<div class="topic-metadata">

**Author:** [@iryna](https://discourse.sensu.io/u/iryna)\
**Replies:** 2\
**Last updated:** [February 15, 2023, 3:59pm UTC](https://discourse.sensu.io/t/sensu-go-6-9-1-is-here/3041 "2023-02-15T15:59:12Z")

</div>

The latest release of Sensu Go, version 6.9.1, is now available for download. Sensu Go 6.9.1 fixes a UI XSS vulnerability issue that could be caused by a malicious check output and addresses a crash in the pipeline edit…

---

## [Kubernetes monitoring issue with Sensu (sensu-plugins/sensu-plugins-kubernetes)](https://discourse.sensu.io/t/kubernetes-monitoring-issue-with-sensu-sensu-plugins-sensu-plugins-kubernetes/3071)

<div class="topic-metadata">

**Author:** [@jignesh1629](https://discourse.sensu.io/u/jignesh1629)\
**Replies:** 2\
**Last updated:** [February 13, 2023, 5:45pm UTC](https://discourse.sensu.io/t/kubernetes-monitoring-issue-with-sensu-sensu-plugins-sensu-plugins-kubernetes/3071 "2023-02-13T17:45:26Z")

</div>

sensu-plugins/sensu-plugins-kubernetes is not working as expected. \<!-- I am trying to add my kubernetes cluster monitoring through Sensu-go, So far I have added assets sensu-plugins/sensu-plugins-kubernetes (https://b…

---

## [Sensu Backend Healthcheck timeout](https://discourse.sensu.io/t/sensu-backend-healthcheck-timeout/3076)

<div class="topic-metadata">

**Author:** [@Itamar\_Shpak](https://discourse.sensu.io/u/Itamar_Shpak)\
**Replies:** 7\
**Last updated:** [February 13, 2023, 5:01pm UTC](https://discourse.sensu.io/t/sensu-backend-healthcheck-timeout/3076 "2023-02-13T17:01:16Z")

</div>

Hey all, we started to get alert from the sensu-go healtcheck check, I noticed that we get timeout when trying to query healthcheck (http://sensu-go:8080/health). we are using Postgresql RDS as Sensu-Go datastore. I’v…

---

## [Sensu-backend connecting out to us-west-2.compute.amazonaws.com](https://discourse.sensu.io/t/sensu-backend-connecting-out-to-us-west-2-compute-amazonaws-com/3074)

<div class="topic-metadata">

**Author:** [@madhatter22](https://discourse.sensu.io/u/madhatter22)\
**Replies:** 3\
**Last updated:** [February 9, 2023, 5:27pm UTC](https://discourse.sensu.io/t/sensu-backend-connecting-out-to-us-west-2-compute-amazonaws-com/3074 "2023-02-09T17:27:00Z")

</div>

Description of your problem On a fresh install of sensu-backend, I see a TCP connection from sensu-backend out to an external IP address root@sensu-backend:/home/ubuntu# lsof -i -n -P | grep sensu sensu-bac 5529 …

---

## [Sensu-backend service is throwing an erorr as below](https://discourse.sensu.io/t/sensu-backend-service-is-throwing-an-erorr-as-below/2917)

<div class="topic-metadata">

**Author:** [@Pradeep\_Kumar](https://discourse.sensu.io/u/Pradeep_Kumar)\
**Replies:** 10\
**Last updated:** [January 31, 2023, 12:08pm UTC](https://discourse.sensu.io/t/sensu-backend-service-is-throwing-an-erorr-as-below/2917 "2023-01-31T12:08:10Z")

</div>

When I deployed a check with sensugo the backend service is throwing an error as below. Has anyone else also seen this kind of issue? Jun 16 10:10:55 sensu1 sensu-backend\[10962\]: {"check\_name":"registration","check\_name…

---

## [Error starting etcd: wal: max entry size limit exceeded](https://discourse.sensu.io/t/error-starting-etcd-wal-max-entry-size-limit-exceeded/3063)

<div class="topic-metadata">

**Author:** [@jeff-fongo](https://discourse.sensu.io/u/jeff-fongo)\
**Replies:** 7\
**Last updated:** [January 26, 2023, 4:08pm UTC](https://discourse.sensu.io/t/error-starting-etcd-wal-max-entry-size-limit-exceeded/3063 "2023-01-26T16:08:11Z")

</div>

Description of your problem I was trying to connect my sensuGo instance with SumoLogic Following this link I had a couple problems since I don’t have a license for sensu-enterprise. At the end, the integration seemed to…

---

## [How to remove Sensu-go-agent completely from the system](https://discourse.sensu.io/t/how-to-remove-sensu-go-agent-completely-from-the-system/3069)

<div class="topic-metadata">

**Author:** [@jeff-fongo](https://discourse.sensu.io/u/jeff-fongo)\
**Replies:** 1\
**Last updated:** [January 26, 2023, 3:09pm UTC](https://discourse.sensu.io/t/how-to-remove-sensu-go-agent-completely-from-the-system/3069 "2023-01-26T15:09:46Z")

</div>

Hi, How can I remove sensu from a Ubuntu or Debian system? I ran apt remove --purge sensu-go-agent but I still have some folders and the service running Thanks

---

## [Sensugo cluster can be established if we prepare instances using AWS AMIs?](https://discourse.sensu.io/t/sensugo-cluster-can-be-established-if-we-prepare-instances-using-aws-amis/1371)

<div class="topic-metadata">

**Author:** [@masifpak](https://discourse.sensu.io/u/masifpak)\
**Replies:** 2\
**Last updated:** [January 24, 2023, 3:49pm UTC](https://discourse.sensu.io/t/sensugo-cluster-can-be-established-if-we-prepare-instances-using-aws-amis/1371 "2023-01-24T15:49:04Z")

</div>

I have prepared a machine of sensugo server and then taken AMI of the machine. Then created three instances from that AMI and try to create a cluster using documentation. But is unable to create cluster. I run member-li…

---

## [Sensu Authorization to Backend](https://discourse.sensu.io/t/sensu-authorization-to-backend/3066)

<div class="topic-metadata">

**Author:** [@dhamu89](https://discourse.sensu.io/u/dhamu89)\
**Replies:** 1\
**Last updated:** [January 17, 2023, 6:12pm UTC](https://discourse.sensu.io/t/sensu-authorization-to-backend/3066 "2023-01-17T18:12:55Z")

</div>

Sensu Go Topic Template Make sure to read the docs before asking your question. Please be kind and remember that this those helping you are volunteers. Adding SSO Authorization to the Sensu Hi, Can we disable the basic…

---

## [Mixed Deployment configuration](https://discourse.sensu.io/t/mixed-deployment-configuration/3059)

<div class="topic-metadata">

**Author:** [@UmaMaheshwar\_Rao\_Bon](https://discourse.sensu.io/u/UmaMaheshwar_Rao_Bon)\
**Replies:** 1\
**Last updated:** [January 12, 2023, 3:44pm UTC](https://discourse.sensu.io/t/mixed-deployment-configuration/3059 "2023-01-12T15:44:06Z")

</div>

Description of your problem can Sensu Backend installed in kubernets cluster monitor resources out side of kubernetes cluster? Outside of kubernetes cluster sensu agents are installed using Chef

---

## [Cannot get sensu-go cluster to connect over TLS](https://discourse.sensu.io/t/cannot-get-sensu-go-cluster-to-connect-over-tls/3062)

<div class="topic-metadata">

**Author:** [@Michael\_Kelly](https://discourse.sensu.io/u/Michael_Kelly)\
**Replies:** 4\
**Last updated:** [January 11, 2023, 6:52pm UTC](https://discourse.sensu.io/t/cannot-get-sensu-go-cluster-to-connect-over-tls/3062 "2023-01-11T18:52:23Z")

</div>

Very new to sensu & sensu-go. Environment: 3 node cluster running Ubuntu 20.04.5 LTS and sensu-go-backend 6.7.4 I have followed the instructions in the sensu docs to create a CA and generate certificates for the 3 node…

---

## [Powershell checks using high CPU on the server](https://discourse.sensu.io/t/powershell-checks-using-high-cpu-on-the-server/2454)

<div class="topic-metadata">

**Author:** [@swapzero](https://discourse.sensu.io/u/swapzero)\
**Replies:** 24\
**Last updated:** [January 5, 2023, 9:57am UTC](https://discourse.sensu.io/t/powershell-checks-using-high-cpu-on-the-server/2454 "2023-01-05T09:57:13Z")

</div>

I have setup sensu checks against my windows datacenter servers and i have noticed this weird behavior where sensu windows plugin checks (cpu / ram / disk) take up 20% CPU per run and sometimes it stops responding to the…

---

## [Status code 127 for checking memory usage](https://discourse.sensu.io/t/status-code-127-for-checking-memory-usage/3055)

<div class="topic-metadata">

**Author:** [@Narayanaswamy](https://discourse.sensu.io/u/Narayanaswamy)\
**Replies:** 3\
**Last updated:** [January 5, 2023, 5:05am UTC](https://discourse.sensu.io/t/status-code-127-for-checking-memory-usage/3055 "2023-01-05T05:05:37Z")

</div>

hello guys, i had written shell script for memory usage. and i am running the script with memory checks. provided full path . but while running the checksits frequently getting status code 127 and sometime its passing. …

---

## [Status code 127](https://discourse.sensu.io/t/status-code-127/1365)

<div class="topic-metadata">

**Author:** [@KendallChenoweth](https://discourse.sensu.io/u/KendallChenoweth)\
**Replies:** 7\
**Last updated:** [January 4, 2023, 2:20pm UTC](https://discourse.sensu.io/t/status-code-127/1365 "2023-01-04T14:20:13Z")

</div>

In Sensu classic (Sensu core), I have a check failing because the check script doesn’t exist on the client. I know how to fix this, but what I’m more interested in is how to handle the error on the server. The return s…

---

## [Best way to get only domain from a URL using command with Go template package](https://discourse.sensu.io/t/best-way-to-get-only-domain-from-a-url-using-command-with-go-template-package/3045)

<div class="topic-metadata">

**Author:** [@daswars](https://discourse.sensu.io/u/daswars)\
**Replies:** 1\
**Last updated:** [December 12, 2022, 4:05pm UTC](https://discourse.sensu.io/t/best-way-to-get-only-domain-from-a-url-using-command-with-go-template-package/3045 "2022-12-12T16:05:34Z")

</div>

Hello, I have a small problem and need your help. I used several URL in my check and now need here from only the domain: Here I found the following solution: But this is in Jinja and I can not get it to run in sensu. …

---

## [How to integrate webhook with sensu](https://discourse.sensu.io/t/how-to-integrate-webhook-with-sensu/3044)

<div class="topic-metadata">

**Author:** [@Narayanaswamy](https://discourse.sensu.io/u/Narayanaswamy)\
**Replies:** 3\
**Last updated:** [December 12, 2022, 3:31pm UTC](https://discourse.sensu.io/t/how-to-integrate-webhook-with-sensu/3044 "2022-12-12T15:31:23Z")

</div>

i had a requirement to monitor azure vms with open source monitoring tool. so i did POC on sensu and did installed sensu workshop for azure vms. i want to use generic webhook integration with applications other than slac…

---

## [In Entity Page all checks are shown instead of Entity's only checks](https://discourse.sensu.io/t/in-entity-page-all-checks-are-shown-instead-of-entitys-only-checks/3040)

<div class="topic-metadata">

**Author:** [@Itamar\_Shpak](https://discourse.sensu.io/u/Itamar_Shpak)\
**Replies:** 3\
**Last updated:** [December 4, 2022, 7:53am UTC](https://discourse.sensu.io/t/in-entity-page-all-checks-are-shown-instead-of-entitys-only-checks/3040 "2022-12-04T07:53:45Z")

</div>

Hey sometimes I have problem when Im checking specific entity page to see all it’s checks, but i see all events somewhat, adding screenshot as shown in picture Im in “sensu-go-03” entity page, but in events window i …

---

## [Multiple handlers not sending the notification to slack](https://discourse.sensu.io/t/multiple-handlers-not-sending-the-notification-to-slack/2998)

<div class="topic-metadata">

**Author:** [@Pradeep\_Kumar](https://discourse.sensu.io/u/Pradeep_Kumar)\
**Replies:** 2\
**Last updated:** [November 25, 2022, 10:23am UTC](https://discourse.sensu.io/t/multiple-handlers-not-sending-the-notification-to-slack/2998 "2022-11-25T10:23:15Z")

</div>

Im having issue with getting the alerts into slack channel when i use two handler Let me explain the issue I have one pagerduty handler and one slack handler When I use pagerduty handler + slack handler - The alerts a…

[Previous page](https://discourse.sensu.io/latest.md?page=1)

[Next page](https://discourse.sensu.io/latest.md?page=3)
