qle ✭✭✭✭✭

Comments

  • Mike, have you tried to apply a custom logo to the login page yet? It's working for me so I'm a little confused here.
  • This is strange. I hope the feature wasn't removed in SP2 since the exact same code is working in SP1. Are you able to create a link to any public web sites like Google or Yahoo?
  • Variable modifiers don't work with advanced alerts. Still no Variable Modifiers in Advanced Alerts? If you really need this, you'll have to resort to creating a basic alert for this purpose.
  • Having a little trouble with the Min/Max/Average Percent Utilization chart after the upgrade to v9. As you can see below, with three different time periods, I'm losing the min/max receive and min/max transmit results on the right side. For example, for the 30-day time period, the graph shows all of the information for…
  • Have you tried the suggestion from Gob? Assuming your "Engineering Notes" launch as expected, his sugggestion should work to have it open in a new window. You'll just have to modify the correct resource file but the modification should still be the same.
  • Where or at what point are you seeing the "unsupported OID error"?
  • Ok, then I assume the application alert looks a little like this:
  • Same results for me when I used that specific OID (1.3.6.1.4.1.23.2.38.1.1.1.23.1). However, if you check out 1.3.6.1.4.1.23.2.38.1.1.1.23, it corresponds to poaOS which actually is the version of NetWare that's running. Have you tried OID 1.3.6.1.4.1.23.2.38.1.1.1.24? That seems to correctly report the version of the…
  • I agree with your assessment here. Have you tried adding a host name (web site) as an external node and then applying the template to it to see if that works? Is this even an option for you?
  • Great! What's your solution?
  • * As Denny mentioned, the "has changed" condition doesn't work with that property. It only applies to "Last Boot", "IOS Version" and "IOS Image Family". * When you setup the application template, did you specify the executable name or the service name as it appears in services management console.
  • I believe Andy mistyped pcac and meant to type pcap, i.e. packet capture, most likely with something like Wireshark.
  • I threw together a test alert and ${Node.IP_Address} definitely works. Have you tried recreating the alert or at least a test alert using that variable?
  • I'm with Patrick on this. Here it is spelled out a little more. Google Code Home > Google Maps API FAQ > Understanding the Terms of Use Can I use the Google Maps API on a commercial website? As long your site is generally accessible to consumers without charge, you may use the Google Maps API. For example, if your website…
  • Is it possible you inadvertently applied account limitations to your account? Have you tried logging into the web console with a different account?
  • Allow us to assign different individual strings for each subnet/network scan. Not to dismiss your feature request but couldn't you create a new discovery schedule for each subnet and associate the relevant string to each discovery?
  • You mention 50 servers in a prior response. Are these other 50 servers setup the same way and experiencing the similar problem with WebGet? Or are they setup with completely different services that throw errors until W3SVC is restarted? Or do they have different services that produce errors and require the restart of a…
  • I understand what you're saying which is why I was following up on your suggestion for an advanced SQL solution. However, after testing it out, the solution wasn't as simple as I had suggested in my post. Anyway, after some self-education in SQL, I may have found a solution. See if the following works for you. Create a…
  • I'm guessing you're not talking about the chart for "MIN/MAX RESPONSE TIME for a HTTPS in APM" that you mentioned in your originl post. No such "View Options" exist on these APM charts.
  • Ok, let's try this and see if it works for you.* Get to the printable version as suggested by Josh. * With the resource detached, view its source html code. * Search for IMG tag and there should be only one. The src for this IMG tag should be a URL with a direct link to the graphic chart * * Again, as Josh suggested, paste…
  • Denny, don't get wrong me. I'm completely aware of the browsers that are specifically supported. I was just following up on your statement: When we find something that doesn't work in a particular browser, we may fix it for a troublesome browser as a special case. I understand there was no commitment in the statement but I…
  • borgan is correct. Even if account limitations don't allow you to view any node on a map, you will still be able to drill into the map and view its background.
  • Yeah, that's what I'm referring to as well. I tested it with a JPEG, GIF and PNG and they all seemed to work for me.
  • Thank-you, Quang! That works great and is exactly what i was looking for. How would I find the table and field names, if I wished to expand upon this? As you as see from the SQL query, it's a combination of the AlertDefinitions and ActionDefinitions tables. If you peruse the tables, you should see any relevant columns that…
  • Modify lchance's SQL query from WHERE ( (Interfaces.AdminStatus = 0) OR (Interfaces.AdminStatus = 1) OR (Interfaces.AdminStatus = 2) OR (Interfaces.AdminStatus = 3) OR (Interfaces.AdminStatus = 4) OR (Interfaces.AdminStatus = 5) ) to WHERE Interfaces.Status = '1'
  • When prompted which type of report to create, you'll want to select "Advanced SQL"
  • Strings are not required to be unique to each host. It's your choice whether to continue troubleshooting since it's working for you now.
  • I can execute the following SQL query in Database Manager. What error do you encounter? SELECT count(1) FROM sys.databases
  • Number of Past Polling refers to the number of previous polling cycles. It is then multiplied by the length of your polling cycle (60 seconds, in this case) to determine how far back in the event log to search for a matching event. As you've currently defined it, APM will search all the event logs for the last 2 hours 20…
  • Check out the following article from the Orion Blog: Keepin’ it Real – Retaining the Source IP