Comments
-
as a workaround for you (its our security model): use AD groups as a way of controlling your users and that way you can limit those "admins" to have rights to manage those security groups.
-
hello mate, we have a similar scenario except instead of users we have security groups with multiple users in it. I was wondering if you used the custom roles (and power user) in each of those users to manage the visibility. If so were you able to perform discovery scans of subnets, import\export function?
-
I just had a similar issue at setup. I've tried a few different things but in the end I turned on TCP (as opposed to UDP) and used that to forward logs instead and it started working like a charm. I then turned TCP off and switched back to UDP and it seems to be working okay still. give it a go.
-
Hello Richard, may I please know where I can find the autogenerated reset conditions?
-
my 2cents understanding is that I dont believe its scheduled scan, its a one time to get information of the subnets from the routers, instead of importing from excel or what not. I would like for someone confirm this or otherwise.
-
from my understanding the IPAM doesnt use Additional Pollers and scans from the primary server where applications are installed
-
heya, I am trying to execute a pollnow on the nodes but i keep getting these errors? this is my PS code: Invoke-SwisVerb $swis "Orion.Nodes" "PollNow" @($NodeID.ToString()) tried it in SWQL same problem. - <Fault xmlns="http://www.w3.org/2003/05/soap-envelope"> - <Code> <Value>Sender</Value> </Code> - <Reason> <Text…
-
I was wondering if this works on appinsight? and if so how can I pass a parameter such as the instance name?
-
I believe you have to select this on the individual subnet\supernet to enable\disable the scans.
-
Just thinking out loud here, since agents are for windows, we should be getting CPU and memory stats, so if we find that there were no stats for the past 30mins then we know the agent is down? only problem is that I do not know exactly what table to look at for this information just yet, will report back once I have it or…