skyblademonkey · Technical Consultant · ✭✭✭✭✭

Comments

  • SWQL SELECT Hosts.Hostname, VirtualMachines.DisplayName, VirtualMachines.IPAddress FROM Orion.VIM.VirtualMachines INNER JOIN Orion.VIM.Hosts ON VirtualMachines.HostID=Hosts.HostID SQL SELECT Nodes.Caption, VirtualMachines.DisplayName, VirtualMachines.IPAddress FROM VirtualMachines INNER JOIN Nodes ON…
  • create a custom query resource on your NOC view and add this to it Select ServerType, Servername, IP, Elements, Nodes, Interfaces, Volumes,PollingCompletion FROM Orion.Engines use this query to see other stats you can display SELECT AvgCPUUtil, BusinessLayerPort, CompanyName, CustomerID, Description, DisplayName, Elements,…
  • Have a look @ SAM templates Windows Update Monitoring Available hidden updates This component monitor returns the number of available hidden updates. Available critical updates This component monitor returns the number of available critical updates. This should always be zero. Available optional updates This component…
  • Limit the account to access the linux servers only. Restrict user access to network areas by applying limitations To restrict user access using a limitation: * * Log in to the Orion Web Console as an administrator. * Click Settings in the top right of the Orion Web Console. * In the User Accounts grouping, click Manage…
  • Not exactly what your after but will show you only failed SNMP poller types on what ever duration you want to see. Create a custom SWQL resource on your page SWQL Query SELECT Caption, SysName, LastSync, IP, MinutesSinceLastSync, SkippedPollingCycles, SNMPVersion FROM Orion.Nodes where SNMPVersion > 0 order by LastSync…