Comments
-
you need to run the permission checker tool
-
Which version are you using? what is the error ?
-
im ready!!!
-
One option is to use the SolarWinds IPAM API/SWIS in conjunction with PowerShell automation, treating subnets and DNS zones as independent objects and correlating the data based on IP address. The suggested workflow is as follows: 1.Query the SolarWinds IPAM API for the subnets and IP addresses that need to be…
-
come to Brazil
-
Hello, i did it using database manager SQL: UPDATE nodesdata SET Caption = 'NEWCAPTION' WHERE IP_Address = 'nodeip';
-
you can do this using database manager, if you share the condition i can help you
-
whow the prize is amazing, i really want to earn the kindle !!
-
hello, i have this scripts and its works Conecta ao SWIS (ajuste IP e credenciais conforme necessário)$swis = Connect-Swis -UserName "Usenamesolarwinds" -Password "SENHA" -Hostname "IP DA CONSOLE" Lista de IPs a serem adicionados$ip_list = @("8.8.8.8", "8.8.1.1") foreach ($ip_address in $ip_list) { Write-Host "`n➡️…
-
how can you do this? did you user modern dashboards? or custom HTML? can you share your dashboard script ?
-
when you edit the interface you can see the Custom Bandwidth, its the speed, its appear on interface details
-
you need to click on node in manage nodes > more details > add node on NCM > after that you can edit nodes and add the credentials and templates to perform backup
-
Will this feature be available only in SaaS or will it also be available in self-hosted solutions?
-
lets go to week 2
-
come to Brazil
-
i want the kindleeee
-
-
this mission could give us a free voucher
-
happy bday Thwack, this month i will complete 22 too !!!
-
-
in the 6th question, the number of letters with the answer is wrong
-
Server lights flicker, users cry out in despair, reboot saves the day.
-
im having this problem too, do you resolve this?
-
yes, and use account limitations to limit access just to these nodes
-
I tried this but didnt work, in powershell its run with no problem
-
its returning tha value 1 and i want the message with the value
-
you can create an account limitation
-
you can do it using API, does connectwise has an API? you can configure in action to send a post
-
Hello, I would like that if any value of the message is not 1 it alerts me with the name of the metric that is different from 1 follow my script: $URL = "">10.80.74.58/.../falha_remota.php" # Substitua pela URL real $response = Invoke-RestMethod -Uri $URL -Method Get $modulo_id = $response.modulo_id $valor =…
-
hello, SELECT CAPTION, PERCENTMEMORYUSED FROM ORION.NODES