Comments
-
To create a dynamic interface utilisation on the map - do the following: 1. Add label (works with interface, as well as with line connecting interfaces) 2. Paste the following into label > save ${Inbps} (${InPercentUtil}) ${Outbps} (${OutPercentUtil}) *** In Network Atlas you will still see variables on the map, but when…
-
This question has been answered here: Report On Nodes Without Particular Application Template Assigned Thank you all, Alex
-
Hi mjacobs, Did you ever get anywhere with finding a solution for it? I am stuck with the same problem
-
My one is here https://acewinds.atlassian.net/wiki/spaces/PUB/pages/21200930/AceDash+Demo
-
Also try this: VRF Name: ${SQL: SELECT v.Name FROM NPM_VRFs v JOIN NPM_RoutingNeighbor RN ON v.NodeID = RN.NodeID WHERE RN.NodeID=${N=SwisEntity;M=NeighborID}}
-
I think what happens is that you are comparing string value (v.Name) to numeric value (NeighborID) v.Name=${N=SwisEntity;M=NeighborID}} try to convert left right part to string: v.Name=CONVERT(NVARCHAR(50),${N=SwisEntity;M=NeighborID})
-
what is GOTS? https://www.google.co.uk/search?q=gots Global Organic Textile Standard?
-
Is this Windows server? If yes - this can be done from node's management resource > EDIT NODE > WMI > Specify WMI Account Is this SNMP? Same as above > EDIT NODE > specify community string
-
Hi, I am interested to learn if you have ever found the best way of doing so - I have the same question.
-
Hi Patriot, Dates calculations are not that straightforward in GUI. I would use SQL for this purpose. You can use "Custom SQL" to build your rule and you can set trigger action to change custom property (this is only available in latest version) SELECT Nodes.NodeID AS NetObjectID ,Nodes.Caption AS Name FROM…
-
Create new application template with SQL User Experience component. Use your SQL script to extract data that you want. Then, you will automatically have your chart on the Component page and I hope you will work out how to add gauge as well as it should be straightforward to add as a resource
-
What kind of integration? SolarWinds has full fledge SDK - you can do Magic here
-
Rocking! Thanks!!
-
OK, I didn't quite found a way to double check status, but I have resolved my problem when VBScript would fail intermittently. It all was down to the way windows is handling registry whilst processing VBScript WMI stuff (on the SAM Application Server) Every time i had script failure - there was an Event Warning 1530 logged…
-
OK, I have ended up simply implementing error handling and double checking mechanisms within script itself. Most of my scripts are VBScripts. So, below is an example how to achieve this. I have implemented error check immediately after initiating WMI environment. Please adjust as needed... Set…
-
Anyone?
-
Feature request here:
-
Bumping it Up. I would like this functionality as well
-
you are not the first one. It seems that it is not very straightforward. Just search here on Thwack - you will find some SQL-based solutions. Start here: https://thwack.solarwinds.com/search.jspa?q=virtual+physical
-
Hi guys, I have just publish a new thread on the alternative for this FoE solution. It is in RFC/Design stage and I would highly appreciate your feedback, ideas, concerns and thoughts - maybe you will spot something I have missed. If we will nail this one down - it can well server as an interim model for DR/HA solution, at…
-
Hi Guys, just quick Heads Up - I got news that SolarWinds has stopped selling FoE. I am not quite sure it has been officially published already, but we will have a call with support to brainstorm other alternative options. Looks like FoE is not working out and after digging through documentation I would incline to agree…
-
aLTeReGo - hope for your help on this one as well (we are in design stage, didn't use FoE before). Thanks a million
-
* REPORTS > MANAGE REPORTS > CREATE NEW REPORT * CUSTOM TABLE > Select and Continue * Selection method: Advanced DataBase Query (SQL, SWQL) > SQL * Paste the following... > PREVIEW RESULTS * Once happy - ADD To LAYOUT * Then go to EDIT TABLE and add columns > SUBMIT * NEXT > NEXT > NEXT > DONE SELECT n.NodeID, n.Caption,…
-
the best way to troubleshoot is to include actual values of the interface utilisation into body message. This will be your trigger values. Can you confirm variable you have used to see actual utilisation (it will be in the form of ${...}) and also confirm what values are reported back at the time of the alert
-
Hey guys, just for the record, alerts can be configured for HA cluster from within HA settings: Apparently these are the same settings as for the Default Email Action settings, which is not very convenient. Another limitation is that you can't fiddle with content of the alert itself, but they are ok to notify of a…
-
Did you plug a power cable?
-
I love this page... I even use it to find my own stuff lol
-
Thanks buddy, I am very glad it is spreading and helping more and more people out there. Very impressive list - I will have to go through and implement bunch as well as I can see some very good work here. 5 ***** from me for this great summary. Alex
-
There are many different types of components out-of-the-box available. You can also cerate your own with PS, VBS, etc if you can't find what you need. Generally component will have either CRITICAL or WARNING status, depending on what exactly is being checked and what thresholds are set to. It can also sometimes roll into…
-
* Go to REPORTS > MANAGE REPORTS > CREATE NEW REPORT * Select "Custom Table" > Basic Selector > "I want to report on Event" * Add Condition > Event Type is equal to "Node Added" > Add to Layout * Then go to "Edit Table" and add all columns to the report (EVENT TYPE, EVENT TIME, DESCRIPTION, MESSAGE). * Sort record by…