Hi Guys,
I have an interesting scenario and I am interested if anyone has come across a similar situation, maybe with a different application, and how they overcame this.
I have a number of Windows Server 2019 boxes that are essentially running a Voice Recording application from Redbox Recorders, this application has its own SNMP Agent that will allow me to poll specific OIDs to ascertain the status of the recorder but does not give me any information on the underlying server. To see the server I need to poll the Windows OS SNMP Service.
Now both the server and application both want to bind to udp/161, though rather neatly the application does allow me to change the SNMP port to say udp/1161. I have created a few Universal Device Pollers to poll the Redbox OIDs and these work.
So I want to be able to poll both the server and application and ideally display this in Orion as a single node that Orion knows is a Windows Server. The question is HOW?
I have at my disposal both NPM and SAM, I also have a main poller and an APE. I am new to SAM so way more comfortable with NPM.
My ideas, but all untested:
1) Poll the server with WMI and Poll the Universal Device Pollers with SNMP - not sure this is possible. I do have one potential issue in that the IT Team who control the server and domain are uncomfortable about WMI, the number of open ports and the local admin account for WMI.
2) Poll the server OS with SNMP (udp/161) from my main poller and poll the application SNMP Agent (udp/1161) from the APE. This will work, I am sure, but I would then have two nodes in Orion for essentially the same device.
3) Do something I haven't thought off with SAM.
So any ideas form the wider community who may have come across a similar situation would be appreciated.