Comments
-
I would like to know this as well. This used to work fine in version past.. I think prior to 9.5.. Anyway, how do you make html tags work in reports again?
-
Never mind. I knew as soon as I asked I'd figure it out. Good thing here is I don't have to overwrite anything, I'm able to add them as new overlays!
-
I think I've accomplished what you are trying to do using Iframes.
-
I use this a lot. To use a SQL query in the trigger action you just wrap your SQL query in ${SQL: } eg ${SQL: SELECT Location from Nodes WHERE Caption = '${Caption}'} You can only return 1 value a SQL query like this, so for each set of data you want to return, you have to write a new SQL statement like that. eg Local…
-
Did you try regsvr32 for each from CLI? cd Windows\system32 regsvr32 /s expsrv.dll regsvr32 /s InnovaDemo1.ocx regsvr32 /s xunzip30.ocx regsvr32 /s xwpdlx20.ocx regsvr32 /s sqlunirl.dll regsvr32 /s xwpdlx20.ocx
-
I've found there's a couple ways to do that. This is the way I decided on. You will want to turn on ip route-cache flow on your physical WAN and Inside interfaces. That will cover all ingress and egress traffic for the whole interface (including all subinterfaces). ip flow-export source loopback # ip flow-export version 5…
-
I need to revise this. What I'm actually seeing is that all of the nodes that show up that aren't active are labled as Basic, and are for average response time. I don't have any basic alerts enabled.
-
Here's a solution I came up with for alert suppression.
-
The same thing happens to me when I have nodes reboot. I'm using 'last boot change' as trigger. Daniel
-
I've lost almost every custom thing I've done with Orion. Now if you had a Map tree and a single element on that tree is unmanaged or unknown, it makes the top icon Unmanaged or Unknown. Previously, it would be green, yellow or orange. If something is unmanaged or unknown I already know about it. I want to know real-time…
-
Anyone have any ideas?
-
Configure an alert to fire off an email to include the result of a query to count the number of events associated to your T1 dropping. eg {SQL: SELECT Count(*) AS Count FROM (Events INNER JOIN EventTypes Events_EventTypes ON (Events.EventType = Events_EventTypes.EventType)) WHERE ( EventTime BETWEEN 39812 AND 40132 ) AND (…
-
I have a similar problems where I have a couple nodes running a flav of linux. I get reboot notifications every once and awhile, but the node hasn't actually rebooted. I still haven't figured it out.