Comments
-
Thank you for the answer! I try the new script with this smaples.
-
ok, then first i add the new node and then i configure the custom props?
-
no, me refiero a los poller de monitoreo. No se si me estoy expresando corractamente. Copio una parte del script para ver si se entiende mejor. pollers_enabled = { 'N.Status.ICMP.Native': True, 'N.Status.SNMP.Native': False, 'N.ResponseTime.ICMP.Native': True, 'N.ResponseTime.SNMP.Native': False, 'N.Details.SNMP.Generic':…
-
Hi! The problem was that Orion DB was in manteinance. Thank you for the answer!
-
yes, I run Add-PSSnapin SwisSnapin in top
-
Estoy tratando de ejecutar el siguiente script Add-PSSnapin SwisSnapin # creando conexion a server orion $hostname = "xx.com.ar" $user = "orion" $PasswordFile = "C:\Users\carballe\Desktop\Orion SDK\Passwords\Password.txt" $KeyFile = "C:\Users\carballe\Desktop\Orion SDK\Passwords\AES.key" $key = Get-Content $KeyFile $creds…
-
i saw this sample but how to add the community and custom props?
-
Ya pude resolver el problema, tuve que reinstalar swis para que funcione, gracias por las respuestas. i can solve the problema, i need to install again swis and the script run succesful. Thanks for the answers