Comments
-
You could also play with frames/iframes as well. I had a custom page that I called to be my main page. something like main.htm called ltop.htm, lbottom.htm, ctop,etc... Nice thing about this is if you set it up right, each frame will reload in its own time, so you "top" map is never fully blank while reloading (which is…
-
I'm up to SP4 and the label "left or right justify" also appears to be messed up, causing the maps to be difficult to read. Can you log that or is there a fix? Thanks much
-
You could also look at SAM right?
-
you'd add a line under select statement like: ,'/Orion/NetPerfMon/NodeDetails.aspx?NetObject=N:'+CAST(Nodes.NodeID as varchar(256)) as 'DetailsURL' it really depends on what you are going to do with this. If this is going to be report in browser, I'm not sure if that works. if not, try: '<a…
-
get into task manager on NCM, edit the task to be run and click on actions tab. there you will see an action and detail. double click and you can cut/paste....i.e. Action -> start a program settings: program/script: configmgmtjob.exe Add arguments "D:\Program Files (x86)\SolarWinds\NCM\Jobs\Job-316458.ConfigMgmtJob" Start…
-
we use a series of custom properties across the objects (mute<objtype>). muteapp in this case at the appinsight application edit page... in alerts, first criteria is all exists: mutenode=0 muteapp=0 any exist blah blah thoughts to maybe get you started.
-
lets go another way for a minute...are all your interfaces being monitored by Orion? If so, it would probably be much easier to hit the interfaces table and get the info. Let me know.
-
it appears this is broken again in 11.5.2 HF6, core HF3
-
SSD downside: not so much any more, besides cost. The failure rates seem to be greatly reduced from when they first appeared. SAS over SATA will make a difference and within SAS, you have MCL and SLC, of which the SLC is better performance. We run all of those modules as well but are just starting full SAM deployment.…
-
dont know if this will work, but: http://solarwindsserver/Orion/DetachResource.aspx?NetObject=AM%3a${ID}&ResourceID=3189 where you see ${ID} - The ID needs to be replaced with the name of the ID column for the type of component check you are wanting to look at. I'm guessing it translated to 7452 for the example originally…
-
I have found that Load Balancing causes havoc when using this feature. if you are using LBs, try to hit the server directly.
-
Based on the naming, that would imply it could be tied to the VIM_DataStores table, which without testing/much research - might be tied to VIM_Hosts by the ManagedObjectID column, then you could use CUSTOM SQL alert on the "Virtual Hosts" table. pick a host and datastore in your environment and test tying the tables…
-
If I remember correctly, I had to manually create and set permissions for my SolarWindsNPM user when I moved from 2000->2005. FYI
-
here is the format for the selects to get yesterday at 1700 and today at 0700. use between clause. --This gives you yesterday @ 17:00 (select dateadd(d, -1, dateadd (hh, 17, convert(datetime, floor( convert(float,getdate()) ) )) ) ) --This gives you today @ 07:00 (select dateadd (hh, 7, convert(datetime, floor(…
-
Tried that and still overwrites it within minutes of polling engines coming back up.
-
It really depends on the table and target columns. if Orion has the potential to natively update it during the course of its normal operations, I probably wouldn't mess with it, or be sure to test it thoroughly. I mostly update into custom properties, though I now have SPs that update notes and thresholds. Gauge the risk…
-
The other option is to edit the dbconfig file for the module/problem area and comment out the troublesome section (this way you don't lose any data either).
-
there's several posts on where to put them and I'm not sure of the definitive answer, but it works for me if I put them in: \solarwinds\orion\network atlas\maps\netobjects\scaleable\<my company> I haven't tried using .gifs. Also, if using network atlas on a remote machine, I copy the images to that system as well. FYI
-
you are correct, sorry. I just ran through the job again and it does only allow filtering on those two fields. If you have a DBA, you could import using SQL, but I know that is not ideal. SW, can you mark this as a feature request? Given licensing/product differences with NPM/NCM, I think open filtering capabilities are…
-
This might be it, based on a search for pop-up graph:
-
Yea, I can't use those. I download each one individually from that additional polling engine download page ...speaking of senility...I actually called in last time to figure out where to download one of the APE modules... what's that smell???? BRAIN FART TOOT
-
hope it works, and please post progress/results. I'm sure others could benefit as well. Thx
-
I have not done a capture or tried to evaluate..Hopefully SW will chime in to be certain. I expect not - outside of the client keeping in contact with the LEM server, which should be minimal. With no connector, the agent doesn't know what logs to parse.
-
Has anyone come across this any more recently? I've gotten with F5 and they gave me a TON of OIDs to work with. My question is am I going to have to do this all under custom setup or is Orion capable of working with them a little better now?
-
a workaround might be to filter firewall & devices so they don't blow out list...
-
very cool, thanks for pointing that out zackm. Good to know, though these are not unique to each event are they? I think it is only unique to the AlertObjectID and that is used every time that particular object triggers that alert. i.e. put a note in for volume x alert on node y...it clears...it triggers again and that…
-
It also might be an ACL/policy issue, I'm pretty sure those count as drops. I know they do on a firewall.
-
I'm impressed it worked in writer...I came up w/ the stored procedure thing b/c I couldn't get case to work in writer...that might be why it doesn't work in web...not sure.
-
I think you'd have to hack up the rollup stored procedures for that area. I was looking at this for the IPSLA stuff, but didn't go far enough before changing directions.
-
I assume there is a reason you are not just sending the email to them when it alerts you... so you don't want the info/email to go out to your helpdesk when the original alert triggers, only after you ack the alert....hmmm. I'd look at escalation as an option. the only other way I can think to accomplish this automatically…