njoylif ✭✭✭✭✭

Comments

  • Let me take a step back and address the original question - flat out...no. You have to tie in your query using one of their object tables...for the very reason that you have to be able to tie it to an Orion object. I sometimes create an "External" node so I have a node object to tie a query to for alerting.. Now, for your…
  • what is specific issue, can you post screenshot or put txt here? basically, I take the specific column/table name and search the dbconfig file for the column name. I commented those lines for the specific column and ran the config wiz.again. sometime, i have to rinse and repeat a time or two past the first error, but will…
  • that is basically what I am seeing as well.
  • Yann I am trying to troubleshoot an issue and want to check logs for alerts, specifically around triggered actions. Where can I find this info? TIA!
  • Yea, I just went from 9.0 sp2 to 9.1 sp2. The only throuble I had was the NetPerfMon.exe process not stopping fast enough. Support said when the config wizard stops the service (monitor using Orion Service Manager). When it chages to stopping, kill the process (end task) in task manager. This will allow the wizard to…
  • There are a significant number of elements and nested maps. This is the way "THEY" wanted it :) There should be no local restrictions within the file structure (we haven't done anything like that) but I'll verify. I'll check with the server guys to see if they've got any policies that would change the folder/file…
  • try this to get you started. select p.uniquename, a.assignmentname, a.nodeid, count(s.status) as countOfStatus2, s.status FROM custompollers p left join custompollerassignment a on p.custompollerid=a.custompollerid left join custompollerstatus s on a.custompollerassignmentid=s.custompollerassignmentid where…
  • I got past the netflow error by re-installing the integration piece (yesterday eve). The error then changed to APM. I'm re-installing that guy now...done now, I get in...Thanks for the help!
  • good deal. Once you get one in place, it isn't too bad to replicate and re-map objects.
  • you have to look at the SWQL schema docs to figure out how to query correctly....I think... i.e.: CustomPollerAssignmentOnNode Orion.NPM.CustomPollerAssignmentOnNode Defined by relationship Orion.NodesHostsCustomPollerAssignmentOnNode (System.Hosting)
  • that's what that is for...duh :) no I haven't. So, basically, if I set that interval for 30 days what is the flow? 30 days of scans before sets to transient then next scan sets it to available? thanks and let me know!
  • I agree, both would have to apply. you just need to figure out how to properly NEST the criteria. anyone know how to accomplish this? I'll play with it when I have time, but.... :)
  • not off the top of my head. That's how I would have expected it to work, but I haven't used before. Mark W, any Ideas or thoughts?
  • Interesting. I haven't seen that problem yet, but I'll keep my eyes out for it. I don't have nearly as many nodes as my production environment though.
  • That sounds vaugely familiar but I can't find that setting anymore. However, there is a setting under Orion Polling Settings for Node Warning Level. It sets the number of seconds before Orion marks devices as down. I'm guessing the default is 120 seconds. It's at the bottom of the page under Calculations & Thresholds. So…
  • I'd go ahead and open a case with support if you don't have one already. you can also test from generic to specific to see how far you get... i.e., App -> ASP -> all warning/Error to ensure you are getting that source and alert works at that level start adding specifics...try by event ID and verify it triggers etc... I…
  • thanks :) it is one of my custom properties...only hostname for router without DNS.
  • open a ticket and have them check to see if it may be along the same lines as my ticket... case#140780
  • well...might have spoken too soon. AND/OR does not appear to reliably go in order (not working all the time). If I try to put both of the statements in per your suggestion, I get the error below...any thoughts on that LadaVarga​ ? tia!
  • Thank you, thank you, thank you!!! Got this to accept/work...single field "ticketEmail" but condition was and/or ${SQL:select ticketemail from APM_Applicationcustomproperties WHERE ApplicationID=${ApplicationID} AND Dept='RHPSAS' OR Dept='DataServices'}
  • I don't see any log files for that, only for MSI install. I do see all the maps,nodes,interfaces. I just launched atlas again to ensure no logs produced. I'm running win7 pro 64.
  • excellent. Thanks for the help all!
  • in NCM Console - I only see file -> export and it is greyed out. If i try to schedule a job, I also don't see where to do this. what is the "win32" app? is that NCM console? I need to export rules/policy from one NCM implementation to a second implementation. What am I missing... Thx much
  • Ha, you know, I was looking for where that feature was, but I was searching in UDT. Search engine is not picking that up. I'll check it out. just got it installed the other day. Thanks!
  • what do you mean by "load the map on a dedicated page"? Also, even if the maps are nested, why would that cause the system more cycles? I would think it would be easier because all it has to load at that point is a link to a map and not an actual object with all of its data.... Does it actually load all of the submap info…
  • It sounds like you are referring to the SNMP contact, location, etc... on a device. Try inputting that information into the device and rediscover the device after that is input. It should update those fields dynamically (on rediscovery interval). If you want a field that is not already set up like the SNMP things, you have…
    in EDIT COSTUM Comment by njoylif July 2007
  • is this something you guys are working on? I set both routing and switch polling to 90 min and I'm still getting the message.
  • I just resolved a major performance issue with SQL on a SAN. I have almost 20000 pollers across 3 polling engines and my SAN queue length for the drive/LUN is 0% 98% of the time (does dump so this is normal and good). I had HORRIBLE performance before as well. What I did to resolve was go into Database server properties…
  • Would it be possible to have the custom MIB poller grab the interface IP addresses and add that to the Interfaces table in the DB for the given InterfaceID? I've thought about doing this, but haven't gotten to that point yet.