Want agent to collect all NOTES.INI files on all my servers

I want an agent to go out and collect all my Notes.ini files from all my Domino servers (20 count) and create a db of a single doc for each Notes.ini file. I am sure someone has already done this. Can you post the code for it?

The agent should run weekly.

I have searched this forum and multiple Notes sites (openntf.org, etc) and noone seems to have posted a solution for this.

I already have a list of servers (one doc per server) in the db. The agent should grab a list of servers from the view and then go to each server and grab the notes.ini file. PErhaps it can just update a field in each server’s document with the notes.ini content.

As an ADMIN I would find this very helpful.

Subject: Want agent to collect all NOTES.INI files on all my servers

It will be difficult to do this from one server, as I don’t think Domino allows a method to access the file system of remote servers. So you will probably need a simple scheduled agent in a replica of the database on each server. This agent can collect the local Notes.ini and then the results can be replicated back for each server. Just make sure it has access to restricted operations to access the file system.