Anthony

Results 17 issues of Anthony

### Relevant telegraf.conf ```toml [[inputs.http_response]] urls = ["https://example.com/test.php"] method = "POST" body = ''' {'fake':'data'} ''' response_body_field = 'test' ``` ### Logs from Telegraf 2022-03-17T15:46:48Z I! Starting Telegraf 1.21.4 >...

bug
help wanted
size/m

Hi, I have a custom state with a big number of minion in targets. My goal is that I try to extract only the states changed to avoid a big...

Hello, I have an issue when I want to use import_logs.py and I check "Only track visits and actions when the action URL starts with one of the above URLs."...

Enhancement

### Description of the change Add a sentinel managed redis master service. ### Benefits Clients do not need sentinel to use redis failover. Useful for clients outside of the Kubernetes...

verify
in-progress
redis

Hello, Since few month, we experiment this kind of issue (50% of time when we plan an upgrade (when the pod respawn) and 20% of time during a pod reschedule...

/kind bug **What happened?** Unable to use fargate for the efs-csi-controller: ``` │ Warning FailedScheduling 11m fargate-scheduler Pod not supported on Fargate: invalid SecurityContext fields: Privileged │ ``` **What you...

kind/bug

Hello, Since the upgrade from 0.54 to 0.64, there is a new attribute named profile_type_name. According to https://github.com/site24x7/terraform-provider-site24x7/blob/406b008d5a9d0a896d4b6cd6a3be61e522fc3298/site24x7/threshold_profile.go#L82, it seems more less a duplicate from profile_type. There is also no...

Hello, Any plans to add allow to suspend a probe via terraform? At this time, we can use https://registry.terraform.io/providers/site24x7/site24x7/latest/docs/resources/website_monitor to create a website monitor via terraform. The issue is that...

Hello, Any plans to add scheduled reports management via terraform? The idea is to create/edit/delete scheduled reports via terraform. Useful when we had a lot of monitors and that we...