The most recent content from our members.
When I use the _Linkfor_ macro in a custom query widget, the clickable URL works great. But when I hover over that URL I get a little pop up square with some details about the Node. I think this is called a "tooltip?" Is there anyway to disable tooltips when using the _linkfor_ macro?
Hi all, Im relatively new to custom queries. What Im trying to do is create a scheduled report that will show all the nodes that are currently scheduled to be unmanaged at a future date and to show the unmanaged time window. I dont need to see the currently unmanaged nodes because I already have a widget to show that. As…
I'm using this in the where statement feel like there should be another variable? WHERE s.Polling.Node.Caption LIKE '%${SEARCH_STRING}%' OR s.Name LIKE '%${SEARCH_STRING}%'
Hi, i created an custom query widget with this SWQL-Query: SELECT n.Status, n.Caption, n.NodeiD, '/Orion/images/StatusIcons/small-' + n.StatusIcon AS [_IconFor_Status] FROM Orion.Nodes n WHERE NodeID > 4400 The result looks like this: Is it possible to remove the status shown as digit and just show the icon? Greetings…
Trying to create a custom query widget in Node Details, Interface details, etc. in which the query results only reflect that specific object. For example, in the following query, when I bring up Node Details for Host A, the widget should show only Host A interfaces automatically. When I bring up Host B node details, only…
A super common question I see on Thwack is "I see I had high CPU load at 2am last night, but I don't know what processes caused the issue. How can I find out what caused it?" I wrote this custom query to be used in conjunction this SAM template, CPU/MEM Process Snapshot Once you assign that template to the nodes you would…
I built a very simple custom SWQL query to pull the most recent 100 logs for a specific node that I put on the Node Details page. SELECT TOP 100 [Logs].MessageDateTime AS [Date/Time] , [Logs].Message , [Logs].Level , [Logs].LogType.Name AS [LogType] FROM Orion.OLM.LogEntry AS [Logs] WHERE [Logs].NodeID = ${NodeID} ORDER BY…
I have the following query successfully working in a custom SWQL resource on a view: SELECT MultiValueMessages FROM Orion.APM.ComponentAlert WHERE ComponentID = '90224' The output is a string containing 4 custom message results fron a component monitor, and it looks like this: ITSecurityOnCall:user1@mail.org,…
Happy New Years Eve Thwacksters, Here is one for the new year. Please reference the UNDP upload HP C7000 Blade Slot Info.UnDP below for the below query. The query below you cna add to any page using the custom query widget type. I have made it so I can search for any blade in my data center and it will tell me what chassis…
Since the question was brought up during SWUG NY I thought I would post this up. The problem is how do you organize things when you have a large number of dashboards? The list gets really long and it can be tedious to have to add them to all the applicable users toolbars. This is a resource I use to make it so people can…
It looks like you're new here. Sign in or register to get started.