Hi,
We would like to monitor a large number (3000 or so) CCTV cameras on our network using NPM, just with ICMP then automate the process of resetting the LAN Switch interface that the camera connects to if NPM shows that the camera has gone down. The cameras are all PoE so the reset effectively reboots them. We have UDT and NCM so we have the Switch and interface information and the ability to run a script.
Before he dive into this too hard the first thought I had was can NCM collect information from the UDT data based on the node that has alerted? I know I can run a script in NCM based fired from an NPM alert but the script will need to know which Switch and Interface needs to be reset specifically for the camera that is not responding. Writing 3000 scripts one per camera is obviously not ideal!
If something has been done before I can't find it recorded anywhere though I'm happy to be directed to something. If there are other ways to do this I've not thought of then I'm all ears!