Comments
-
Thanks dgsmith80 for your help. So I've already done step 1. In fact I've already tried creating 2 new users and I'm seeing the same result (both are Orion individual accounts - havent tried AD yet) The users themselves created entirely new reports from scratch, set the report to run as themselves in the advanced dropped…
-
Thank you for that tip! I say bunch but I didn't mean anywhere near 400 or 1000. Looks like right now I'm only at 57 total comprised of about 2000 servers. We're using the groups primarily as a means for storing the email addresses associated with those devices so when an alert triggers on them it goes to the email…
-
Thank you mesverrum. That being said, it sounds like implementing a top X wouldn't work to get results from all interfaces in the last hour because its only taking the top X from the table and then doing the hourdiff on those? Basically my question is, does the TOP X happen before the hourdiff or after?
-
Awesome! Glad I could save you a call to support! Ours has been stable since we followed this procedure as well, fingers crossed it stays that way.
-
I don't know if anyone understands what I'll call the "alert polling cycle" however I do hear what you're saying as youll see in the below example but I have never found that to be the case (your 6 minute example) What I really wish you could do is just attach the alert's eval frequency to the polling cycle.…
-
Have not; and support had been fantastically un-helpful!
-
danbran, unfortunately I haven't been able to find any documentation on this myself. I started with a "Custom Table" resource and adding it to my view. Then what I did was take the location of the images on the Orion web server (default I believe is /Orion/Images/StatusIcons/) and inserted that into an html image tag…
-
ioan_bucsa, what we're referring to here are the inability of traps to raise Advanced Alerts. You can't even write to the netperfmon log... There is a clear distinction between traps and Advanced Alerts, something that is supposedly being worked on to bring the two under one umbrella. There are numerous workarounds…
-
I've currently got a case open with support as well, this seems like an escalating issue. He suggested that TLS is off on the servers where its not working, however upon looking at the server where it is working TLS is also off on that one, so I don't think solarwinds has a good handle on the root cause yet.
-
I no longer work for the company where I did that. But I can tell you that I didn’t modify anything that solarwinds wrote because than any updates to the integration app would likely break any modifications. If I remember correctly the swiapi scripts are just “script includes” in ServiceNOW. Hope this helps.
-
This happened to me today after I removed the Virtualization menu bar... and now the entire website is completely broke I already re-ran config wizard with no luck. How do you "remove the website"? Just delete the directory in inetpub? Sorry, I'm not an IIS guy....
-
We sure did! 1273232
-
sean.martinez, thanks for the reply. I follow what you're saying, which is why I submitted a case, 994899 and they've confirmed that the MIB I submitted from Lenovo is the one that is being used in the SW MIB DB. Before the mib update, we were getting traps with OID numbers. After the mib update we were receiving traps…
-
omar88 - nothing!! zip zilch, nada! I've had a case open with them for a couple months now and I keep asking for updates. It seems like its going in the direction of a bug and theyre working on a hotfix.
-
thanks @mesverrum for your input. I hear what you're saying, but this new query with the join first on the interfacetraffic table works flawlessly everytime where the old one on the nodes table first would fail everytime. My reporting guy is also reporting the same. The interfacetraffic table really was the only one we…
-
Thanks tdanner. I couldn't get those 2 options to work on my query because SWQL studio times out before I get results (I do have the timeout set to 10 minutes I believe). But, it does run when I filter the query down: select N.Caption as DEVICE_NAME, N.IP_Address as DEVICE_IP, 'InPercentUtil' as PARAMETER_NAME,…
-
thanks tdanner, that did work however the query still times out despite performance improvements when querying one node with this method vs the datediff method. If I let this cook, SQL will go into that async_network_io wait status and suspend the query, meanwhile the SWIS service on the poller continues to eat up RAM and…
-
Awesome, thanks for the help. Will check that out. I presume then there is no technical reason a "least privileged user account" shouldn't work with Orion HA?
-
So, thinking about this a little more, doesn't that make it a requirement? If the virtual hostname is the record in DNS, doesn't that mean traps have to point to that record as well to avoid trap disruption in a failover?
-
Oh that's beautiful! Going to have to try that...
-
Thank you kpmarcin! That was a very thorough response!
-
Awesome, thank you maria.bungau! Expect an email from a Ro*************ps@Unisys.com
-
Thank you guys both, I ended up going with what njoylif suggested as I'm not quite versed in SWQL just yet, I've tried once or twice before but can't seem to get it to work, not sure what I'm doing wrong. At any rate, I was able to come up with something I'm pretty happy with and I think our operations guys will really…
-
Uploaded! SolarwindsDiagnostics 20171026 Main ryan.davis26.zip
-
Yes there are cortex tables
-
So I added the "Universal Device Poller Status" resource however which looks good however there isn't any way to customize it. Most of the pollers show "1 value(s)" under the current status column with no other way of seeing what that value actually is. I'm curious what your "more complicated" way is?
-
Thank you for the suggestion. I will see about trying that and report back; sounds easy enough!
-
vinay.by, this is excellent and exactly what we want to do. can you talk a little about what these formulas are actually doing? Maybe it's obvious and I'm just missing it... Say for example I wanted to use the base line and pad it a bit by 10 to 20%. How would I achieve that using the above formulas?
-
fredrikolausson, can you clarify what you mean by "go in to the control panel > Orion Agent Settings and press OK"? Are you talking about on the target server or on the orion server? I don't see where there are any "orion agent settings" in the control panel?
-
Looks like that did NOT do the trick! Sounds like this is going to need a solarwinds ticket... I was doing some more testing and discovered that its not just Node status but ANY sort of status be it interface, componenet, you name it... I have to specify an integer. Its driving me nuts! Thanks for your suggestions though,…