Hi guys,
I'm quite new to NPM and I have some questions about a few matters.. most important one is the following:
we are monitoring a very wide network, most of the nodes are distributed across Europe and the United States.
We currently have a list of the actual nodes (about 2000); some of these nodes are often not reachable and are connected to the network only on request. I've already performed the discovery of these nodes (both the up and the down ones) importing the ip list in:
Network Sonar Wizard -> Network -> Selection Method -> Specific Nodes
The IP list anyway is constantly growing, let's say about 50-100 more nodes to manage each month. Currently we have a web portal from where we can export the up-to-date list of IP in a scheduled way ( a job exports the list in a .csv file each day or on request) and we would like to use this IP list to update the NPM database in an automatic way.
We can't rely on Network Sonar Discovery because some of the IP we would like to monitor may not be connected to the network while doing the discovery and we basically don't want to manually insert each new node from the exported file each time. So my question is, is there a way to do it automatically? That is to say, can a network discovery take an ip list directly from a file?
A collateral question is: "Is there any command line utility to NPM so that we can do operations without using the web/graphic interface?"