简体   繁体   English

如何从Web监控中删除sensu客户端

[英]How to delete sensu client from web monitoring

Hi I am trying to delete sensu client from monitoring, I have removed the sensu pack and folder from client, still its not reflecting in web monitor, I tried curl and direct removed from the web monitoring still no go. 嗨,我正在尝试从监控中删除sensu客户端,我从客户端中删除了sensu包和文件夹,但它仍未反映在Web监视器中,我尝试了curl并直接从Web监控中删除了。

I have googled and tried deleting redis keys from redis-cli and still no go, the particular client is showing in web monitor, please guide me on how to delete it from monitoring. 我已经用谷歌搜索并尝试从redis-cli删除redis密钥,但仍然没有成功,特定的客户端显示在Web监视器中,请指导我如何从监视中删除它。

curl -s -i -X DELETE http://<sensu-server>:4567/clients/<client-name>

The above will delete the client from sensu. 以上将从sensu删除客户端。 This information was obtained here: Clients API - Sensu Docs - https://docs.sensu.io/sensu-core/1.4/api/clients/ 在这里得到这样的信息:客户端API -扇子文档- https://docs.sensu.io/sensu-core/1.4/api/clients/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM