Comments
-
try NodeID=${NodeID}
-
does it do this for any view you try to edit? perhaps try copying another view (not one you are currently having troubles with) and try adding resources to the new copy of view. Might be that view you are trying to edit got corrupted or something. Also, I'd suggest opening a ticket; and please post results/info here! Thx
-
not clear where you are setting this up...are you trying to do this through NPM, I assume? If that is the case, you have to tie the trap to a node or some base object. search for something like trap alert npm. ultimately, you'll probably select custom sql alert, use Node as base, then tie to trap IP, but there are a few…
-
If you are importing the VIPs, can you tag/use Custom Properties as you bring them in? I don't know of a way automagically... john.ta makes a good point about the F5, there might be some creative ways to do it around those virtual servers. I think any way you can accomplish this will be custom work. Our process is manual,…
-
top right of "application page" for server click on "EDIT APPLICATION MONITOR" -> top should show application name -> on server xyz go into the specific component check you want to tweak and click "override template" on right side. This will allow you to set.
-
I'm no expert... but I think you are going to have to do this with 2 separate queries. One would be per device - maybe grouped by location, a second by anything given the location. I tried to do something with data in/out of datacenter like this doing per pipe and total...ended up using 2 queries. But, I may be wrong, so…
-
Hello james.w.troy, did you ever get resolution to this?
-
you can actually do this already. There should be a radio button "search config file/block" -> select block. if fastethernet on cisco - here is example config block start: interface Fast.* config block end: ! it will run the search for every block of code the above matches.
-
try extrapolating from this or just try adding count(*) to the bottom of your query to get the #: Nodes.NodeID, Nodes.Caption, Interfaces.InterfaceID, Interfaces.Caption, Interfaces.OutBandwidth, Interfaces.InBandwidth, COUNT(*) FROM (InterfaceTraffic_Detail INNER JOIN Interfaces ON (Interfaces.InterfaceID =…
-
there is a great PDF discussing advanced alerts and includes suppression. under Forum - Orion Family -> Alert Lab Here is link:
-
I think I figured this out, at least in part...using getdate() and DateAdd....The WHERE clause with HostName was to limit results for server crunching conservation. This report gives me the last 7 days of MAX and AVG for interfaces on the Nodes. Needs much work, but got over the date Hurdle. SELECT…
-
PING test points for HSRP addresses at remote sites which gives me "customer experience" info.
-
For us, we don't back anything up on the additional pollers. They are on VM, so we can do a snapshot, but typically I don't bother. Everything needed is in the DB. So if a poller goes down, we just rebuild the machine, then you will have to reassign all of the pollers to that system. Running the failover engine would (I…
-
I have 3 addt'l pollers and 3 additional web servers. I didn't have any upgrade problems save for 1. one of my web servers install failed, I re-ran the config wizard and it went through no problem. RC 4 is out now. FYI good luck.
-
doable, but SQL and ugly...This is because you have to take into consideration the core template, whether overridden or not and if both are blank. below SQL gives you x of y polls html part adds prior, the frequency of polling -- replace '' with your defaults like 300 sec something like: select Criticalpolls= CASE WHEN…
-
not sure if this would prevent anyone from getting to other things if they knew the proper URIs, but [OR if this is the best way]: copy the top 10 view and associated files (save originals off) edit them so there are no hyperlinks OR create custom reports for any given section and add those reports (without the hyperlinks)…
-
you should be able to click on the edit button top right and there should be a section for filtering that is SQL based. not sure about the NCM piece, but can do that for typical Orion pages.
-
I know it won't automatically select new interfaces for monitoring, but it would be nice to have some options in this area!
-
can you let dev/etc.. know that the alert shows up everywhere. I would not expect that alert to show up on the node details page of some other device. thanks
-
something else to consider is to work with SW to upgrade the 500 count to SLX or something, you would certainly get SOME credit for the license. I agree, though, I wish they had different licensing when it comes to SLX because we have 18000 pollers across 3 SLX boxes. I'd like to be able to spread out further for various…
-
we have 4 additional pollers. To the best of my knowledge and in my experience (SW, keep me honest - ) I only send traps to the main engine, and only VERY LIGHTLY poll from it (firewalls mainly). - if you send traps to both, i'm pretty sure that trap will be input into the DB 2x. Traps do not affect polling in any way…
-
search the forum and check the docs for latest. It used to be around 8000 elements per polling engine, but there were a lot of variables that affected that. Now they've got the system doing the calculations and if you look at the "admin" -> polling engines link, it will tell you what % capacity you are at for the number of…
-
there is an interface on that system that is down down, and you have that object set to "show child status"
-
I've got them all over the place... Mute(Object) - allows me to not alert, while still monitoring (feature being worked on currently - natively - woohoo) BHOnly - bit - allows me to alert only during business hours (static 7a-8p currently) Dept on all objects - we email ticketing system and this allows me to assign to…
-
I think you named your custom properties field for the ISP - "ISP". assuming this is correct you would edit like so: Trigger actions- Execute program : orion1.cmd "${AlertName}" "${Alert}" "${AlertTriggerCount}" "${NodeName}" "${IP}" "${ISP}" "${Status}" "${AlertTriggerTime}" "${Node.PercentLoss}" "${NetObjectName}"
-
Anyone got any tips as to how i can create a new custom page to view just these charts without losing my Summary Home page? create a new view with a bunch of custom resources added to it. then link your resources (multiple link charts) accordingly.
-
that doesn't make sense to me... this is what I do when troubleshooting alerting. customize the name of the alert with something easily identifiable in the alert message, add alertname: ${AlertName} when the alert triggers, you can validate this alert is the one triggering. Your logic should read though: trigger alert when…
-
without being knee deep in this... select unique(<whatever>) from <your query> join nodes n on d.nodeid=n.nodeid or select * from discoverednodes where nodeid not in (select nodeid from nodes) off top of my head...
-
its really not bad. shut primary down, bring new box (IP/NPM) up. This registers the new engine with the DB. You will need to migrate all of your objects to the new poller (has different engine ID in DB as registered in last step). To do this, all polling engines have to be shutdown so DB corruption does not occur, so…
-
what do the system resources look like just after reboot and after the hour when this error occurs?