Comments
-
Hi, I'm using the following Windows Powershell Script: Ottieni i 5 processi con maggiore utilizzo CPU$topProcesses = Get-Process | Sort-Object CPU -Descending | Select-Object -First 5 Prepara l'output per SolarWindsforeach ($proc in $topProcesses) { Write-Host "Statistic.$($proc.ProcessName)=$([math]::Round($proc.CPU,2))"…
-
Hi, thx about the reply, I'll try to go deeper on this. Have a nice day.
-
Many thanks, i created the report successfully. Great guide! Bye, Roberto.
-
Many thanks, I've just discovered three methods... Regards, Roberto.
-
Hi, first of all thank you very much for your reply, I'll definitively give a look at your suggestions. I've succeded about this and here below I'm going to illustrate how I achieved it. 1) create a group with a Dynamic Query (see the attached files) 2) create a button on the map linked to that group 3) I've the correct…
-
Thank you, I'm trying the "Configure Server" suggestion and it gives me the error about the "Unable to create the wsMan Listener (Error code: 16024)", in the log on the IIS server (RemoteIISConfiguratorPowerShell.log) I found the following: ############## AGENTMODE macro: False 32-BIT: False ############## INFO: PowerShell…
-
Sorry, m fault, I did take note that the server is Windows Server 2003 and so AppInsight for IIS can’t be applied on it, the prerequisites talk about Windows 2008 at least. Regards, Roberto.
-
Thank you, also this (quicker) method is valid. I take it in mind for the future. Bye, Roberto.
-
Thank you Borgan, I'm trying but I'm quite new to Report in Orion so everything is quite confusing to me, could you provide some step-by-step instructions, please ?
-
Goodmorning to everyone, I'm already searching for this, the idea is to utilize a generic powershell script and modify it in SAM but I'm not so confindent in programming. Any help will be very appreciated. Thank you, regards.
-
Thank you very much, I'll open a support case for this, I'm curious to know the solarwinds reply about this.
-
In example suppose to have the following templates: * windows DHCP server * windows File Resource Manager * windows base services * ecc. When I add a NEW node in Orion I'd like to have those templates associated correctly based on what services that new node is running
-
My aim is to setup various templates with the components needed and automate the process to assign them to the nodes (already existing BUT also the NEW added nodes), I'm struggling searching for this... Then we use Network Atlas with a map with various objects associated to the groups in Orion on which are based our…
-
Uh, , so I ended up with my ideas, then the only way is to assign statically the nodes to the template ? What do you think about the article ? Should be the solution ?
-
maybe...the following Dynamic query returns me my 15 windows server that has DHCP server role running (so basically it has the Windows DHCP Server service): Dynamic query: Orion Object is Component Component Type is Windows Service Monitor Application is Windows DHCP Server so, can I assign this group to the Template…
-
Uh! What is the "Catch22" ? Should be possible to create a group based on a dynamic query that retrieves the windows server with DHCP Server service installed ? This way I could pair this group with the template following this article: SAM 6.2.4 feature: Auto-assign application templates based on group membership -…
-
Thank you, I managed this way: I used the template "Windows DHCP Server" and applied it to (in my case) 15 nodes (I used a discovery process for windows server related to this template). I also applied this template to my new group that is based on a dynamic query as follows: Dynamic query: Orion Object is Application…
-
Hi mprobus, thank you for your reply, I try to start from the beginning... Do I have to create a component monitor for Windows DHCP Server service to begin working in Orion on templates, dynamic query, ecc. ? I already have all the windows DHCP servers as nodes in Orion DB. Could you tell me how to start with this stuff ?