Comments
-
This is an uncomfortably short thread for such an important subject. Denny did you get all the feedback you were looking for? I know you plan to roll this out the first part of this year.
-
hey point 3 is the item i asked for when you took me through the pre-release IPSLA module before it was ever released as IPSLA... wahooo.. i love it when stuff gets into the product LOL
-
This is definitely the vision of SIEM - to have some kind of real-time top of the moment detection of issues. Here's a couple of related thoughts.... With LEM, and with some other products, we tried to take an approach like Snort did with their IDS - that is, instead of writing rules that expose very specific…
-
You may be able to use the windows centralization of event logs to accomplish this while the LEM team continues their work on native agentless collection. This piggybacks on winrm/windows remote management to forward events to a central windows event log server that you'd then have the LEM agent on. I'd test this with a…
-
Support for BIND named.conf files would be a huge boon for me. How are you thinking of doing the integrations? File exports?
-
what about alerts and traps FROM devices The Hot Standby Engine backs up SNMP polling. Listener services like syslog and traps can't be backed up in the same way. If ensuring continuity for syslogs and traps (and possibly NetFlow), the solution many customers use is to direct those services to a second IP address and…
-
Did you double-check your SNMP settings? Could the new Nortel code have reset something?
-
If you didn't get to ask your question in today's chat, don't worry... we're still here. Ask away on Thwack either in the group or here in the LEM group!
-
There may be a couple different options short of having to log in programatically. The first is to include the username and password into the URL like so: http://DOMAIN/Orion/Login.aspx?AccountID=USER&Password=PASSWORD. You should be able to use that with any of the URL's for the site to allow direct access. The second…
-
Yes...all alerts boil down to is a SQL query. You can see them in the AlertDefinitions table (I think...it's something like that). Either way, we've got an alert just like that. It currently has 6 componentNames it is looking for - under the ANY qualifier. How many are you looking to alert on?
-
This post is over 5 years old, so I guess I'll ask the question. Did Solarwinds ever come out with an API with any of its latest releases?
-
Yes it is java script. Thank yo both so very much. It all makes sense now. I will just have to tell my team lead that they will have to get someone to fork out some more money. We do not have control of the full product, but we have a test environment in approval to aquire it. Thanks again, you two have been a great help.…
-
Links won't blink, and alerts don't change based on alerts. These are feature requests that we've considered.
-
No support at this time. We haven't made any firm decisions about whether to extend support to Aruba.
-
1. OK, have you tried Custom Relative > 24 hours? Is that too many steps? 2. got it 3. There is an IP Address Group resource. What's the difference between what it does and what you want?
-
Uhm... I just answered my own question. I don't know why my search didn't pull this up hours ago: ${SQL:select top 1 datediff(minute,e.eventtime,getdate()) from events e where e.networknode = '${Node.NodeID}'} Here's the forum post where I found it:
-
yes, i have toolset installed yes, i have browser integration enabled yes, i have local admin rights (IE) same tonyled and i can open the toolset bandwidth guage from tooset program and see real time traffic but i want to see in IE too.
-
It's not possible at the moment, but I've added it to the queue for future consideration.
-
In Orion 8.5.1 you were able to use the chart.asp to return an image using a format similar to the above. In 9.0, the ability to do this was broken. We are currently working to restore this feature and it will be available in a future service pack.
-
I rebooted the server, and then even repaired the NPM installation with no change.
-
Unfortunately, that's not possible on a per account basis. I'll take it as a feature request.
-
Success! This is a full example of connecting to the webservice and returning just the monitors that are in distress: function dumpDOMnodeList($xml) { //USED TO DUMP THE XPATH RESULTS $docTmp = new DOMDocument(); foreach($xml as $n) $docTmp->appendChild($docTmp->importNode($n,true)); print_r($docTmp->saveHTML()); }…
-
To access externally on mobile devices we deployed our Orion Web Front end in our secure DMZ Web App environment via https. We secure and encrypt the communications by offloading the SSL certs. on our Netscalers which the Web interface sits behind. We use encrypted AD authentication for secure access.
-
I now have a working example with GetGroups: $soapVersion = '1.2'; $soapLocation = 'https://domain.com/soap/status.asmx?WSDL'; $soapContext = stream_context_create(array('ssl' => array('verify_peer' => FALSE))); $soapParameters = array ( 'location' => $soapLocation, 'login' => 'user', 'password' => password', 'WSDL' =>…
-
I am sure you will not want to hear this sort of response, but i have had a great service from Solarwinds support, both early in the morning and late at night. just the other night i had a licensing problem, and at 11pm GMT i managed to get a trial license, and get my system back up and running, and it was due to me being…
-
I'm having the same problem!!! And on top of that I use other variable within the label that aren't working. The ${IP} usually would show the IP address of the device assigned to an object on the map but that doesn't work at all....
-
Did you ever resolve the "cannot load report..." issue? I just started getting this with one report.
-
Not at this time.
-
Are you seeing any Internal alerts related to that agent? Anything interesting in the agent log (spoplog.txt in the agent install directory on that server)? You can stop the service, clear the files in the "spop" directory, and start the service, and it'll re-initiate a NEW connection, but it might be nice to figure out…
-
Hi Nice report I also wanted to add to this i created 3 alerts for monitoring the polling ################################ Polling engine has to many elements in database ( From experience Orion does not like polling more than 8000 elements per poller, so its just a threshold, but this is IMHO): Table: Engines Trigger:…