Comments
-
For the benefit of those searching this later, I solved it using a variation on what @chad.every offered me. Using what he supplied I was able to track down that after adding the Credentials in the Credential for Monitoring line, then in the powershell script I could use: $c = Get-Credential -credential ${CREDENTIAL}…
-
I did consider this sort of approach, but my main concern is that since I have around 30 servers across 5 instances to deal with, the maintenance would be a problem. Ideally I'd like to find a solution that I can maintain from a single place.
-
I was passing them directly from the arguments line. I had assumed (perhaps wrongly) that the Credentials for Monitoring line was about the credentials needed to run the script (ie. since it's a local powershell script, the user needed to execute the script on the Orion poller). But if I can give it the credentials that i…
-
I'd be really interested to know if anyone has gotten this to work correctly? I can get the list resources list from the job using GetListResourcesResult no problem, but I have not yet managed to convince ImportSelectedListResourcesResult to actually import resources. I've even tried simply taking the entire resources list…
-
I'm good. @"lorenrichardson" 's response above indeed got me what I needed, which basically matches what you're saying - you have to update the entries in-place without changing anything else and return the entire stack for it to work correctly. Once I did that, I got results. :) Many thanks!
-
I'd be interested to know about about what the much easier method is?
-
Many thanks. I'll pour over these and see what I can do with it. :)
-
Heh. Fair enough. Going through that example now. And I have also now upvoted that feature request. :)
-
I could probably work with either Network Sonar Discovery or with discovery without auto importing and using a custom SQL job to ignore the items I don't want. If I wanted to try to code a custom SQL job, any chance you're able to just point me in the right direction as to which tables I want to be digging through and…
-
If there's an ignore list, I can certainly work with that. (I'm quite new to Orion). An ignore list would very much work for my purposes. I guess I'll go digging to see if I can figure out where to add to that.....
-
Indeed I did try this earlier, but none of the data in those tables updated when I tried doing discoveries. When you have an opportunity to take a look, I'd be super appreciative. :) I'll keep digging in the meantime.
-
Fair enough. Any chance you might be able to tell me which tables you're looking at to get the discovered items list? If you'd be willing to share the swis queries you used that'd be awesome, but I'll take what I can get... :)
-
Hmmm.... From what I've been able to discern (I'm fairly new to Orion) it seems that Discovery discovers info about the server, but doesn't get filesystems nor interfaces. Am I misunderstanding? it appears I need to do ListResources to get those....
-
Many thanks. It turns out part of my problem was a typo with my format on the poller names (long story short, I had some bad translation happening that ended up having them with underscores instead of dots). That's helped - now ICMP starts responding right away, though it seems to be arbitrary as to if/when they might…