Comments
-
Hi mrxinu Thanks for suggestion, I have changed the query so it is a single line and get the same error message. Am i maybe missing something from the code. import sys import orionsdk import requests requests.packages.urllib3.disable_warnings(requests.packages.urllib3.exceptions.InsecureRequestWarning) session =…
-
Hi MathieuJM That worked a treat so final query looks like this: Select NodeID from Orion.OLM.LogEntry WHERE DateTime >= ADDDAY(-14, GETUTCDATE()) AND LogEntryTypeID = 2 group by NodeID Thanks
-
Hi Adam Thanks for the quick reply. I can see the interfaces I am looking for with that method but it involves alot of clicking What I have done is created a Maintenance Page with a number of Tabs with custom Swql queries. So all i do is access this page and I can see what nodes, interfaces are unmanaged or have Muted…
-
Done some investigation and can see through packet captures on the F5 , Solarwind poller and session trace of the SSH connection. The F5 is responding with the command prompt, Solarwind poller detects this but does not set the command prompt, just sends another CRLF and the F5 responds with cmd prompt, this pattern…
-
Hi mesverrum Thanks for the reply, I could create a Job for solarwinds to log in and use logger to send trap from the F5, but the Firewalls do not have this functionality and looking for a single action for them all and also want to be able to identify the trap if questioned by our security team. Fraser
-
Hi Mesverrum That has worked thanks. The only niggle I have is that it displays the Menu bar and the options under them. When they select these they get errors so unable to access them anyway, but would like them not to be visible. I have turned off and disallowed everything for this account I am thinking maybe it might…
-
Hi mesverrum Thanks for the info, I will look at trying this on our Lab kit. Fraser