Comments
-
Hi How can i get sum two different rows in SQL or SWQL like following? I need a query where row1 value will be added with row2 value and generate a new row with different name but same date and keep other Node data as well. /msarkar
-
tdanner Is there any update on 'CHARINDEX' on SWQL? Is it added in any latest release? /msarkar
-
We can post whole message as Trap Deatils using ${Message} in the e-mail body. But is there any such thing to have same in Alert Details Page?
-
m-milligan It works fine when i try the url. /msarkar
-
mesverrum Is it possible to get value in scale bar like below? /Msarkar
-
tdanner I need the opposite one i.e. convert string to Int. I see in CustomPollerStatus table status is defined as string datatype but i need this value as Int type. BR MSARKAR
-
right, i start wireshark in polling engine, i saw ping request is going through and getting back response. I can also ssh to the node from Orion web console, but status remain unknown. /msarkar
-
RichardLetts Is there any way to have trap message in Alert Details that caused the alert?
-
tdanner, is there any update on CHARINDEX function on SWQL?
-
m-milligan Everything works fine except status icon breaks up. But i checked path and image is there as well 'localdrive:\inetpub\SolarWinds\Orion\images\StatusIcons\Small-Up.gif' I tried hard coded status icon but no success. SELECT GroupStatusSummary.Name as GroupName, SI.ShortDescription as Status, SI.StatusID as…
-
kevin.kuhn Do you know any similar page for Network (AT&T,Verizon etc) or Power outage like your weather one? I know the following website but i did not find any animation page for live feed. http://downdetector.com /MSARKAR
-
yes, here it is: # register specific pollers for the node $poller = @{ NetObject="N:"+$nodeProps["NodeID"]; NetObjectType="N"; NetObjectID=$nodeProps["NodeID"]; } # Status $poller["PollerType"]="N.Status.ICMP.Native"; $pollerUri = New-SwisObject $swis -EntityType "Orion.Pollers" -Properties $poller # Response time…
-
tdanner Is it possible to use CAST in SWQL? /MSARKAR
-
Is it for single node, right? How about multiple nodes? /MSARKAR
-
tdanner or @stuartwhyte what happened to my case, i just run a simple below query fro example in Custom table resource or custom query resource in Orion it throws me error as follows: select Nodes.NodeiD as Name,Nodes.Status from orion.nodes Nodes where nodes.nodeid=550 union (select Nodes.NodeiD as Name,Nodes.Status from…
-
Exactly. /msarkar
-
# Connect to SWIS $creds = Get-Credential $swis = Connect-Swis -Credential $creds -Hostname localhost $ip = "10.10.10.2" # add a node $newNodeProps = @{ IPAddress = $ip; EngineID = 15; # SNMP v2 specific ObjectSubType = "ICMP"; #SNMPVersion = 2; DNS = ""; SysName = ""; # === default values === # EntityType = 'Orion.Nodes'…
-
wluther It's my mistake, it is there just need to change orion(v3) from orion(v2).
-
The condition here is like once anyone acknowledge any active alerts from active alert window, it disappear from there and moved to alerts main page as acknowledged. Only way to return the pop up active alert, to clear it that we are expecting to be done automatically. /msarkar
-
wluther I did not find "Orion.NPM.CustomPollerStatistics" though. BTW, we are using NPM12.1 and i see only CustomPollerStatus. Attached screenshot5 for reference. Thanks. MSARKAR
-
m-milligan your bull-eye is fantastic and i am able implement it in our system. Do you have any javascript that will create bar chart as well as show status in node icon like the below one where fixed disk usage of a node is 85% in bar scale and node status shows a little yellow square to reflect this. /MSARKAR
-
I actually try to plot undp poller output in custom chart but datatype of status in custompollerstatus table defined as string type but i need to convert/cast the data as Int type so that i can plot data on chart and analysis the trend of voice traffic. BR MSARKAR
-
In NPM 12.1, there is no issue so far to discover interfaces using broadsoft devices on port 8001. /msarkar
-
It works, thanks. /msarkar
-
Even if i deploy second polling Engine with Main Poller, how can we differentiate Network Devices from statistical point of view. Because Main and Second poller will use the same database. Also any events or trap, how would differentiate Network Devices. I also think, NAT could be the best solution in this case?
-
no option to search with trapid not trapoid
-
I have added node using powershell scripts, Node is created in Solarwinds but status remain as unknown even though Poller is sending snmp/ping request and getting response as well. What could be issue? /MSARKAR
-
I tried but failed to get any NetPath.
-
c.gura Is it possible to have some details on it?
-
Could you please share your modified scripts?