Comments
-
Cheers - will look into different ways of doing it then.
-
Thank you for the answer Rick, I'm looking more for the ASPX child page, including the mastersheet reference and the underlying c# code, containing the session prototype - so that I have the Orion-Auth header and can get the user-record. I want to use this identifier then to pull data from our ticket system - open calls &…
-
I can clean-up the code a GitHub over the weekend - fair enough?
-
sometimes, you can't see the forest, with all the trees in front of you Will try tomorrow at work and update
-
Make yourself a test node in Orion, add pollers as needed - sorry, can't recall the name of the poller, to pull volumes via SNMP. Connect to the database and do SELECT p.NetObjectType, p.PollerType FROM [SolarWindsOrion].[dbo].[Nodes] as n left join [SolarWindsOrion].[dbo].[Pollers] as p on n.NodeID = p.NetObjectID where…
-
You are already running an IIS. Setup a new web service on the IIS, using Windows Auth, wrapping the swis-API via pass-trough. You only need to add the hard coded swis auth to the wrapper itself. I would recommend to use c# for the wrapper. Advantage: - custom error handling in your wrapper - if swis changes, you only need…