Skip to main content

Questions tagged [alert]

An alert is usually a notification message to draw one's attention.

0 votes
1 answer
28 views

Why don't I need to toggle the isPresented variable myself for an alert?

Am working with an .alert in SwiftUI with the code below. I found that I do not need to toggle the isPresented variable myself within the buttons' closures. Just need to make sure this is standard, ...
Bartender1382's user avatar
0 votes
0 answers
11 views

Coralogix dashboard for a Stuck Process (Not Completed in X Minutes)

I need to set up a dashboard in Coralogix to monitor stuck process runs, i.e., it has started but not finished within X minutes. The logs contain a process run ID (I can't predict this ID) and either &...
avihay ishai's user avatar
1 vote
1 answer
20 views

Custom notification is not displayed when received on the front of the ANDROID screen

I am trying to create a custom message and in all the situations it creates. The design is created only after the message goes to the Android notification thread, but in the first moments before it ...
Z Z's user avatar
  • 11
0 votes
1 answer
36 views

Scheduled alert rule created in Terraform doesn't work

I try to create scheduled alert rule in terraform. This is my code: resource "azurerm_monitor_scheduled_query_rules_alert_v2" "failed_alert" { name = "test&...
michasaucer's user avatar
  • 4,990
0 votes
1 answer
43 views

Confirmation dialog sometimes disappears after the second it appears

I'm having some issues with deleting list cells in swiftui when using a confirmation dialog. I expect that pressing the delete or swiping to delete would bring up the confirmation dialogue. However it ...
rhythmsticks's user avatar
2 votes
0 answers
59 views

'Leave site?' Alert Isn't Triggered When Chrome Beta is Launched Using ChromeDriver

I'm running tests on Chrome Beta and it looks like the alert functionality has stopped working. If the steps that trigger the alert are performed in a manually opened Chrome Beta browser, the alert ...
Kate's user avatar
  • 21
0 votes
1 answer
14 views

How to create rule in elastic having filed with epoch time?

There is an index having documents with Name, cluster, Expiration fields. Expiration field having expiry date but on epoch format (1738138757) and I want to create rule in elastic to alert 30 days ...
Naveen Kumar's user avatar
  • 1,390
0 votes
0 answers
28 views

Freebsd: devd.conf, how can I find the proper matches?

Anyone know where or how to find the needed matches for an automation inside devd.conf? I am trying to run a script when the pppoe goes down. This is what I have till now: Code: # Notify WAN 1 Down ...
PickOne's user avatar
  • 33
0 votes
0 answers
34 views

Banno Icon configuration for alerts/messages

Does the Banno platform allow the delivery icons to be configurable in any way? We would like to send push notifications with an envelope icon as opposed to the exclamation icon but it doesn't look ...
Ivan's user avatar
  • 1
1 vote
1 answer
111 views

Google Cloud absence alert greater than 24 hours

I am trying to setup an alert in GCP that will trigger when logs are missing for 48hours. I have a service that runs on a cron job on-prem, but submits logs to GCP when it runs. It only take a minute ...
Shane's user avatar
  • 421
0 votes
2 answers
77 views

SwiftUI Alert not displaying properly in a MacOS menu Bar App

I am developing a simple menu bar app on mac. It has a window containing a button saying "do something", of course, to simulate a network request. During said request, an error may happen, ...
Daniel Crompton's user avatar
0 votes
0 answers
98 views

cash register project freeCodeCamp

In the following code, the highlighted part does not get cleared. Although I have checked every element and type of element.Please suggest correction function changeReturn() { let price = 1.87; let ...
Rajvir Saini's user avatar
0 votes
0 answers
37 views

How to set search and alerts in splunk for these criterias?

I have to create a splunk search and alert which triggers a ticket creation event (managed by some other script in trigger actions). The criterias are - we get logs for hosts every 15 mins. we check ...
skiddaa's user avatar
0 votes
1 answer
34 views

How to show red alert text under the input if input value is not right. In reacts and Nextjs

<input aria-required className="bg-white text-black h-40px text-lg hover:border-blue-400 border-solid border-b-2 w-[87%] " id="&...
orgil naranhuu's user avatar
0 votes
0 answers
80 views

SupersetError(message='Errno 111 Connection refused')

I have setup Apache Superset-3.0.4 through docker. Now, I am trying to setup alerts and reports email, but I am getting superset_worker | A downstream exception occurred while generating a ...
Ritanshu Jayant's user avatar

15 30 50 per page
1
2 3 4 5
329