Comments
-
I just tried that, but Orion1 is not seeing the JNPR devices that are being polled by Orion2 Guess I'm not clear on what you mean by "Orion1"? are you hitting the web server or in the systems manager?
-
How can I word my initial request differently to help them understand? I thought this would have explained why that suggestion doesn't work: alternately, currently, if login information is "user", the enable level and password can not be changed. even if I were able to select "login information -> user" and change those…
-
One thing I got out of support from another issue is I created a job (batch file) that deletes all of the *.tmp files and cleans out the temp folders every night. This increases performance as well.. FYI
-
I know you can design it so it doesn't have the scrolls, you need to know what resolution they will be using and design it to fit. As far as getting rid of the tabs and modules part, I don't know. Check customizing views, or maybe someone else will chime in. I set my background maps to fit a 1200x1600 res screen and there…
-
so just for my own knowledge growth would this by the type of place I could use SWQL under normal circumstances? if triggering on APM: Application, would i then just use the "name" for the defined relationship I needed? Thanks for the help.
-
tdanner, any updates on the docs for the 11.5/SAM 6.2 (new alerting system) for SWQL? Perhaps the documentation is bundled into the existing v1.10 package ?
-
I *LOVE* that reference doc and should have looked at it first...yep, no nulls on either side. Thanks for keeping me honest.
-
I think it would be something like: USE NetPerfMon Update Nodes SET Interface.PollInterval=xxx, Interface.StatCollection=yyy, Node.PollInterval=zzz, Node.StatCollection=aaa FROM Nodes INNER JOIN Interfaces ON (Nodes.NodeID = Interfaces.NodeID) WHERE ( (Nodes.Site_Type = 'HQ') AND (Nodes.CommonName Like '%WAN%' ) if it…
-
old post but still very valid...I've been getting my a@# handed to me b/c of group policies... script execution. cd into %%solarwinds\orion and run your command from alert to see if works. if issue: C:\Program Files (x86)\SolarWinds\Orion>APM\Powershell.exe -file "D:\scripts\myProg.ps1" File D:\scripts\myProg.ps1 cannot be…
-
I'd put this in as a feature request...great idea
-
had same problem, opened a ticket, got resolved...see below (ticket # 113245) - Simply run the following query on your Orion Database: DELETE FROM Views WHERE ViewTitle LIKE 'Netflow%' Then re-run the configuration wizard on the database. This worked for me
-
I see what you are saying. I'd probably open a ticket with support. Please report back your findings.
-
my install was jacked due to the way I originally installed (main on other machine besides NPM, then moved to NPM). resolved by uninstalling all UDT and dropping tables, rebooting all systems, then installing again.
-
big help, thanks!
-
I look at it as a way to uniquely identify the object by combining the object type and object ID together; since the table has all types of objects and the IDs may be duplicated i.e. interfaceid 100 and nodeid 100, I:100 and N:100. I think derhally was going for the "translation"...you get what table to match the ID to…
-
easiest way is to do a ping test to the IP on the far side of the tunnel interface (ICMP only)
-
glad to help. I did put a feature request in for them to port NPM's reporting into NCM so we could do custom SQL....down the road!
-
yea, Orion would be fDB (master source) for the gear you pull from it and depending on the uCMDB, it should provide you with the capabilities of adding/updating/deleting CIs based on criteria you set up. For that, you would have to dig into the uCMDB package to find out more. But they all have ability to tie into and…
-
assuming this is on one poller, you have way to many polls for one polling engine. SW recommends under 8000 per polling engine. I have about 18000 polls across 3 machines and it works like a champ. I think I saw in 9.5 that the poll tuning is done automatically, but you might want to check that as well.
-
yea, that's my issue too. Don't have any there. great idea though. Anyone please post if you know/get this info... Thx
-
go in and set it to reserved, add some comments perhaps on what should be taking it, maybe a date...I have custom properties for assigned by; date assigned; etc.. when the system comes online and IPAM scans the network, it will go from reserved to active.
-
best way to learn is to blunder forward with tidbits to help steer. the F= is optional - Format. I can't remember what the N and M stand for, but N defines the "source", i.e., alerting,SwisEntity,General. M is the table structure (best easyspeak term, I think). if you install the SDK, it has the Schema reference, or open…
-
Let us know if LubomirKrausko's code worked. what I suggested is SQL. if you replace the variable part ${} with a valid volumeID (select * from SRM_VServerToVolumesMapping), then you can test in management studio. swap out 1205 with a valid volume ID to test. This is what SQL would look like using the case statement for…
-
custom HTML block is probably easiest, though you could do either. Custom HTML block will show up on the page(s) you add to where custom property will not unless you display that custom property specifically.
-
I ensure that any alerts I'm interested in reporting on are [trigger action] NPM Event logged with desired info, then I just query the events table with appropriate WHERE criteria
-
it's blank for me now as well...Network_Guru must have had image on a remote system and no longer avail.
-
Worked like a champ. thanks
-
not sure about 11.0.1 and the DB schema, but you can try this...test with the select part first and always backup your DB before doing updates. email_addr_chg_alertDefinitions.zip
-
hmmm... Try starting with this query, select * from Actions a WHERE ActionID IN (SELECT ActionID FROM ActionsAssignments where ParentID IN (select AlertID from AlertConfigurations where Name like '%Customer Name%'))
-
glad to hear :)