Comments
-
That is good to know, I have maintenance tonight. Why these options are not under "Manage Alerts" is a little odd to me. But at least the option is there.
-
StepsWithStatus works great, is there a way to also include the step duration with these as well? That would be the most useful to know if it went into warning because the Website took .5 seconds longer or its taking 40 seconds longer to load.
-
This might be a simple task but how did you add the Search function at the top right of your site?
-
I know this is an old thread but just thought I'd share we have something similar setup in our environment. Drives less than 100 GB appear at 10% available. Drives between 100 GB and 1 TB appear at 5% available. Drives over 1 TB appear at 3% available.
-
Did you ever find how to set this up? I'm looking to setup the same type of alert and am having trouble deciding how to set it up. I would expect there to be a simple way through the standard alert selection. If not a Custom SQL alert can be written for something along the lines of: (just my thoughts below this is not how…
-
CDowning I was able to get this working based on a percentage. Setup Alert as Custom SQL Use this as the alert query JOIN Nodes ON Volumes.NodeID = Nodes.NodeID JOIN( SELECT NodeID ,VolumeID ,CONVERT(DateTime,Floor(Cast((DateTime) as Float)),101) AS SummaryDate ,MAX(PercentDiskUsed) AS MaxPercentDiskUsed FROM VolumeUsage…
-
I have been trying to turn this into an Alert as well, I was using percentages rather than a certain size. I have a SQL query another user helped with and I edited a bit that can tell for any drive using more than 50% of it's capacity if it grows by more than 10%. If you wanted I suppose you could change the date to -7 and…
-
Did you ever get this figured out? We poll a wireless controller which has about 20 locations I am trying to filter and create a view for each. The WAP's are polled from a single NodeId which is the controller, but how do I filter by WAP name? Something like: idkWAPNameSyntax like 'sitename%'