Comments
-
Hi, I have checked it and it is not a child.
-
What did you have to do to the firewall? Trying this now and getting that same error
-
@"conguir" So if I wanted to use this for a set group of nodes on a dashboard, how can I have it show only those nodes vs everything in my environment? Thanks
-
any reason you can think of as to why this fires off multiple alerts for a single node?
-
Can this somehow be modified so I can only look at a group of servers?
-
I would love to use this but I get incorrect syntax near go, so I am not certain what to do with it from here.
-
got it working. thanks!
-
getting headers and that's all when I try to use this. Thoughts?
-
Transport Layer Security (TLS) is a protocol that provides privacy and data integrity between two communicating applications. It's the most widely deployed security protocol used today, and is used for Web browsers and other applications that require data to be securely exchanged over a network, such as file transfers, VPN…
-
Figured out my issue finally. Changed the line CONVERT(NVARCHAR(50), cast(v.VolumePercentUsed as decimal (4,2))) + '%' as PercentUsed to CONVERT(NVARCHAR(50), cast(v.VolumePercentUsed as decimal (5,2))) + '%' as PercentUsed in both tables.... now we are in business...
-
Error executing SQL: Arithmetic overflow error converting real to data type numeric. Query: select '<img src="/NetPerfMon/images/Small-' + n.StatusLED + '"/> ' + '<a href="thwack.solarwinds.com/.../View.aspx + CAST(n.NodeID AS varchar(256)) + '" style="font-size:100%">' + N.Caption + '</a>' AS NODE, '<a…
-
I get this when I try to run/edit the report. Error executing SQL: Invalid column name 'n_customer'. Query: select sum(VolumeSize) as Size ,sum(VolumeSpaceUsed) as Space_Used ,SUM(volumespaceavailable) as Space_Avaliable ,CONVERT(NVARCHAR(50),cast(SUM(VolumeSpaceUsed) / SUM(VolumeSize) * 100 AS decimal(4,2))) +'%' as…
-
My SW kept timing out when I tired to run the report. So on the canned report if I unchecked everyting but % disk usage, why would I bet getting memory in my results and if I wanted to to filter that out would it be node.details<>Memory?
-
So I copied the query into report writer but it is throwing the following SQL Error: Must declare the scalar variable "@reportStartTime". Any ideas of how to enter a date?
-
If I wanted to have it list groups ( a specific five groups) what kind of work would this take to do?
-
So after a lot of tinkering this am. I believe I have it working. I only put the api call in for precipitation and snow. I don't know if anyone has precipitation and does theirs look like this.
-
I can't access dropbox through work. I'd like to see the wms example.
-
I have 3 questions. * How can I keep it defaulted to precip full time, when the map refreshes? * Has anyone removed items that they didn't need from the choices? * Can the selection box be moved out to the lower left? We have offices globally and it's blocking the view of some of our asian offices
-
I just added it to my worldwide map and it does work.
-
I do like the link that you provided. that's something that I would like to have done on a dashboard with the new wannacry variant out there. I'm a bit of a sql noob so I'm not 100% certain what all to do.
-
I just found this and love it to bits (and bytes). If I wanted to have it display for certain KB's how would one go about that?
-
Looking for help with this, when I go to import it causes an error. Can author please advise?
-
Thank You for this! If I can ask one more thing... Can it show what's failed on the device as well?
-
Awesome!
-
I solved that issue however I have a question, Is there I way that I can show the status for multiple backup jobs? My Veeam environment has 2 backup jobs, 1 replication job and 2 backup copy jobs.
-
I'm getting not defined when I try to check for failures and success for jobs. I have tried using my credentials as well as inheriting from the node. Any ideas?
-
Incorrect syntax near 'Go'.
-
Copied both files in and tried to run. Could not find stored procedure. dbo.GetCPUTopGrowers.
-
So how would one set this up?
-
This could be nice for my environment, however it keeps knockin out my polling engine and the report never produces. Any ideas of how to get around this? I can run it from the server fine.