Comments
-
Thank you Warbird for you suggestion, We are going to increase the polling interval for all nodes as you suggest, at least until we get the physical box and see how Orion works with that change. Thanks again. PD. Jason, thanks to you for your suggestion too. We´ll make the update to v10.
-
Same here. We have NPM SLX 9.5.1 no additional pollers with a very similiar environment. Our problem is that the polling engine stops for a few minutes and then starts again, that´s what we have seen on Monitor Polling Engine tool with update time with 10 seconds. The results are gaps, and alerts delayed out of time. On a…
-
I don´t see any hotfixes for 10.1.1 release on my site. Can you tell me where can I find them?
-
Hi, I had the same issue, but in customer´s portal I could licence the software manually. There are the instructions to do it.
-
Hi Jason, I´d like to have more information about it. Thank you.
-
Hi, Besides IPSLA how could be the script to do this task on a remote machine?
-
Thanks Ryan for your reply. I will make this test today, and I will tell you the results. Andres
-
Well, I have the same problem, it´s when I shutdown the netperfmon service, so, it restarts, but the polling engine stays stopped, what I have done is opening the system manager and the polling engine starts to work. This is normal?
-
Hi, You must add the same credential that you are using to connect against the server on the Orion server. Check this post:
-
Hi, Is there some advance with this kind of Alert Trigger variable that shows the reset time or something like that, that shows the total amount of time for an outage on a reset alert? Thanks
-
Andy: I´m already working with support team. Thanks
-
Hi Roman, I already have made some user experience monitors to monitoring the internal web sites. Thank you. And a happy new year!
-
+1 I´d like to know about it
-
I´d like to test the template as well. Can you send it to me please?
-
Maybe you can try to disable the web integration on the account that you are using to execute the scheduled reports. In the webconsole navigate to admin>account manager> and edit the account you are using to run these reports. Select NO in the dropdown for allow browser integration. Run one of the reports again and see if…
-
These are the switches that you must use in the argument part: /search:"error" /file:"\\${IP}\\D$\xxxx\xxxxxx\logname.log" strFailIf = “found” Also, the script may be hanging out in some parts, these script should work: strFileName = Wscript.Arguments.Named("file") 'Get file name from argument If strFileName = "" Then…
-
Sorry, forgot the statistic field and condition error: Folder_Path = "\\ip_server\C$\folder\check folder" 'Example \\DCSERVER01\c$\monitor Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFolder = objFSO.GetFolder(Folder_Path) WScript.Echo "Message:" & objfolder.DateLastModified If…
-
We use it on Prymary Site to allow access to all team
-
Si es posible, solo se necesita ejecutar el instalador de la versión de prueba o de producción (la de producción igual tiene opción de prueba de 30 dias), la diferencia es que la de prueba tiene incluido el sql express. Si se ejecuta la versión de prueba, seleccionar la opción avanzada para que no instale el sql express.…
-
Which file are you working? Sounds interesting
-
I use some of these performance counters:
-
Use a truncate table function on your database manager: truncate table trapvarbinds
-
Try this code on vbscript monitor on APM: Folder_Path = "\\servername\drivename$\foldername" 'Example \\DCSERVER01\c$\monitor Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFolder = objFSO.GetFolder(Folder_Path) WScript.Echo "Message:" & objfolder.DateLastModified If…