Comments
-
The application templates, that you have created, can be exported (one at a time) from Settings --> SAM Settings --> Manage Templates. You will see the Import/Export option at the top. But all the other things you mention are stored within the database, and the supported way is to migrate the database and change a few…
-
Have you added the discovered agents to monitoring? Go to Settings --> All Settings --> Managed agents and review the agent statuses, any newly found agents will be held here until you click the "Manage as Node" button. If that doesn't work, you may also add agents here, using the Add Agent button. I hope it helps
-
I would stick an agent on each of the underlying node1 and node2 and then manage all of the elements that are persistent (regardless the state of the cluster). I would then poll the virtual IP via WMI (or SNMP is it's Linux) for the cluster/application related polling.
-
Or here (edit the applied template and hard code the URL in)?
-
Oh, missing the obvious one here, but have you looked at the Orion HA? High Availability Architecture - Failover Clusters | SolarWinds
-
300 Have a look at your AlertHistoryView in your DB, you can uses this SQL in SQL studio or adapt for a report: SELECT TOP (50) [AlertHistoryID],[AlertID],[TimeStamp],[EventTypeWord],[Name],[ObjectType],[AlertEnabled],[Frequency]…
-
USB connections are avaialble from WMI, try running this from a PowerShell prompt, and it'll show all connected devices: gwmi Win32_USBControllerDevice | %{ [wmi]($_.Dependent)} |Sort Description,DeviceID | ft Description,DeviceID -auto Blatantly nicked from: Displaying USB Devices using WMI | PowerShell Team Blog
-
I made a little change of removing the remote invocation and instead using SolarWinds to run the script on the remote host. And it runs fine. My code: $file = 'M:\WebApp.config' [xml]$config = get-content $file $SiteDown = $config.SelectNodes('//add[@key="SiteDown"]/@value') $value = $SiteDown.Value if ($value -like…
-
I have spent the last few minutes trying to replicate, but without the webapp.config file, it's proving difficult. Could you supply an example file please, and I'll have another crack at it?
-
I have just noticed that this is in the SDK forum, and I was thinking SAM.... Have you seen the BigPanda SolarWinds integration steps? What exactly are you trying to achieve with said integration?
-
Oh and don't forget that you can also use the SolarWinds Agent - Deploy agent on Linux machines - SolarWinds Worldwide, LLC. Help and Support
-
Good news on finding the culprit, but I have no idea without seeing how the query is built Can you screenshot (obscuring anything sensitive) or at least break down in words the Dynamic Query(ies) the group uses ? And the Group notifications you are seeing, aren't node down events, they are Audit Events. If the node had…
-
If you were to view the group, in say Manage Nodes and ensure you refresh the screen every 30-45 minutes, it should be obvious. You could also create a report to list the group members and run it every 30-45 minutes with a schedule, until you catch it. I did a search of my Orion databases events and auditevents tables, and…
-
Is there anyway to use this in web based alerting? I have spent most of the afternoon, unsuccessfully, trying to extract the "Component Detail" message to use to raise alerts against and to include in the alerts.
-
Thank you! So obvious when you know.
-
Try this SQL, the DiscoveredNodes table holds the last run discovery information for the nodes found, joined against the DiscoveryProfiles to get a name for it. SELECT DP.Name, DN.[IPAddress] ,DN.[Hostname] ,DN.[DNS] ,DN.[SysObjectID] ,DN.[Vendor] ,DN.[MachineType] ,DN.[SysDescription] ,DN.[SysName] FROM…
-
Hi san360 Do you mean create a batch script (containing the command)? Edit the (or create a new) SAM template, from http://<Orion-server>/Orion/APM/Admin/ApplicationTemplates.aspx Add a new component to the template and try using either the "Windows PowerShell Monitor" or the "Windows Script Monitor". Have a look at…
-
You beat me too it! Damn this multi-timezone-thing Nicely done sir
-
Okay your script runs fine, but not as SAM monitor. SAM monitors need to return their data in either a Statistic (required) or a Message: (optional). And then it can only return ten sets in a PowerShell monitor (one Statistic + one Message x 10 times), 11 will break it. So you need to rework your code to better return the…
-
I have tried both the Component Monitor Wizard, which never brings back the NV class, everything else, but not the Nvidia metrics. The Windows Performance Counter Monitor returns the lovely error: Invalid value '' for parameter 'categoryName' A quick Google (other search engines are available) led me rather quickly to this…
-
If I could also add, currently you can only purchase a Remote Office Poller (ROP), if you already have SAM and NPM with unlimited licenses and at least one APE. You might need HA as well. Why, I don't know, but I've been chatting to sales guys about these over the past few days.
-
Could you use the certreq option and right a wrapper for it, in PowerShell? From a powershell prompt on a server with keytool installed, if you were to retrieve the certificate details using: $certdetails = keytool -certreq <with whatever options you'd use> You can then examine the data you get back, using: Write-Host…
-
I skipped your ServiceType = 'WAN', guessing it's one of your interface custom property.
-
Have you tried importing your own icons? I am pretty sure you can scale them whilst importing, or create (copy) some suitably sized ones. Add custom icons from graphics files - SolarWinds Worldwide, LLC. Help and Support Paste custom icons from the Windows clipboard in Network Atlas for SAM - SolarWinds Worldwide, LLC.…
-
An old post, I know, but it caught my interest... Did you check out the views and grant configuration? Does the snmp user youa re using have any limitations on which OIDs they can view? Look at this page Enable SNMP Monitoring --> For SNMP V3 --> Name / View. Hope it helps.
-
Or check the Thwack Device Pollers for Brocade pollers here - Network Performance Monitor
-
Nvidia GPU Template
-
Thanks Vinay BY for the manual excerpt. I'm fairly conversed with Advanced Alert Manager, being Solarwinds Certified, but I am still having issues locating the interface threshold values... I can see, under Variable Category "NodesThresholdsAlerts" values such as CpuLoadCriticalValue and CpuLoadWarningValue,…
-
jakecornejo We had a similar problem, where our asset DB was corrupted by the NPM asset discovery. We raised a call to Solarwinds support (Case # 606976), who after some trials and tribulations, gave us the following SQL to delete all assets from Web Help Desk and reset the asset_id to 0. This is of course destructive and…
-
Yawn....