FormerMember ✭✭✭

Comments

  • Thanks for the reply, Unfortunately, I have already went down that path. I created a group called critical interfaces, and added several interfaces to that group. I then tried to create an advanced alert that would only fire for those interfaces. Unfortunately, the results were not good. The only way I was able to get this…
  • Having child status roll up is a feature request. It's under serious consideration.
  • Partially agree, however what I want is to be able to send an email from an Exchange account to an external account and if it doesn't bounce back then it passes. Otherwise if it bounces back then it fails. From what I can tell, the MAPI template is testing the ability to send and receive email from Exchange to Exchange.
  • Hi Lukas, Thanks for the explanation. It's a shame that this is no longer capable in APM. Buying another piece of software for the sake of monitoring OWA 2010 isn't going to be an option for us. Regards, Graham
  • I've had problems with devices that have more than one interface being duplicated in the database. Mainly layer-3 switches but I've had issues with servers that have legs in multiple networks too. Many of my servers can live on their build network as well as their actually used network (the network pointed to by DNS). Both…
  • NX-OS is different than IOS remember. Interface Persistence is enabled by default on NX-OS and can not be disabled. http://docwiki.cisco.com/wiki/Cisco_NX-OS/IOS_Software_Default_Configuration_Differences
  • probably have to purchase another copy of toolset... or depending on your conscience use a trial version.
  • Thank-you. So generally components are not modifiable/clonable? The exception would be you can write your own scripts for execution on Windows or Linux?
  • Thanks but I don't have any KIwi tools installed and am running Orion on Server 2003. I do not see that same error -- Sharing violation XCopy failed to copy files. Errorlevel is 0 This service pack installer encountered an error updating files. That's different from what I posted!
  • Hi HTH, Sorry for I can't describe clearly. Please find the attached, and you will find that the same alert's difference bewteen 9.0 and 10.0. Any questions please let me know. BR Steven
  • Thanks! It works! However, I found the alert is not functional when I create a alert with Status is greater than 80 (i.e. CPU load is over 80%), I think the problem is came from the poller status is in Text format.
  • 1. Helped- Used ${SysName} instead and works fine for the web links. 2. Not sure how to create a custom device type to modify the view for my windows servers to segregate the physical from the virtual ones. basically all the severs show up as generic "windows" devices but i'd like to group the physical HP servers seperate…
  • Well I made some progress and it appears that the Netflow analyzer within Solarwinds is seeing the Netflow data, but, it is not displaying it because it says it is on a unmonitored port. I setup the port as per the instruction to be 2055, and I see that is what the application is expecting. Can anyone tell me is this is…
  • The ability to generate reports based off SNMP Trap information would be very helpful. We are trying to generate reports in Orion based off trap information received from Veritas Backup Exec. I opened a support case for help with this only to discover that you can't write reports using Trap info. He suggested that I post a…
  • Here's one that is probably a design issue more than a feature issue: Have a version that allows for a distributed architecture - perhaps an "SLX-Plus". My issue right now is that I am using Orion to monitor my Americas' sites from that area's main hub. However, I would have to set up a separate Orion instance (database,…
  • He may be having the problem I had. Somehow all the applications got set to UDP only which made just about everything appear as unmonitored The fix was to Disable All Monitoring. The re-enable it. This reset all the protocols to the correct settings but also deleted my user defined applications. The case number was #201789
  • Thanks Thomas
  • We need to monitor NetApp Filer volumes. Then NetApp Filers seem to have all the data for disk space used, percent used, etc..Why can't SWinds get us that data. If Orion can't so anything with the table, why not poll the individual elements of the table, and give us the same types of disk space statistics that we get with…
  • Thanks a lot for your kind help.
  • Hi Denny, From what i can see, Solarwinds is unable to unmanage machines regularly like a scheduled task. For machines that are rebooted every night at the same time this would be a very useful feature. Thanks, Chris.
  • You could also set up a syslog or trap to notify you when the route changes.
  • It was added by IP. I looked in the DB section of the diagnostics and could not find anythign that referenced the IP or name of the device.
  • Ok, so its not just me then. Thats good. I thought it was just a little strange that labels cant be enumerated. Does anyone have any idea as to why this would be the case? I suppose for now, using the Temp_Celcius as the label will have to do.
  • Thanks for the reply mesverrum. So I assume that SAM hates HEX as much as NPM since the SNMP component reports the same result. I will see if I can get a PowerShell script to work to get the data and parse it.
  •  Hello Peter, thanks for your quick reply. As i already told Stephane this is the support we know from Mediahouse/Deepmetrix/Ipmonitor - fast, friendly and always helpfull. I understand all what you wrote however needing a support technican to move monitors from a former 8.5 group into a device is a bit ugly and it would…
  • Hello, we didn't use SNMP for ESXi 4.0, and just used ICMP, and I added some custom columns for nodes in Orion (such as owner,application etc.). Some alerts have created by custom columns, and I will reveice alert when someone node meet issue. So you may try to do,hope this useful for you! Steven
  • Hey all, "If the ObjectType of an alert is 'IPAM Networks', how do I get parent [device?] name?" ...was going to be the subject of a new post, but it seemed more correct to keep this question on this thread. I found an alert (in Orion.AlertStatus) with an 'ObjectType' of "IPAM Networks", so I went looking for a table to…
  • select count(*) As Queued_Emails from AR_System_Email_Messages where send_message in (1,2)
  • Hmm surely that query wouldn't work? The 'Node' trigger query would by default just select all nodes since that part of the SQL is already preset (and unchangeable). The 'EventTime =' part should probably be >= anyway, otherwise it would only match a specific date/time. I would personally go for something a little more…
  • Here's the Log tab's contents; 2015-09-15 14:13:23,884 [23] DEBUG SolarWinds.Orion.Common.SqlHelper - SQL: SELECT CASE WHEN AccountType=0 AND LimitationID1=0 AND LimitationID2=0 AND LimitationID3=0 THEN 1 ELSE 0 END AS IsSystemAccount,AllowAdmin,AllowEventClear,AllowNodeManagement,AllowReportManagement FROM [Accounts]…