-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hey gurus,
I am looking to create a macro to alert me when a cell's value changes. The cells in this particular column can have values of either "OVER" or "UNDER". I would like to write code to alert me via a popup (Message: "Cell A crosses under(over)") when the value changes.
Thanks,
patrick
>>> More
-
as seen on Simple Talk
- Search for 'Simple Talk'
In my previous post, I introduced the SQL Monitor data repository, and described how the monitored objects are stored in a hierarchy in the data schema, in a series of tables with a _Keys suffix. In this post I had planned to describe how the actual data for the monitored objects is stored in corresponding…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
So my setup:
Services are shared between all hosts (CPU/RAM/Disk/Services).
Hosts are split into two main groups: "Production" and "Development".
We have two contact groups: "Production" and "Development".
Lets say my development SQL server runs low on RAM, I want it to only alert those in "Development"…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
i using shinken for my monitoring system. Now, i have a problem when i configure shinken notification. My purpose is to discriminative between notification for warning state and critical state of check service:
with warning state:
+ time to send alert from 8h = 18 h everyday, via email and sms…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In my application when user logs out the browser is closed. And on browser close I am throwing an alert. Now what I want is if I directly close the browser window alert should come but if window is closed through logout alert should not come as I have shown another confirm message of logout.
…
>>> More