Questions tagged [alerts]

446 questions
3
votes
3 answers

Set stackdriver alerts for specific error messages

Cannot find a clean way to set Stackdriver alert notifications on errors in cloud functions I am using a cloud function to process data to cloud data store. There are 2 types of errors that I want to be alerted on: Technical exceptions which might…
Prasad Sawant
  • 205
  • 1
  • 15
3
votes
1 answer

Prometheus does not push alerts to AlertManager

Although Prometheus says that the alerts are fired, my alert manager does not receive any alerts. It says "No Alerts". This is just for testing purposes in my local machine. Here is my prometheus.yml --- rule_files: -…
schuma
  • 47
  • 1
  • 4
3
votes
2 answers

Send SharePoint Alert to Public Folder in Exchange

I created a list and setup alerts that send to several individuals when a new item is added to the list. However, I have one additional requirement to have an alert email sent to a Public Folder in Exchange. The folder is setup with an email…
Josh R
  • 33
  • 5
3
votes
3 answers

Why doesn't Handler trigger alert as expected?

I need my app to trigger an alert a specified amount of time after a user presses a button. The documentation makes it look like Handler is what I need, and usage appears to be brain dead. However, I'm finding that despite using postDelayed, my…
Kyle Banerjee
  • 2,554
  • 4
  • 22
  • 30
3
votes
2 answers

Java Alert Framework

Are there any "Alert" (or Notification) frameworks in Java out there. In my web application I would like our users to be able to configure which (of the available alerts) they would like to receive and in which (e.g via email) form. As a simple…
a-sak
  • 1,320
  • 6
  • 21
  • 33
3
votes
0 answers

SweetAlert-iOS in Objective-C

I'm trying to use this great library https://github.com/codestergit/SweetAlert-iOS I'm managed to use it in Objective-C (it's coded in Swift) but is not working. My code is this. SweetAlert* alert = [[SweetAlert alloc] init]; [alert…
MarBVI
  • 811
  • 2
  • 12
  • 34
3
votes
2 answers

How can I set up an alert that appears at all times?

Right now, I just want some sort of indication of battery status when the user access the apps. For example, if the device is plugged in, then the device should say charging and the level it's at. If the device is unplugged, nothing should be…
Kala J
  • 2,040
  • 4
  • 45
  • 85
3
votes
1 answer

Alert Popups from service in Python

I have been using win32api.MessageBox to do alerts, and this works for apps running from the interactive prompt and normally executed code, however when I built a Python service when a MessageBox is triggered I can hear the 'beep' but the box does…
UnkwnTech
  • 88,102
  • 65
  • 184
  • 229
3
votes
4 answers

How to switch back to main window after handling alert in Selenium Web Driver

I have to write a selenium automation test script , where test has to create a template that fills up Generalize data in form and enter specific details manually(trying to wait here till manual entry is finished) and then click on SAVE button.…
Mitaleek
  • 33
  • 1
  • 2
  • 5
3
votes
1 answer

tfs project alerts

the 4 project alerts in TFS are good but I need some more of mine in them. The important one i want is when i create a new bug in TFS i want an email to be sent out. Is there a way i can create a new alert in the project alerts? If so how?
sinie
  • 31
  • 1
  • 2
3
votes
2 answers

List all Alerts within a SharePoint site without using the SharePoint API?

Is it possible to get a list of alerts for ALL users within a given site? After messing with the GetAlerts method in /_vti_bin/Lists.asmx, it seems it always executes in the context of the user who provided it with credentials, and will only return…
Kit Menke
  • 7,046
  • 1
  • 32
  • 54
2
votes
3 answers

Using Jabber to send network messages

(Also asked over on ServerFault, where I was advised to post it here too) We have a requirement to send desktop alerts to various users (compliance, production) across a network when other users have submitted content online for a report. At present…
fourstar71
  • 151
  • 4
2
votes
3 answers

Scraping RSS scraping system

I am relatively new to python only about 2 months of learning mostly by myself and loving it. I have been trying to design a program that will scrape text RSS feeds from the National Weather Service but I have no idea where to start. I want…
Twisterkid34
  • 165
  • 1
  • 2
  • 11
2
votes
2 answers

How Can I Automatically Add Google Alerts Using Python Mechanize

I'm aware of a Python API for sale here (http://oktaykilic.com/my-projects/google-alerts-api-python/), but I'd like to understand why the way I'm doing it now isn't working. Here is what I have so far: class GAlerts(): def __init__(self, uName =…
sequenceGeek
  • 767
  • 1
  • 8
  • 20
2
votes
2 answers

Azure alerts for key vault certificates

I am trying to set up alerts for key vault certificate expiration. So I get an azure alert say when the cert is about to expire in X days. Many thanks