Questions tagged [alerts]
446 questions
1
vote
2 answers
Non-Modal Notification Box from batch script
I would like to have a non-modal alert box called form a batch file. Currently I am using vbscript to create a modal alert box:
>usermessage.vbs ECHO WScript.Echo^( "Generating report - this may take a moment." ^)
WSCRIPT.EXE usermessage.vbs
But I…

pc1oad1etter
- 8,549
- 10
- 49
- 64
1
vote
2 answers
Status Message After Password Reset
All this code works just fine except when the password is updated. I am not getting the status message that password is updated once Auth::logout() is fired and returned to the login screen. It does change the password but no message. If there is…

ToddM
- 79
- 1
- 8
1
vote
1 answer
Having trouble with javascript alerts
this is for class so the actual content of the page doesnt actually matter. for some reason, my alerts just aren't showing up. ill paste my code.
//Evin Round
//01-19-2022
//Story Time
alert("Today, we will be making a story together. I will need…

Danna94
- 41
- 5
1
vote
0 answers
how to use two grafana notification policy with multiple labels
I have grafana setup, and want to set a policy to get all the alerts generated for the namespace "myapp", However, I want to exclude alerts which are generated from the cluster "test-cluster".
below is my label…

SHC
- 487
- 1
- 6
- 19
1
vote
0 answers
Calling REST API on splunk alerts and incidents using Postman
I am trying to fetch Splunk alerts, incidents data using GET with Postman. I am getting an HTTP 200 response, but the response is in HTML format with the following error:
"Splunk relies on JavaScript to function properly. Please enable JavaScript…

Lakshmi S
- 23
- 2
1
vote
0 answers
Creation rules with kibana alerting
We are trying to start to use the rules and connectors of kibana to alert us when we have a high temperature. We already ingest the data from csvs files with logstash.
The problem is that we can choose the index to create the rule with elasticsearch…
1
vote
1 answer
Unit test for z-score with Prometheus
I have been experimenting a lot with writing unit tests for alerts as per this: https://prometheus.io/docs/prometheus/latest/configuration/unit_testing_rules/#alerts-yml
I have some simple cases out, but now I am tackling rules that are less…

panza
- 1,341
- 7
- 38
- 68
1
vote
0 answers
Swift iOS - Testing for Alerts UIAlertController
I'd like to do some testing on an Alert, UIAlertController. This is what the testing looks like:
class TransactionsListViewControllerTests: XCTestCase {
private var viewController: MockTransactionsListViewController!
func…

rainerwolfram
- 31
- 1
- 3
1
vote
2 answers
alert message when login is false in node js
I am new in node js trying to send Alert messages on screen iF user added the wrong credentials .Problem is , It through an error that Alert isn't defined .
if i send same message through res.send then it work without any error but I want to show…

ABDULLAH Moiz
- 11
- 1
1
vote
3 answers
Selenium Webdriver: The method alert() is undefined for the type WebDriver.TargetLocator
I am trying to handle alerts using Selenium Webdriver, according the selenium documentation the correct implementation is:
Alert alert = driver.switchTo().alert();
However I am getting error message The method alert() is undefined for the type…

David Cunningham
- 957
- 2
- 12
- 22
1
vote
1 answer
Get metric name in Prometheus Alert
I am setting up a Prometheus alert that will alert on several metrics.
It will look something like this:
metric_x > threshold or metric_y > threshold or metric_x > threshold
But if this alert goes off, I would like to include something in the…

ndrb
- 91
- 2
- 8
1
vote
1 answer
What does IAlertNotifyHandler's OnNotification() return value do?
BY now I've created a number of custom alert handlers for SharePoint 2007 using the IAlertNotifyHandler interface. Using this interface you have to implement a method called OnNotification(), which has the following signature:
bool OnNotification…

LeonZandman
- 3,054
- 6
- 29
- 26
1
vote
0 answers
Creating an Alert tied to a Screener which only paints a square not tied to chart price
I'd like to create an alert based on the appearance of the colored-squares painted by this section of code in the amazing TradingView screener, BEST ABCD pattern Screener - https://www.tradingview.com/v/a9oPe2pW/
plotshape(s00_bull or s00_bear ? 0 :…

KJK
- 11
- 2
1
vote
2 answers
Is it possible create OpsGenie incident (not alert) by Java API?
I am trying integrate Camunda spring boot app with Opsgenie space of our project. After adding Java SDK as the dependency, it's possible now to create alert to the Opsgenie project. But i need create incident (it is the type of alert as docs say),…
user17255776
1
vote
0 answers
Google Cloud Platform - Alerts not triggering
Im trying to set up monitoring in Google Cloud Platform , where if I get one type of log for more than 50 times in 1 hour , it should trigger an email .
Alert configuration that I tried setting up :
"conditionThreshold": {
"aggregations": [
…

Siva
- 11
- 2