Comments
-
Yo, You will have to set your device to send traps to your application server from here you can create an alert on the trap condition this can be done in the Trap Viewer you can add Alert Actions choose 'send Email' and add the veriables you want to see you can find a list of the variables here SolarWinds Online Help But…
-
looking over the developer documentation i cant see the volume OID, it might be worth while reaching out to Citrix for the OID? I might have over looked it but have a check: Citrix NetScaler SNMP OID Reference
-
HI orioncrack, i have added some additional features hopefully i have answered your question here Volume Report - Fixed Disk - Available - Size - Used - overall volume capacity NEW ** THRESHOLDS ** included
-
nice question, got me thinking this is some methods id try: send a trap to solarwinds on Windows Server 2008 Event Log SNMP Traps | Question Driven the next would be to use the UNDP device poller and poll the status. Create a Universal Device Poller (UnDP) for a Counter - SolarWinds Worldwide, LLC. Help and Support…
-
might be a SQL guru out here but you purpose of selecting the top 1 is so you get the top one there are going to be many events for an interface node etc and this is looking at the one at the top
-
Try this select * from eventtypes filter for events that interfaces can trigger then select * from events whene eventtype = interface eventid lol bit vague but on the train on my phone and dont have access to my db to try these queries lol but when im in the office if this is unanswered by then ill help you out
-
you can run this quick query select n.Caption AS NODE ,n.IP_Address AS IP_address ,n.Vendor ,MachineType from nodes n where ObjectSubType like 'WMI'
-
HI, try this:
-
ok,i was trying to workout what alert you were trying to build. with the below i have based it on if you wanted a node status and interfaces status alert. here is a swql query to alert on Nodes Down within a group called 'testing th' SELECT Nodes.Uri, Nodes.DisplayName FROM Orion.Nodes AS Nodes INNER JOIN…
-
the screenshots were only to illustrate what is available. With the alert you are looking 'High CPU Utilization with Top 10 Processes' 'This alert reports the percentage of CPU usage for Linux/Unix hosts running NET-SNMP as well as Windows devices. It also shows the top ten processes running to help you troubleshoot why…
-
"When I get an alert that two many resources are being used it would be good to know what is using that resource." I Might not be understanding the question but i think if you select alert you want to go to 'trigger actions' select Email then select insert Variable?
-
hey, your need the SAM Module for this but its here:
-
HI @Tdanner but what is the definition? i have done the below and copied a 'definition' from an exciting report but its not quite working have i got the syntax correct? Invoke-SwisVerb $swis Orion.Report CreateReport @("Active Alerts older than 7 days","All alerts 'Active' older then 7…
-
agh yes thanks, ill use the Notes field of when the update will happen and include that in the report to get the details into the report. would have been cool to have a random field that will allow enter data in a adhoc manor and save to the report but this can work Thanks for your assistance
-
You will need to add the widget back to the view, its worth mentioning that once you remove the widget it will go back to its default
-
Who knew a CPU report could have so many veriabels lol
-
'remote install' didn't see that
-
jburke did you manage to get it to work in the end? if so what did you do? thanks
-
i have made some updates to this query to include Perfstack charts to pre populate 'Availability' SELECT n.Caption as [Node], n.IP_Address AS [IP Address], c.Detailsurl as [_linkfor_Node] ,n.StatusDescription AS [Status] ,'Availability' as [Availability] ,'/Orion/images/StatusIcons/Small-' + n.StatusIcon AS [_IconFor_Node]…
-
+plus 1 for that. Could be the engineID table or the website table that has the old data still there, removing the old fields and re running the configuration would hopefully do the job, definitely do that with solarwinds assistant
-
Following on from this, i would suggest trying to remove 'nightly inventory job' from this device if you have this set up or removing the node from NCM if its configured with this modul. I would remove the device from NCM then check back tomorrow
-
You could actually do the same thing paste the SQL code in to the report but select the 'advanced Database Query (sql,SWQL) paste bam lol
-
you could reverse the logic here.
-
I like the syslog idea nice one superfly99
-
also a issue for me, do we know of a work around for this?
-
if you add this resource then add your filters for nodes down it will be status '2' and status '1' for up. you can include custom properties for extra filters. nodes.status = '2' AND Nodes.OfficeName like '%cro%'
-
HI ryan.davis26, i am trying to learn this. how do i read up more how this works ? thanks,
-
Potentually you could try something like this and build in your ODBC canonical datetime format. unforuntaly i dont have wireless access points in my setup but here is an example data from events table, you might be able to tweek to your needs.. i just stuck the MIN function in so i didnt need to call it in my grouping…
-
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