Comments
-
Unfortunately, splitting the instance isn't an option...I'm going to just come work at your job
-
I will absolutely look into that. Are your A and B users able to make changes to nodes/alerts/configs and thus the database?
-
Thanks....Ill reply again with my results.
-
the group creation is actually a really helpful option, however, I need the alert to poll for both ports on 14 separate nodes. So if node A has a failed port 10081 and node B has a failed port 10082 the trigger conditions will be met and send a false positive. Do you know of a workaround to only alert if BOTH ports are…
-
Actually this worked ...Thanks
-
this worked perfectly and also included nodes as well as app/URLs from SAM...thank you.
-
The report works but its a ton of information. The node names and IP aren't terribly important for this particular report. I need it to look like this if possible by way of OTB reports or SWQL Number of Nodes at (Custom property location) | Number of Nodes Down at (Custom property location) | Percentage of Nodes Down at…
-
No dice on this one but the first line worked. Ill go with that one. Appreciate it.
-
I need All Nodes or Applications that triggered 0 Severity Alarms along with that Objects IP if available
-
Im using it directly in the report it self. At this point Im assuming I am missing some valuable piece of information.
-
With the Group Member Aggregate script, what do i need to change in order to produce the same graph but 1 for current stats, 1 for 7 days , and 1 for 30 days?
-
I have the Nodes grouped properly by location, however, I was looking to get back a numerical count of the criteria rather than the criteria itself. for example: Here's how the report returns now vs how I need it to return New Jersey Nodes | New Jersey Nodes Down | Percentage of New Jersey Nodes Down Node Name ANode Name…
-
You may have made my life super easy! 1 question though: how can I pull more than 1 custom property in this section?
-
BINGO! Appreciate it Zack. (bonus, any way to have the IP's listed in the data columns?)
-
ahhhh limitation you say.......wow the one place I failed to explore. Thank you very much. Just resolved my issue.
-
*Then (not they)
-
I go to Manage groups, choose my group and they customize the NOC view...but i end up changing the default view for all groups that dont have a custom view already assigned to them.
-
Ive got all the custom HTML and Tiles figured out, but I'm missing a step or doing something wrong.....when I create the custom view for the dynamic group i created, I change the view for all default group summary views. Any advice?
-
I found them if any one is iterested: RSRP - Reference Signal Receive Power - cwceLteCurrRsrp OID 1.3.6.1.4.1.9.9.817.1.1.1.1.1.1 RSRQ - Reference Signal Receive Quality - cwceLteCurrRsrq OID 1.3.6.1.4.1.9.9.817.1.1.1.1.1.2 SINR - Signal-to-Interference plus Noise Ratio - cwceLteCurrSinr OID 1.3.6.1.4.1.9.9.817.1.1.1.1.1.4…
-
This is what I have that fails in the content editor when building the report: SELECT a.*, n.IP_Address FROM dbo.AlertHistoryView a JOIN Nodes n ON n.NodeID = a.RelatedNodeID WHERE Severity = 0