Hi Guys, is any possibility to add a html custom widget to modern dashboard ? I would like to add some links for NCM scripts to that dashboard. In classic dashboard there is an option but in new one ?
I am trying for the last 2 days, Nothing works with Custom HTML. Has anyone done this?
Not really possible at the mo
Is one of these the kind of custom HTML widget needed?
yes, they look fine. How to do that ? Regards
Oh, didnt think that'd work for you, ok - Table widget, then you select a thing for text, and a thing for the link.
Example of of a random link:Select top 1 'Click me' as lable, 'https://google.com'; as url from orion.nodesThen that can go in as a column like so, where here i'm linking to a service called OME, i've set the format as link, which gives me the label and url
Looks fine, thanks. Is possible to select more than one link in column ?
For Horizontal Links; in the widget for each column select Format - Link, Label - WebURL#, URL - Link_To_WebURL#:
SELECT top 1 'HTML Link #1' as WebURL1 ,'HTML Link #2' as WebURL2 ,'HTML Link #3' as WebURL3 ,'HTML Link #4' as WebURL4 ,'https://yourwebpage1' AS [Link_To_WebURL1] ,'https://yourwebpage2' AS [Link_To_WebURL2] ,'https://yourwebpage3' AS [Link_To_WebURL3] ,'https://yourwebpage4' AS [Link_To_WebURL4] FROM Orion.Nodes n
For Vertical Links (Single Column); in the widget select Format -Link, Label - Links, URL - URLs:
SELECT top 5 StatusID,CASE WHEN S.StatusId = 0 THEN 'HTML Link #1' WHEN S.StatusId = 1 THEN 'HTML Link #2' WHEN S.StatusId = 2 THEN 'HTML Link #3' WHEN S.StatusId = 3 THEN 'HTML Link #4' ELSE 'HTML Link #5'END as Links,CASE WHEN S.StatusId = 0 THEN 'https://yourwebpage1' WHEN S.StatusId = 1 THEN 'https://yourwebpage2' WHEN S.StatusId = 2 THEN 'https://yourwebpage3' WHEN S.StatusId = 3 THEN 'https://yourwebpage4' ELSE 'https://yourwebpage5'END as URLsFROM Orion.StatusInfo S
@adam.beedell mentions the same items I used, just some variations on usage. The Vertical Links case statement I used relies on the StatusInfo table to provide constant numeric values that I feel won't change overnight. If you need more values just more WHEN statements and update the TOP in the SELECT as a safety measure to not select more than needed. Others can certainly write this better, but this is what worked for me.
all works fine, thanks a lot, regards
SWEETNESS! I have been looking for a hack way to do this since there are obvious limitations in the type of widgets on Modern Dashboards. This was probably the biggest limitation for one of my departments homepages that I would like to replace. Appreciate the showcase of knowledge on circumventing the limitations!
I am using SolarWinds Version 2024.1.0 there is no custom HTML widget on modern dashboard. should I upgrade my Version?
Cisco ASR Devices.pollerCisco ASR Devices
SWQL is built on the framework of SQL and as such supports most of the standard clauses as part of a query. A very simple example query is: SELECT Caption, IPAddress, Vendor, ResponseTime FROM Orion.Nodes Dissecting this query is relatively straightforward: show some fields (Caption, IP address, Vendor, and Response Time)…
Active SSL Tunnels-ASA.UnDPThis poller *should* display the number of Active SSL VPN (Anyconnect) Tunnels currently connected to your box. However, I tried it with my 5520 running 8.0.4 and for some reason I get a OID Not Supported. Here's my post in the forum: *EDIT* This is confirmed working with at least Interm release…
HP ProCurve Switches Hardening check.xmlGeneral hardening for HP switches