Comments
-
hehe, yea the SDK and what its capable of doing will put me out of a job lol some really cool stuff the SW guys are doing to automate tasks.. agh yes the the dashboard comes from the variable $path = "newname" before it would have been $path = 'Dashbaordv2 i just removed it thinking its easy to read
-
yo. if you are getting chunks of netflow data and not minute by minute check this out Netflow data spikes instead of flowing evenly as expected transfer rate - SolarWinds Worldwide, LLC. Help and Support
-
Good day, Are you listing resources after a reboot of the node? this maybe be a problem with the interfaces reindexing after the reboot? (possible Fix below) you can delete the rogue interfaces by the following (but yea this will mean you will loose the interface history) Click manage nodes. Then re-list resources. this…
-
this link should work: ORION PLATFORM 2019.2 - ORION MAPS 2.0
-
haha damn thats not fair lol i just copied the post lol that rogue comma in the select statement how do you get eh text background for code? nice and neat
-
Your need to re run the configuration wizard and specify not to use https. if you have already done so you could reference the Migrate SolarWinds Orion products to a new server with a new IP or hostname and update tables referencing to the old syntax. DECLARE @oldHostname nvarchar(max) SET @oldHostname = 'Server1' DECLARE…
-
cscoengineer where can i read more on this? cheers,
-
nice work, i am planning a Servicenow integration ill be sure to bookmark
-
are these filters Just base on sql filters In the WHERE clause? So ineterface.status <>2 and node.vendor like 'cisco'
-
Speaking with support. PaaS and SQLaaS are not supported. Installation of Orion to Azure Virtual machine and DB storage in another Azure virtual machine was tested and supported. Amazon RDS is supported Anything else besides these have not been tested. The above are our official requirements for Orion Core.
-
agh i see, thank you, this leads me to my next question how do i see the available verbs? i thought the only available verbs were in purple lol this is going to answer another question i have lol. i created a PS script to create custom properties using the Orion.NodesCustomProperties CreateCustomProperty which was cool. i…
-
something like that?
-
Re-red youe question lol. You should just reverse the logic for the alert so where alert on node down flip it over and say where node is up that will be all the object that can trigger
-
you could re run the SolarWinds maintenance manually and see if it clears up the errrors, still id recommend contacting SolarWinds Support with the errors you've mentioned Start Database Maintenance in the SolarWinds Orion > Advanced Features program folder. Click Start.
-
solarwinds uses a poll based method to gather deivces Status, responce and drops via ICMP It will poll data every couple of minutes or every minute like you mentioned you have got the lowest values. you can recive real time data with the use of syslogs and traps if your device can send these to solarwinds then you can…
-
Hi fellas, i didn't get any answer for this in the end. apologizes for the lack of response on this. i think i have worked out how thresholds work and what the internal rule is, so just like SolarWinds, Cisco has its own built in thresholds for example: say you have a power sensor and its running normal at a value of 1000…
-
HI planglois, can i ask where is the option in the log? i have looked through but cant see anything . many thanks in advances <?xml version="1.0" encoding="utf-8"?> <configuration> <configSections> <section name="log4net" type="System.Configuration.IgnoreSectionHandler" /> </configSections> <appSettings> <!-- User…
-
Cheers planglois thats just what i was looking for
-
HI. $swis = Connect-Swis -Hostname orion_ip -UserName USERNAME -Password "PASSWORD" #create the connection to Swis Add-PSSnapin swissnapin Get-SwisData $swis "SELECT Name AS AlertName, AlertMessage, AlertRefID, aa.Description, ObjectType, ac.Enabled, aa.Description,CategoryType,a.ActionTypeID,a.Title FROM…
-
Thanks guys, I ended up using the smart bundle installer on APE to match the PPE. That's a smart idea grouping them by custom properties , yea I'll push them over to the primary next time and build the APE. These days the lightweight installers are the business, but only a matter of time until a new client comes along on…
-
Best way to inderstand really is to run it in little chunks so Find an eventtype in the event type table for interaces like event something like interface down then just replace SELECT TOP 1 EventTime //what does it mean? FROM Events AS EndTimeTable where EndTimeTable.EventTime >= StartTime.EventTime AND…
-
something like this? select ahv.TimeStamp ,Caption ,ahv.EventTypeWord AS 'Event Type' ,Message ,asv.Acknowledged AS 'ACK Status' ,asv.Notes ,asv.AcknowledgedTime ,asv.AcknowledgedBy FROM AlertHistoryView ahv with(nolock) JOIN Nodes n WITH(NOLOCK) ON N.NodeID = RelatedNodeId JOIN AlertStatusView asv with(nolock)ON…
-
from the time i saw this and wrote the answer Will answered and its already a correct answer lol nice one
-
HI Mate, thanks for getting back but that still doesn't want to work, i put the dummy columns in and i get this: and when i select submit and preview i just get 'data is not available' can you please screenshot how you have set the data grouping? wish solarwinds wouldn't add this to custom charts its causing in consistency…
-
this should do the unmanaging for you over red that part lol.. this will un-mange for 2 minutes # Parameters $orionServer = "localhost" $orionUsername = "username" $orionPassword = "password" #Get snapin if (! (Get-PSSnapin | where {$_.Name -eq "SwisSnapin"})) { Add-PSSnapin "SwisSnapin" } # Connect to SWIS $swis =…
-
Thank you ZackM, i am going to play around with the report types see if i can get the outcome i want cheers,
-
HI mesverrum, is it possible to output of the query below not with a chart or anything but just show the Select and the results, in a Custom HTML resource? i want to see if this would work rather then SWQL resource.. var params = JSON.stringify({query:'select n.caption, n.CPULoadHistory.AvgLoad from orion.nodes n where…
-
lol i cant seem to mark this answer as correct mmm what am i doing wrong ? lol
-
A very good starting point would be to start here: Chapter 18, page 882 http://www.solarwinds.com/documentation/apm/docs/SAMAdminGuide.pdf
-
cvachovecj how do you get NCM to show less number of lines before and after each change (by default it is 5)? thanks