aLTeReGo ✭✭✭✭✭

Comments

  • This is what you would use the Unmanage Scheduling Utility for. Simply create a scheduled recurring unmanage window for the node. During this time when the node is unmanaged any alerts configured should be suppressed. The server being "down" while unmanaged will also not count against the server's availability statistic…
  • Can you please provide a screenshot of what you're seeing? I'm not sure exactly what you are referring to. There are no "definition files" for the Advanced Alert Manager.
  • How can I integrate APM with HPOVO 8.x. Which MIB I need to upload in HPNNM to redirect all alerts to HPOVO for its intergration? APM can be integrated with HPOV fairly easily and there's no need to load MIB files. SNMP Traps are the most common method of sending alert notifications based on triggered events in Orion to…
  • Based on the error description shown above it sounds like the HTTPS site you're trying to monitor requires client certificates for authentication. If that's the case you can use SAM's TCP Port Monitor to provide some insight into if the application is up, running, and accepting connections. If you're looking for deeper…
  • This can be defined within the Trigger Condition of alert itself.
  • Ensure you're using the 32bit MySQL 5.1 ODBC driver on your Orion server. The 3.51 driver is very old. http://dev.mysql.com/downloads/connector/odbc/
  • Either a common shared certificate for both hosts must be used to utilize HTTPS (the prefered method) or you can add the Orion server to the list of trusted hosts on the remote computer. HTTPS Method * Configuring WINRM for HTTPS Tustedhost method: CONFIGURING WINDOWS REMOTE MANAGEMENT (WINRM) Take the following steps to…
  • You would need to purchase a remote poller license, which in my opinion, due to the cost of the license, probably isn't worth it to monitor only a single node. I guess it would depend on how important it is to monitor this node. A cheaper alternative would be to add another network interface to the device you're trying to…
  • Not with anything out-of-the-box, though you could script something using PowerShell. You may also find that Alert Central is capable of providing what you're looking for.
  • Jason, are you referring to host name headers? I.E. http://mydomainname.ext returns site "X" and http://myotherdomainname.ext returns site "Y" but both sites are bound to port 80 of the same IP address?
  • The following reports in the Content Exchange should help you identify where your credentials are being used but as Steve B suggests accessing the encrypted credentials stored in the database is simply not possible. At least not directly. Steve B is correct, that even as the Product Manager they won't tell me how to…
  • This is very likely a permissions related issue as all vbscripts are executed locally on the Orion server under the local system account. I would recommend using PowerShell (local with impersonation) or remote PowerShell instead of vbscript to work around the improved security included in Windows 2008 and later versions of…